Skip to content

Commit

Permalink
8255455: Pre-generate ThreadHeapSampler::_log_table
Browse files Browse the repository at this point in the history
Reviewed-by: iklam, sspitsyn
  • Loading branch information
cl4es committed Oct 30, 2020
1 parent d086757 commit 4158567
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 21 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/share/logging/logTag.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@
LOG_TAG(free) \
LOG_TAG(freelist) \
LOG_TAG(gc) \
NOT_PRODUCT(LOG_TAG(generate)) \
LOG_TAG(handshake) \
LOG_TAG(hashtables) \
LOG_TAG(heap) \
NOT_PRODUCT(LOG_TAG(heapsampling)) \
LOG_TAG(humongous) \
LOG_TAG(ihop) \
LOG_TAG(iklass) \
Expand Down
Loading

1 comment on commit 4158567

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.