JDK-6992332 : java/util/ResourceBundle/Bug4168625Test.java failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-10-15
  • Updated: 2010-11-08
  • Resolved: 2010-11-08
Related Reports
Duplicate :  
Description
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.

Comments
EVALUATION Duplicate of 6993339, which is already fixed.
08-11-2010