Thomas Schatzl
|
528361f7ae
|
8214850: Rename vm_operations.?pp files to vmOperations.?pp files
Reviewed-by: dholmes, coleenp
|
2018-12-06 15:44:40 +01:00 |
|
Matthias Baesken
|
93a6b7e355
|
8211326: add OS user related information to hs_err file
Reviewed-by: dholmes, stuefe
|
2018-11-15 17:08:59 +01:00 |
|
Harold Seigel
|
794d864feb
|
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
Change calls to Abstract_VM_Version methods to be calls to VM_Version methods.
Reviewed-by: coleenp, kbarrett, dholmes
|
2018-10-16 11:08:46 -04:00 |
|
Martin Doerr
|
e790d11666
|
8211852: inspect stack during error reporting
Reviewed-by: dholmes, goetz
|
2018-10-15 08:08:02 +02:00 |
|
Muthusamy Chinnathambi
|
cbe11130f5
|
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
Reviewed-by: dholmes, iklam
|
2018-10-09 16:08:07 +05:30 |
|
Matthias Baesken
|
2c33f148bb
|
8210961: [aix] enhance list of environment variables reported in error log file on AIX
Reviewed-by: clanger, simonis
|
2018-09-20 13:59:39 +02:00 |
|
Mikael Vidstedt
|
f5e624c0b3
|
8209856: Obsolete error reporter
Reviewed-by: coleenp, stuefe
|
2018-08-29 13:04:50 -07:00 |
|
Thomas Stuefe
|
13d55b0087
|
8205925: Print correct and more information about secondary errors
Reviewed-by: coleenp, dholmes
|
2018-06-28 11:32:32 +02:00 |
|
Daniel D. Daugherty
|
1af4c68d12
|
8205648: fix for 8205195 breaks secondary error handling
Only grab Threads_lock in VMError::controlled_crash() when we don't already own it.
Reviewed-by: sspitsyn, stuefe
|
2018-06-26 14:15:49 -04:00 |
|
Daniel D. Daugherty
|
693afecf22
|
8205195: NestedThreadsListHandleInErrorHandlingTest fails because hs_err doesn't contain _nested_thread_list_max
Grab Threads_lock in VMError::controlled_crash() so ErrorHandling tests are more stable.
Reviewed-by: stuefe, sspitsyn
|
2018-06-22 12:15:16 -04:00 |
|
Volker Simonis
|
48fb34d596
|
8203292: Print complete set of flags in the hs_err file
Prints non-default flags to hs_err file
Reviewed-by: gziemski, dholmes
|
2018-05-21 11:09:58 -05:00 |
|
Erik Gahlin
|
a060be188d
|
8199712: Flight Recorder
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
|
2018-05-15 20:24:34 +02:00 |
|
Gary Adams
|
dd34d29a46
|
8202319: Fix compilation warnings in Solaris debug builds for DevStudio 12.6
Disable warnings.
Reviewed-by: dholmes, kbarrett
|
2018-05-04 17:52:10 -04:00 |
|
Thomas Stuefe
|
d9b3c3203e
|
8201572: Improve Metaspace Statistics
Reviewed-by: adinn, zgu
|
2018-04-24 18:06:32 +02:00 |
|
Per Lidén
|
8c235a30e7
|
8202364: Add GCConfig::hs_err_name() to avoid GC-specific code in error reporting
Reviewed-by: eosterlund, shade
|
2018-04-30 12:19:53 +02:00 |
|
Kim Barrett
|
a384a668a5
|
8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
Removed problem macros.
Reviewed-by: tschatzl, dholmes, coleenp
|
2018-04-09 20:36:04 -04:00 |
|
Thomas Stuefe
|
3e603a776e
|
8191101: Show register content in hs-err file on assert
Reviewed-by: adinn, clanger, simonis
|
2018-03-30 06:31:16 +02:00 |
|
Zhengyu Gu
|
cbaf7f2f81
|
8198845: Missing resource mark results disassembling generated code failure in hs error report
Fixed secondary failure due to missing resource mark while disassembling nmethod
Reviewed-by: coleenp, stuefe, dholmes
|
2018-03-04 20:57:46 -05:00 |
|
Robin Westberg
|
f2c21c058d
|
8041626: Shutdown tracing event
Reviewed-by: dholmes, alanb, rriggs
|
2018-02-13 15:48:23 +01:00 |
|
Gerard Ziemski
|
2cb1917bac
|
8181503: Can't compile hotspot with c++11
Fixed 5 unique c++14 compiler issues
Reviewed-by: coleenp, dholmes, kbarrett
|
2018-01-31 11:12:12 -06:00 |
|
Daniel D. Daugherty
|
add0d817f5
|
8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
Reviewed-by: fparain, gthornbr, stuefe
|
2018-01-08 09:58:38 -05:00 |
|
Daniel D. Daugherty
|
0dff96ff0b
|
8167108: inconsistent handling of SR_lock can lead to crashes
Add Thread Safe Memory Reclamation (Thread-SMR) mechanism.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank
|
2017-11-22 17:54:50 -08:00 |
|
Coleen Phillimore
|
e908052a71
|
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
|
2017-10-31 11:55:09 -04:00 |
|
Roman Kennke
|
7030019135
|
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
|
2017-10-15 22:54:03 +02:00 |
|
Goetz Lindenmaier
|
963e8da9b7
|
8185712: [windows] Improve native symbol decoder
Reviewed-by: goetz, iklam, zgu
|
2017-09-20 15:12:11 +02:00 |
|
Coleen Phillimore
|
39b068db11
|
8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
With the new template functions these are unnecessary.
Reviewed-by: kbarrett, dholmes, eosterlund
|
2017-10-16 22:36:06 -04:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|