-
Bug
-
Resolution: Unresolved
-
P3
-
6u14, 6u71, 7, 8, 9, 11
The regression testcase java/awt/Modal/DialogsLeakTest/DialogsLeakTest.java
fails in Solaris Sparc 10 with the 6u14 b06 pit build.
It passes with 6u14 b05 build. Attached is the .jtr file.
The test output is:
java.lang.RuntimeException: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:619)
java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.RuntimeException: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:91)
... 6 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
fails in Solaris Sparc 10 with the 6u14 b06 pit build.
It passes with 6u14 b05 build. Attached is the .jtr file.
The test output is:
java.lang.RuntimeException: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:619)
java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.RuntimeException: dialogs are not garbage collected (leak)
at DialogsLeakTest.main(DialogsLeakTest.java:91)
... 6 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED: dialogs are not garbage collected (leak)
- duplicates
-
JDK-6963675 closed/java/awt/Modal/DialogsLeakTest/DialogsLeakTest.java failed on oel5.5 due to OutOfMemoryError
- Closed