JDK-6961506 : TEST_BUG: ResourceBundle/Bug4168625Test.java and TestBug4179766.java fails in samevm mode
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-06-15
  • Updated: 2010-07-01
  • Resolved: 2010-07-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b100Fixed
Description
test/java/util/ResourceBundle/Bug4168625Test.java
test/java/util/ResourceBundle/TestBug4179766.java

These tests fail in samevm mode because it expects the system class loader be able to load the xxxGetter class which is no longer true in samevm mode.

Comments
EVALUATION Fix the custom ClassLoader to use the class loader of loading the test as the parent class loader.
15-06-2010