-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7
-
b114
-
generic
-
generic
This test is failing in JPRT on all platforms, and when running jtreg manually, since we sync'ed up with jdk7-b114.
$ java Bug4168625Test
Bug4168625Test {
testLowMemoryLoad Passed
testConcurrentLoading2 Passed
testRedundantLoads Passed
testConcurrentLoading1 {
ResourceBundle loaded some classes multiple times
Uncaught throwable thrown in test method testConcurrentLoading1
java.lang.RuntimeException: ResourceBundle loaded some classes multiple times
at RBTestFmwk.err(RBTestFmwk.java:200)
at RBTestFmwk.errln(RBTestFmwk.java:205)
at Bug4168625Test.testConcurrentLoading1(Bug4168625Test.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at RBTestFmwk.run(RBTestFmwk.java:143)
at Bug4168625Test.main(Bug4168625Test.java:62)
Exception in thread "main" java.lang.RuntimeException: Exiting...
at RBTestFmwk.run(RBTestFmwk.java:154)
at Bug4168625Test.main(Bug4168625Test.java:62)
See comments section for JPRT failure.
$ java Bug4168625Test
Bug4168625Test {
testLowMemoryLoad Passed
testConcurrentLoading2 Passed
testRedundantLoads Passed
testConcurrentLoading1 {
ResourceBundle loaded some classes multiple times
Uncaught throwable thrown in test method testConcurrentLoading1
java.lang.RuntimeException: ResourceBundle loaded some classes multiple times
at RBTestFmwk.err(RBTestFmwk.java:200)
at RBTestFmwk.errln(RBTestFmwk.java:205)
at Bug4168625Test.testConcurrentLoading1(Bug4168625Test.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at RBTestFmwk.run(RBTestFmwk.java:143)
at Bug4168625Test.main(Bug4168625Test.java:62)
Exception in thread "main" java.lang.RuntimeException: Exiting...
at RBTestFmwk.run(RBTestFmwk.java:154)
at Bug4168625Test.main(Bug4168625Test.java:62)
See comments section for JPRT failure.
- duplicates
-
JDK-6993339 Bug4168625Test.java fails
-
- Closed
-
- relates to
-
JDK-6998320 Marking java/util/ResourceBundle/Bug4168625Test.java with @ignore
-
- Closed
-