Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4681727

java.util.ResourceBundle: Intermittent GC-related failures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.1
    • 1.4.1
    • core-libs
    • beta
    • generic
    • generic

      The nightly TL regression runs have been failing intermittently, and at
      different points, over the last week or so. When the failure occurs the
      JavaTest harness starts throwing the following exception (more or less) for
      every test that it tries to run:

          java.util.MissingResourceException: Can't find bundle for base name sun.text.resources.LocaleElements, locale en_US
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:825)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:794)
      at java.util.ResourceBundle.getBundle(ResourceBundle.java:565)
      at sun.text.resources.LocaleData$1.run(LocaleData.java:114)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.text.resources.LocaleData.getBundle(LocaleData.java:112)
      at sun.text.resources.LocaleData.getLocaleElements(LocaleData.java:100)
      at java.text.DateFormatSymbols.cacheLookup(DateFormatSymbols.java:425)
      at java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:468)
      at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:103)
      at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:442)
      at java.util.Date.toString(Date.java:981)
      at javasoft.sqe.javatest.TestResult.writeResults(TestResult.java:1404)
      at javasoft.sqe.javatest.Script.run(Script.java:244)
      at javasoft.sqe.javatest.TestRunner$Worker.runTest(TestRunner.java:240)
      at javasoft.sqe.javatest.TestRunner$Worker.run(TestRunner.java:221)

      The first exception is thrown immediately after the first full GC.

      -- ###@###.### 2002/5/8

            okutsu Masayoshi Okutsu
            mr Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: