Testing the compiler update build on Solaris-sparc I got the following new failure:
command: main -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveObject
reason: User specified action: run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveObject
elapsed time (seconds): 8.295
----------System.out:(3/81)----------
testObject (1) alive: true
testObject (2) alive: true
testObject (3) alive: true
----------System.err:(14/820)----------
ClassUnloadCommon$TestFailure: Test failed: should be unloaded
at ClassUnloadCommon.failIf(ClassUnloadCommon.java:39)
at KeepAliveObject.main(KeepAliveObject.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: ClassUnloadCommon$TestFailure: Test failed: should be unloaded
JavaTest Message: shutting down test
command: main -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveObject
reason: User specified action: run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveObject
elapsed time (seconds): 8.295
----------System.out:(3/81)----------
testObject (1) alive: true
testObject (2) alive: true
testObject (3) alive: true
----------System.err:(14/820)----------
ClassUnloadCommon$TestFailure: Test failed: should be unloaded
at ClassUnloadCommon.failIf(ClassUnloadCommon.java:39)
at KeepAliveObject.main(KeepAliveObject.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: ClassUnloadCommon$TestFailure: Test failed: should be unloaded
JavaTest Message: shutting down test
- relates to
-
JDK-8295791 runtime/ClassUnload/KeepAliveObject.java failed with "should be unloaded" with UT enabled
-
- Closed
-