Looks good to me. Naoto
(6/15/10 3:40 PM), Mandy Chung wrote:
Naoto, Can you review this test fix: Fixed 6961506: TEST_BUG: ResourceBundle/Bug4168625Test.java and TestBug4179766.java fails in samevm mode Webrev at: http://cr.openjdk.java.net/~mchung/6961506/webrev.00/ This fixes the tests to set the parent class loader of Loader and SimpleLoader to the class loader that loads the test. jtreg samevm uses its own URLClassLoader to load classes that are compiled in the work directory and the system class loader will no longer be able to find them. Thanks Mandy