On 08/03/2016 00:15, Mandy Chung wrote:
:

src/java.management/share/classes/sun/management/ThreadInfoCompositeData.java
  197     private static final String[] threadInfoV9Attributes = {
  198         DAEMON,
  199         PRIORITY,
  200         MODULE_NAME,
  201         MODULE_VERSION,

Are line 200-201 left over from some earlier prototype?  I think they should be 
removed.


I think you are right, these should not be needed. There is a compatibility test for this and I assume it will continue to pass if these are removed.

-Alan

Reply via email to