Details
Description
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
#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
Attachments
Issue Links
- relates to
-
JDK-8155094 Add logging for long lasting methods found in JDK-8152948
-
- Resolved
-