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

[TESTBUG] gc/g1/TestGCLogMessages.java fails on 32bit arm after changes for JDK-8155094

XMLWordPrintable

    • gc
    • b21

      JDK-8152948 added the following to g1:

      #if defined(COMPILER2) || INCLUDE_JVMCI
      debug_time("DerivedPointerTable Update", _cur_derived_pointer_table_update_time_ms);
      #endif

      And the following to gc/g1/TestGCLogMessages.java:

             new LogMessageWithLevel("DerivedPointerTable Update", Level.DEBUG),

      And now it fails on 32bit arm (which lacks C2) with:

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: '\\[debug.*DerivedPointerTable Update' missing from stdout/stderr

            tschatzl Thomas Schatzl
            cjplummer Chris Plummer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: