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 |
|
Thomas Stuefe
|
dc262dfcbf
|
8212218: [TESTBUG] runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
Reviewed-by: iklam, lmesnik
|
2020-10-14 09:37:54 +00:00 |
|
Kim Barrett
|
52117c6f62
|
8251850: Refactor ResourceMark and DeoptResourceMark for better code sharing
Move saved state to ResourceArea, merge most of marks into shared helper.
Reviewed-by: stuefe, iklam, tschatzl, xliu, vlivanov
|
2020-08-25 22:17:04 -04:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Igor Ignatyev
|
c976be69c3
|
8244385: various clean-ups in runtime tests
Reviewed-by: minqi
|
2020-05-05 09:27:22 -07:00 |
|
Igor Ignatyev
|
47c30dbc16
|
8244141: use @requires and SkippedException in some hotspot/runtime tests
Reviewed-by: minqi, gziemski
|
2020-05-02 07:17:20 -07:00 |
|
Igor Ignatyev
|
46fe7e303b
|
8243945: use driver mode in runtime tests
Reviewed-by: dholmes, dcubed, gziemski
|
2020-04-29 19:51:45 -07:00 |
|
Fairoz Matte
|
956e20ed16
|
8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
Reviewed-by: dholmes, mseledtsov
|
2020-02-24 23:44:29 -05:00 |
|
Jie Fu
|
72d8e98a9d
|
8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
Reviewed-by: coleenp, stuefe, mseledtsov
|
2019-08-28 08:47:40 +08:00 |
|
Daniel D. Daugherty
|
858b7e21d6
|
8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
Reviewed-by: dholmes, stuefe
|
2019-06-05 14:07:14 -04:00 |
|
Thomas Stuefe
|
d1145fa663
|
8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
Reviewed-by: dholmes
|
2019-05-21 18:22:54 +02:00 |
|
Thomas Stuefe
|
7e9c683397
|
8221738: ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: coleenp, clanger
|
2019-04-07 09:13:17 +02:00 |
|
Coleen Phillimore
|
f5cb284275
|
8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
Removed tests that will not find bugs in current code base.
Reviewed-by: lfoltan, hseigel
|
2019-04-16 10:01:20 -04:00 |
|
Thomas Stuefe
|
dbe0da648a
|
8220786: Create new switch to redirect error reporting output to stdout or stderr
Reviewed-by: dholmes, goetz
|
2019-03-25 09:35:40 +01:00 |
|
Igor Ignatyev
|
8fb834a4bf
|
8219139: move hotspot tests from test/jdk/vm
Reviewed-by: dholmes, mseledtsov
|
2019-03-14 19:37:17 -07:00 |
|
Thomas Stuefe
|
6d4de736d8
|
8214975: No hs-err file if fatal error is raised during dynamic initialization
Reviewed-by: dholmes, dcubed
|
2018-12-08 12:09:59 +01:00 |
|
Thomas Stuefe
|
5dac22b8eb
|
8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert
Reviewed-by: dholmes, mdoerr
|
2018-10-24 14:59:21 +02:00 |
|
Mikael Vidstedt
|
f5e624c0b3
|
8209856: Obsolete error reporter
Reviewed-by: coleenp, stuefe
|
2018-08-29 13:04:50 -07:00 |
|
Igor Ignatyev
|
17891770c1
|
8208655: use JTreg skipped status in hotspot tests
Reviewed-by: kvn, hseigel, iklam
|
2018-08-02 14:40:55 -07:00 |
|
Leonid Mesnik
|
c83edf5ae6
|
8203491: [TESTBUG] Port heapdump tests into java
Reviewed-by: coleenp, jgeorge
|
2018-06-13 16:32:02 -07:00 |
|
Stefan Karlsson
|
ad35b3d424
|
8204168: Increase small heap sizes in tests to accommodate ZGC
Reviewed-by: pliden, ehelin
|
2018-06-05 15:56:21 +02:00 |
|
Daniel D. Daugherty
|
9a94336b7d
|
8191798: redo nested ThreadsListHandle to drop Threads_lock
Refactor Thread hazard ptrs and nested ThreadsLists into SafeThreadsListPtr.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: dcubed, eosterlund, rehn
|
2018-05-02 16:47:40 -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 |
|
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
|
b0138d81ad
|
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
Reviewed-by: stefank, gtriantafill, coleenp
|
2017-12-08 15:24:47 -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 |
|
David Holmes
|
2aecf1b321
|
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
Reviewed-by: iignatyev
|
2017-11-09 00:52:15 -05:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|