Markus Grönlund
|
0054bbed7f
|
8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows
Reviewed-by: stuefe, jsjolen
|
2024-11-26 10:50:20 +00:00 |
|
Gerard Ziemski
|
c34fb2c989
|
8338883: Show warning when CreateCoredumpOnCrash set, but core dump will not happen
Reviewed-by: dholmes, jsjolen
|
2024-10-16 15:32:07 +00:00 |
|
Christian Hagedorn
|
125f743223
|
8305489: runtime/ErrorHandling/TestDwarf.java fails in some Linux configurations after JDK-8303805
Reviewed-by: dholmes, lmesnik
|
2024-09-10 08:14:40 +00:00 |
|
Tobias Hartmann
|
a8e62af733
|
8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"
Reviewed-by: chagedorn
|
2024-05-06 11:43:07 +00:00 |
|
Magnus Ihse Bursie
|
cc9a8aba67
|
8327460: Compile tests with the same visibility rules as product code
Reviewed-by: erikj, jvernee, dholmes, alanb
|
2024-03-13 08:09:22 +00:00 |
|
Matthias Baesken
|
a065eba56d
|
8326496: [test] checkHsErrFileContent support printing hserr in error case
Reviewed-by: clanger, lucy
|
2024-03-01 07:37:43 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +00:00 |
|
Leo Korinth
|
b9dcd4b741
|
8318964: Fix build failures caused by 8315097
Reviewed-by: aboldtch, rcastanedalo
|
2023-10-27 09:51:22 +00:00 |
|
Leo Korinth
|
d52a995f35
|
8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
|
2023-10-27 08:47:26 +00:00 |
|
Frederic Thevenet
|
d96f38b80c
|
8317510: Change Windows debug symbol files naming to avoid losing info when an executable and a library share the same name
Reviewed-by: ihse, erikj
|
2023-10-25 17:30:21 +00:00 |
|
Patricio Chilano Mateo
|
2d38495b61
|
8316309: AArch64: VMError::print_native_stack() crashes on Java native method frame
Reviewed-by: lmesnik, aph
|
2023-10-16 16:22:58 +00:00 |
|
David Holmes
|
e2e8e8e210
|
8312136: Modify runtime/ErrorHandling/TestDwarf.java to split dwarf and decoder testing
Reviewed-by: chagedorn, pchilanomate
|
2023-09-25 23:42:17 +00:00 |
|
Jorn Vernee
|
38bf1192b6
|
8310228: Improve error reporting for uncaught native exceptions on Windows
Reviewed-by: dholmes, djelinski
|
2023-09-21 13:54:35 +00:00 |
|
Mikhailo Seledtsov
|
b685ee00b2
|
8314830: runtime/ErrorHandling/ tests ignore external VM flags
Reviewed-by: dholmes, lmesnik
|
2023-09-19 16:42:23 +00:00 |
|
Sidraya
|
6f6621303a
|
8312014: [s390x] TestSigInfoInHsErrFile.java Failure
Reviewed-by: stuefe, amitkumar, tsteele
|
2023-07-19 18:49:24 +00:00 |
|
Damon Fenacci
|
e5744b8120
|
8310919: runtime/ErrorHandling/TestAbortVmOnException.java times out due to core dumps taking a long time on OSX
Reviewed-by: thartmann, dholmes
|
2023-06-29 12:07:54 +00:00 |
|
Damon Fenacci
|
826dcb5424
|
8264899: C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
Reviewed-by: thartmann, amitkumar, fyang, mdoerr
|
2023-06-21 12:27:02 +00:00 |
|
Axel Boldt-Christmas
|
e34ecc97e6
|
8296469: Instrument VMError::report with reentrant iteration step for register and stack printing
Reviewed-by: eosterlund, stuefe
|
2023-05-17 07:07:41 +00:00 |
|
Varada M
|
a72ba38347
|
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
Reviewed-by: dholmes, stuefe
|
2023-03-21 05:45:58 +00:00 |
|
Thomas Stuefe
|
a00f5d24d3
|
8303861: Error handling step timeouts should never be blocked by OnError and others
Reviewed-by: dholmes, rkennke
|
2023-03-14 15:51:20 +00:00 |
|
Matthias Baesken
|
b6d70f2c49
|
8303973: Library detection in runtime/ErrorHandling/TestDwarf.java fails on ppc64le RHEL8.5 for libpthread-2.28.so
Reviewed-by: chagedorn
|
2023-03-14 08:08:28 +00:00 |
|
Kim Barrett
|
f1d76fa925
|
8302262: Remove -XX:SuppressErrorAt develop option
Reviewed-by: stuefe, dholmes, tschatzl
|
2023-02-15 00:44:02 +00:00 |
|
Afshin Zafari
|
289aed465e
|
8298128: runtime/ErrorHandling/TestSigInfoInHsErrFile.java fails to find pattern with slowdebug
Reviewed-by: dcubed, dholmes, stuefe
|
2023-01-16 12:36:45 +00:00 |
|
Thomas Stuefe
|
3b3bbe5487
|
8296907: VMError: add optional callstacks, siginfo for secondary errors
Reviewed-by: aboldtch, rschmelter
|
2022-12-05 07:10:31 +00:00 |
|
Thomas Stuefe
|
d6102110e1
|
8297408: Consolidate code in runtime/ErrorHandling
Reviewed-by: dholmes, mbaesken
|
2022-11-28 07:31:18 +00:00 |
|
Thomas Stuefe
|
a768fed779
|
8297184: Test runtime/ErrorHandling/TestSigInfoInHsErrFile.java is failing
Reviewed-by: dcubed, coleenp
|
2022-11-17 16:40:32 +00:00 |
|
Thomas Stuefe
|
b9d6e83e9b
|
8296906: VMError::controlled_crash crashes with wrong code and address
Reviewed-by: dholmes, mbaesken
|
2022-11-17 07:08:14 +00:00 |
|
Aleksey Shipilev
|
5204528296
|
8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
Reviewed-by: chagedorn
|
2022-09-01 14:13:51 +00:00 |
|
Christian Hagedorn
|
13c0369646
|
8242181: [Linux] Show source information when printing native stack traces in hs_err files
Reviewed-by: erikj, tschatzl, stuefe, ihse
|
2022-08-24 06:44:06 +00:00 |
|
Doug Simon
|
af24d2d1d6
|
8286771 : workaround implemented for JDK-8282607 is incomplete
Reviewed-by: dholmes
|
2022-05-14 15:28:53 +00:00 |
|
Doug Simon
|
1c50ea36a5
|
8282607: runtime/ErrorHandling/MachCodeFramesInErrorFile.java failed with "RuntimeException: 0 < 2"
Reviewed-by: dholmes, coleenp
|
2022-05-11 20:08:15 +00:00 |
|
Tyler Steele
|
97a0a292a6
|
8283643: [AIX, testbug] MachCodeFramesInErrorFile test fails to find 'Native frames' text
Reviewed-by: dnsimon, dholmes
|
2022-04-26 15:26:21 +00:00 |
|
Coleen Phillimore
|
e245f9d200
|
8284274: Error reporting crashes because missing ResourceMarks
Reviewed-by: dholmes, stuefe
|
2022-04-13 14:46:27 +00:00 |
|
Yi Yang
|
ad1dc9c2ae
|
8278125: Some preallocated OOMEs are missing stack trace
Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com>
Reviewed-by: dholmes, coleenp
|
2021-12-23 02:14:52 +00:00 |
|
David Holmes
|
fab3d6c612
|
8275761: Backout: JDK-8274794 Print all owned locks in hs_err file
Reviewed-by: mikael
|
2021-10-22 04:47:53 +00:00 |
|
Coleen Phillimore
|
819d2df8b0
|
8274794: Print all owned locks in hs_err file
Reviewed-by: stuefe, dholmes
|
2021-10-21 11:28:22 +00:00 |
|
Doug Simon
|
33050f8013
|
8274986: max code printed in hs-err logs should be configurable
Reviewed-by: never, dholmes
|
2021-10-12 09:49:50 +00:00 |
|
Aleksey Shipilev
|
a5f09d1088
|
8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
Reviewed-by: dholmes, dnsimon
|
2021-10-12 06:22:13 +00:00 |
|
Doug Simon
|
b60837a7d5
|
8272586: emit abstract machine code in hs-err logs
Reviewed-by: kvn, dholmes
|
2021-10-08 08:06:53 +00:00 |
|
Jie Fu
|
977b8c4e16
|
8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails with release VMs
Reviewed-by: stuefe
|
2021-08-04 07:25:36 +00:00 |
|
Calvin Cheung
|
3435d299f7
|
8271003: hs_err improvement: handle CLASSPATH env setting longer than O_BUFLEN
Reviewed-by: dholmes, stuefe, iklam, minqi
|
2021-08-04 01:38:18 +00:00 |
|
Daniel D. Daugherty
|
f259eeaf65
|
8264393: JDK-8258284 introduced dangling TLH race
Reviewed-by: dholmes, rehn, eosterlund
|
2021-04-03 19:06:34 +00:00 |
|
Ralf Schmelter
|
d2b0ea1d01
|
8260282: Add option to compress heap dumps created by -XX:+HeapDumpOnOutOfMemoryError
Reviewed-by: cjplummer, stuefe
|
2021-01-29 13:53:40 +00:00 |
|
Harold Seigel
|
20e7df506f
|
8260466: Test TestHeapDumpOnOutOfMemoryError.java needs multiple @test sections
Reviewed-by: shade, lmesnik
|
2021-01-28 13:17:22 +00:00 |
|
Harold Seigel
|
e080ce9212
|
8252545: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java timed out
Reviewed-by: stuefe, coleenp
|
2021-01-26 13:17:08 +00:00 |
|
Daniel D. Daugherty
|
c0540ffda9
|
8231627: ThreadsListHandleInErrorHandlingTest.java fails in printing all threads
Reviewed-by: eosterlund, coleenp, pchilanomate, sspitsyn
|
2021-01-06 14:34:55 +00:00 |
|
Coleen Phillimore
|
c37eabe73b
|
8252148: vmError::controlled_crash should be #ifdef ASSERT and move tests to gtest
Reviewed-by: iklam, stuefe
|
2020-12-15 20:48:18 +00:00 |
|
Aleksey Shipilev
|
6d36b4bb79
|
8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
Reviewed-by: stuefe
|
2020-11-03 07:06:14 +00:00 |
|
Jie Fu
|
f3ce45f2a1
|
8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
Reviewed-by: dholmes, dcubed, stuefe
|
2020-10-15 14:46:04 +00:00 |
|
Thomas Stuefe
|
ba140b0f11
|
8254748: Bad Copyright header format after JDK-8212218
Reviewed-by: shade, dholmes
|
2020-10-14 11:21:38 +00:00 |
|