Skip to content

Commit 4158567

Browse files
committed
8255455: Pre-generate ThreadHeapSampler::_log_table
Reviewed-by: iklam, sspitsyn
1 parent d086757 commit 4158567

File tree

3 files changed

+307
-21
lines changed

3 files changed

+307
-21
lines changed

src/hotspot/share/logging/logTag.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@
7777
LOG_TAG(free) \
7878
LOG_TAG(freelist) \
7979
LOG_TAG(gc) \
80+
NOT_PRODUCT(LOG_TAG(generate)) \
8081
LOG_TAG(handshake) \
8182
LOG_TAG(hashtables) \
8283
LOG_TAG(heap) \
84+
NOT_PRODUCT(LOG_TAG(heapsampling)) \
8385
LOG_TAG(humongous) \
8486
LOG_TAG(ihop) \
8587
LOG_TAG(iklass) \

0 commit comments

Comments
 (0)