Mandy Chung wrote:
:
I'm unsure if that's the reason. j.u.l.LoggingMXBean extends
j.l.management.PlatformManagedObject before the fix for 6876135.
There should be no dependency change as I can see. I suspect it's
related to some changesets pushed in the last 2 weeks and this fix
happens to
Alan Bateman wrote:
I'll bet that it's j.l.management.PlatformManagedObject that needs to
be compiled and that is causing JMX and classes in sun.management to
be compiled.
I'm unsure if that's the reason. j.u.l.LoggingMXBean extends
j.l.management.PlatformManagedObject before the fix for 68
Mandy Chung wrote:
With the fix for 6876135, compiling nio pulls in sun.management
classes earlier to compile. make/java/nio/Makefile sets -Xlint:serial
-Werror flags that also are passed to javac when compiling
sun.management classes that are not serial javac warning free. I
haven't underst
With the fix for 6876135, compiling nio pulls in sun.management classes
earlier to compile. make/java/nio/Makefile sets -Xlint:serial -Werror
flags that also are passed to javac when compiling sun.management
classes that are not serial javac warning free. I haven't understood
completely how s