Initial webrev with changes for JDK 9

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 8 17:26:39 UTC 2016


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


More information about the serviceability-dev mailing list