8159893: StringTable cleaning log line lacks the GC ID prefix
Reviewed-by: pliden, jmasa
This commit is contained in:
parent
8f7e6e317c
commit
ea82c69b6e
@ -74,6 +74,7 @@ DEBUG_ONLY(size_t Test_log_prefix_prefixer(char* buf, size_t len);)
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ref)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ref, start)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, start)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, stringtable)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, sweep)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, task)) \
|
||||
LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, task, start)) \
|
||||
|
@ -46,7 +46,7 @@ public class TestStringSymbolTableStats {
|
||||
|
||||
System.out.println("Output:\n" + output.getOutput());
|
||||
|
||||
output.shouldContain("Cleaned string and symbol table");
|
||||
output.shouldMatch("GC\\(\\d+\\) Cleaned string and symbol table");
|
||||
output.shouldHaveExitValue(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user