mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6970683: improvements to hs_err output
Reviewed-by: kvn, jrose, dholmes, coleenp
This commit is contained in:
parent
8a75e5275a
commit
1571a4a56f
13 changed files with 383 additions and 389 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -140,6 +140,7 @@ class CodeHeap : public CHeapObj {
|
|||
|
||||
// Returns reserved area high and low addresses
|
||||
char *low_boundary() const { return _memory.low_boundary (); }
|
||||
char *high() const { return _memory.high(); }
|
||||
char *high_boundary() const { return _memory.high_boundary(); }
|
||||
|
||||
// Iteration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue