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

gc/g1/TestGCLogMessages.java fails with 'DerivedPointerTable Update' found

XMLWordPrintable

    • gc
    • b31

        Test gc/g1/TestGCLogMessages.java fails with following log:

        [0.343s][debug][gc,phases] GC(33) Redirty Cards: 0.0ms
        [0.343s][debug][gc,phases] GC(33) DerivedPointerTable Update: 0.0ms
        [0.343s][debug][gc,phases] GC(33) Free Collection Set: 0.4ms
        [0.343s][debug][gc,phases] GC(33) Rebuild Free List: 0.1ms
        [0.343s][debug][gc,phases] GC(33) Humongous Reclaim: 0.0ms
        [0.343s][debug][gc,phases] GC(33) Start New Collection Set: 0.0ms
        [0.343s][debug][gc,phases] GC(33) Resize TLABs: 0.0ms
        [0.343s][debug][gc,phases] GC(33) Expand Heap After Collection: 0.0ms
        [0.343s][info ][gc,phases] GC(33) Other: 0.1ms
        Done
        ];
         stderr: []
         exitValue = 0

        java.lang.RuntimeException: 'DerivedPointerTable Update' found in stdout

        at jdk.test.lib.process.OutputAnalyzer.shouldNotContain(OutputAnalyzer.java:233)
        at gc.g1.TestGCLogMessages.checkMessagesAtLevel(TestGCLogMessages.java:180)
        at gc.g1.TestGCLogMessages.testNormalLogs(TestGCLogMessages.java:211)
        at gc.g1.TestGCLogMessages.main(TestGCLogMessages.java:188)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: 'DerivedPointerTable Update' found in stdout

        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'DerivedPointerTable Update' found in stdout


              tschatzl Thomas Schatzl
              lmesnik Leonid Mesnik
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: