Calvin Cheung
|
3b1e56a427
|
8322322: Support archived full module graph when -Xbootclasspath/a is used
Reviewed-by: alanb, mchung
|
2024-01-05 00:00:24 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +00:00 |
|
Stefan Karlsson
|
dce7a5732e
|
8321683: Tests fail with AssertionError in RangeWithPageSize
Reviewed-by: stuefe, mbaesken
|
2023-12-22 13:25:39 +00:00 |
|
Matias Saavedra Silva
|
1fde8b868a
|
8321933: TestCDSVMCrash.java spawns two processes
Reviewed-by: ccheung, iklam
|
2023-12-18 17:05:22 +00:00 |
|
Calvin Cheung
|
dcdcd48d8f
|
8321479: java -D-D crashes
Reviewed-by: dholmes, iklam
|
2023-12-15 19:04:42 +00:00 |
|
Jaikiran Pai
|
d2ba3b1ef7
|
8312150: Remove -Xnoagent option
Reviewed-by: dholmes, alanb
|
2023-12-14 10:36:23 +00:00 |
|
Matias Saavedra Silva
|
1b621f5527
|
8321474: TestAutoCreateSharedArchiveUpgrade.java should be updated with JDK 21
Reviewed-by: dholmes, iklam
|
2023-12-12 22:49:41 +00:00 |
|
Jorn Vernee
|
ce4b257fa5
|
8320886: Unsafe_SetMemory0 is not guarded
Reviewed-by: dholmes, fparain
|
2023-12-11 19:05:40 +00:00 |
|
Stefan Karlsson
|
f4822605af
|
8319969: os::large_page_init() turns off THPs for ZGC
Reviewed-by: stuefe, aboldtch
|
2023-12-06 19:07:30 +00:00 |
|
Maxim Kartashev
|
fd31f6a166
|
8321183: Incorrect warning from cds about the modules file
Reviewed-by: ccheung, iklam
|
2023-12-05 17:17:14 +00:00 |
|
Coleen Phillimore
|
316b78336c
|
8321276: runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java failed with "'17 2: jdk/test/lib/apps ' missing from stdout/stderr"
Reviewed-by: dcubed
|
2023-12-04 18:01:31 +00:00 |
|
Stefan Karlsson
|
0d146361f2
|
8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object
Reviewed-by: dholmes, ihse, sspitsyn, dcubed
|
2023-11-30 09:46:26 +00:00 |
|
Thomas Stuefe
|
033cced6e1
|
8320368: Per-CPU optimization of Klass range reservation
Reviewed-by: rkennke, rehn
|
2023-11-29 13:16:38 +00:00 |
|
Thomas Stuefe
|
dc256fbc64
|
8320061: [nmt] Multiple issues with peak accounting
Reviewed-by: jsjolen, mbaesken
|
2023-11-28 17:48:54 +00:00 |
|
Joachim Kern
|
464dc3dab5
|
8319633: runtime/posixSig/TestPosixSig.java intermittent timeouts on UNIX
Reviewed-by: dholmes, stuefe, mdoerr
|
2023-11-28 09:57:48 +00:00 |
|
Aleksey Shipilev
|
efc392259c
|
8319048: Monitor deflation unlink phase prolongs time to safepoint
Reviewed-by: ysr, stefank, aboldtch, dcubed
|
2023-11-28 09:49:03 +00:00 |
|
Thomas Schatzl
|
1629a9059b
|
8320331: G1 Full GC Heap verification relies on metadata not reset before verification
Reviewed-by: iwalulya, ayang
|
2023-11-22 17:17:11 +00:00 |
|
Stefan Karlsson
|
87be6b69fe
|
8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls
Reviewed-by: shade, aboldtch, pchilanomate, dcubed
|
2023-11-16 14:33:50 +00:00 |
|
Thomas Stuefe
|
6b21ff61da
|
8319828: runtime/NMT/VirtualAllocCommitMerge.java may fail if mixing interpreted and compiled native invocations
Reviewed-by: stefank
|
2023-11-10 10:44:11 +00:00 |
|
Calvin Cheung
|
e318cd25cb
|
8316969: Improve CDS module graph support for --module option
Reviewed-by: iklam, alanb
|
2023-11-02 16:03:14 +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 |
|
Thomas Stuefe
|
abad0408e8
|
8313781: Add regression tests for large page logging and user-facing error messages
Reviewed-by: sjohanss, dholmes
|
2023-10-27 06:55:25 +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 |
|
Aleksey Shipilev
|
3f446c5156
|
8318528: Rename TestUnstructuredLocking test
Reviewed-by: phh, dholmes
|
2023-10-24 10:12:44 +00:00 |
|
Ioi Lam
|
08f79148c6
|
8305753: Allow JIT compilation for -Xshare:dump
Reviewed-by: dholmes, matsaave, ccheung
|
2023-10-24 06:34:50 +00:00 |
|
Jie Fu
|
eb5916729d
|
8318691: runtime/CompressedOops/CompressedClassPointersEncodingScheme.java fails with release VMs
Reviewed-by: ccheung
|
2023-10-24 02:57:47 +00:00 |
|
Thomas Stuefe
|
5ba9705d60
|
8318485: Narrow klass shift should be zero if encoding range extends to 0x1_0000_0000
Reviewed-by: ccheung, iklam
|
2023-10-23 21:10:52 +00:00 |
|
Ramkumar Sunderbabu
|
d888b26783
|
8318071: IgnoreUnrecognizedVMOptions flag still causes failure in ArchiveHeapTestClass
Reviewed-by: dholmes, shade
|
2023-10-23 15:10:22 +00:00 |
|
David Holmes
|
9843c97695
|
8318365: Test runtime/cds/appcds/sharedStrings/InternSharedString.java fails after JDK-8311538
Reviewed-by: cjplummer, lmesnik
|
2023-10-17 23:30:03 +00:00 |
|
Matias Saavedra Silva
|
61cc4a011e
|
8311538: CDS InternSharedString test fails on huge pages host - cannot find shared string
Reviewed-by: iklam, mseledtsov
|
2023-10-17 17:40:56 +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 |
|
Evgeny Ignatenko
|
37aed6f46d
|
8315362: NMT: summary diff reports threads count incorrectly
Reviewed-by: jsjolen, gziemski, stuefe, mli
|
2023-10-16 08:19:21 +00:00 |
|
Aleksey Shipilev
|
1e930db3c7
|
8316585: [REDO] runtime/InvocationTests spend a lot of time on dependency verification
Reviewed-by: vlivanov, stuefe, mli
|
2023-10-16 08:00:48 +00:00 |
|
David Holmes
|
4ea1b99c1a
|
8317262: LockStack::contains(oop) fails "assert(t->is_Java_thread()) failed: incorrect cast to JavaThread"
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: stuefe, pchilanomate, rkennke, mli
|
2023-10-15 23:34:16 +00:00 |
|
Jorn Vernee
|
32ac72c3d3
|
8312522: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
|
2023-10-12 19:50:08 +00:00 |
|
Roman Kennke
|
bcafec54a5
|
8316958: Add test for unstructured locking
Reviewed-by: dholmes, shade
|
2023-10-11 13:44:39 +00:00 |
|
Thomas Stuefe
|
c2abf120bc
|
8261894: Remove support for UseSHM
Reviewed-by: dholmes, ayang
|
2023-10-10 11:10:17 +00:00 |
|
Calvin Cheung
|
ddacf92713
|
8305765: CompressedClassPointers.java is unreliable due to ASLR
Reviewed-by: iklam
|
2023-10-04 17:27:33 +00:00 |
|
Varada M
|
0b0f8b55a6
|
8219652: [aix] Tests failing with JNI attach problems.
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2023-10-04 06:07:14 +00:00 |
|
Axel Boldt-Christmas
|
50a7a04e9a
|
8316417: ObjectMonitorIterator does not return the most recent monitor and is incorrect if no monitors exists
Reviewed-by: cjplummer, dholmes
|
2023-09-27 08:16:34 +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 |
|
Aleksey Shipilev
|
ec74194cb7
|
8316546: Backout JDK-8315932: runtime/InvocationTests spend a lot of time on dependency verification
Reviewed-by: dholmes
|
2023-09-20 05:33:36 +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 |
|
Calvin Cheung
|
f226ceb435
|
8316440: LambdasInTwoArchives.java failed to find WhiteBox.class
Reviewed-by: iklam
|
2023-09-19 00:12:36 +00:00 |
|
Aleksey Shipilev
|
ca3fe7b3fd
|
8315932: runtime/InvocationTests spend a lot of time on dependency verification
Reviewed-by: phh, vlivanov
|
2023-09-18 05:53:12 +00:00 |
|
Matias Saavedra Silva
|
83dca6296e
|
8313638: Add test for dump of resolved references
Reviewed-by: ccheung, iklam
|
2023-09-14 14:30:14 +00:00 |
|
Sergey Bylokhov
|
bd52bbfa27
|
8316060: test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java may fail if heap is huge
Reviewed-by: lmesnik, dholmes
|
2023-09-13 02:33:03 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|