mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8011872: Include Bit Map addresses in the hs_err files
Reviewed-by: brutisso, jmasa
This commit is contained in:
parent
0edccc9e61
commit
e96efdaa1a
17 changed files with 98 additions and 7 deletions
|
@ -151,6 +151,8 @@ class CMSBitMap VALUE_OBJ_CLASS_SPEC {
|
|||
size_t heapWordToOffset(HeapWord* addr) const;
|
||||
size_t heapWordDiffToOffsetDiff(size_t diff) const;
|
||||
|
||||
void print_on_error(outputStream* st, const char* prefix) const;
|
||||
|
||||
// debugging
|
||||
// is this address range covered by the bit-map?
|
||||
NOT_PRODUCT(
|
||||
|
@ -984,6 +986,8 @@ class CMSCollector: public CHeapObj<mtGC> {
|
|||
CMSAdaptiveSizePolicy* size_policy();
|
||||
CMSGCAdaptivePolicyCounters* gc_adaptive_policy_counters();
|
||||
|
||||
static void print_on_error(outputStream* st);
|
||||
|
||||
// debugging
|
||||
void verify();
|
||||
bool verify_after_remark();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue