mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8035074: hs_err improvement: Add time zone information in the hs_err file
8026335: hs_err improvement: Print exact compressed oops mode and the heap base value 8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors Add requested things to hs_err file. Reviewed-by: ctornqvi, dholmes
This commit is contained in:
parent
f286447281
commit
9e5e7f9e5a
11 changed files with 116 additions and 21 deletions
|
@ -398,7 +398,7 @@ class Universe: AllStatic {
|
|||
static void set_narrow_ptrs_base(address a) { _narrow_ptrs_base = a; }
|
||||
static address narrow_ptrs_base() { return _narrow_ptrs_base; }
|
||||
|
||||
static void print_compressed_oops_mode();
|
||||
static void print_compressed_oops_mode(outputStream* st);
|
||||
|
||||
// this is set in vm_version on sparc (and then reset in universe afaict)
|
||||
static void set_narrow_oop_shift(int shift) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue