Calvin Cheung
|
61ebe3b0c4
|
8323032: OptimizedModuleHandlingTest failed in dynamic CDS archive mode
Reviewed-by: dholmes, matsaave
|
2024-01-08 22:41:07 +00:00 |
|
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 |
|
Mikhailo Seledtsov
|
fc3e826692
|
8314832: Few runtime/os tests ignore vm flags
Reviewed-by: dholmes, lmesnik
|
2023-09-12 14:40:06 +00:00 |
|
Mandy Chung
|
111ecdbaf5
|
8268829: Provide an optimized way to walk the stack with Class object only
8210375: StackWalker::getCallerClass throws UnsupportedOperationException
Reviewed-by: coleenp, dfuchs, bchristi
|
2023-09-07 21:37:40 +00:00 |
|
Patricio Chilano Mateo
|
4c6d7fc258
|
8315795: runtime/Safepoint/TestAbortVMOnSafepointTimeout.java fails after JDK-8305507
Reviewed-by: dcubed
|
2023-09-07 20:12:04 +00:00 |
|
Mikhailo Seledtsov
|
9bf3dee242
|
8314831: NMT tests ignore vm flags
Reviewed-by: lmesnik, stuefe, gziemski
|
2023-09-07 17:12:46 +00:00 |
|
Calvin Cheung
|
25e85db61c
|
8307468: CDS Lambda Proxy classes are regenerated in dynamic dump
Reviewed-by: iklam
|
2023-09-06 15:37:03 +00:00 |
|
Ioi Lam
|
1f4cdb327f
|
8315127: CDSMapTest fails with incorrect number of oop references
Reviewed-by: ccheung
|
2023-09-05 20:56:09 +00:00 |
|
Wojciech Kudla
|
cef9fff067
|
8305507: Add support for grace period before AbortVMOnSafepointTimeout triggers
Reviewed-by: dholmes, pchilanomate
|
2023-09-05 14:12:45 +00:00 |
|
Calvin Cheung
|
1cb2cc6587
|
8308464: Shared array class should not always be loaded in boot loader
Reviewed-by: dholmes, iklam
|
2023-08-28 22:05:15 +00:00 |
|
Thomas Stuefe
|
de0e46c2f6
|
8303815: Improve Metaspace test speed
Reviewed-by: stefank, dholmes
|
2023-08-24 05:38:43 +00:00 |
|
Calvin Cheung
|
9f4a9fe488
|
8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom"
Reviewed-by: iklam, matsaave
|
2023-08-22 22:37:16 +00:00 |
|
Thomas Stuefe
|
20e94784c9
|
8314426: runtime/os/TestTrimNative.java is failing on slow machines
Reviewed-by: mbaesken, mdoerr, shade
|
2023-08-22 14:00:47 +00:00 |
|
Leonid Mesnik
|
f481477144
|
8314320: Mark runtime/CommandLine/ tests as flagless
Reviewed-by: dholmes
|
2023-08-18 17:53:07 +00:00 |
|
Oli Gillespie
|
4b2703ad39
|
8313678: SymbolTable can leak Symbols during cleanup
Reviewed-by: coleenp, dholmes, shade
|
2023-08-14 15:58:03 +00:00 |
|
Man Cao
|
7332502883
|
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
Reviewed-by: shade, stuefe
|
2023-08-11 20:43:31 +00:00 |
|
Calvin Cheung
|
88b4e3b853
|
8304292: Memory leak related to ClassLoader::update_class_path_entry_list
Reviewed-by: dholmes, iklam
|
2023-08-10 20:02:27 +00:00 |
|
Oli Gillespie
|
028b3ae1b1
|
8313874: JNI NewWeakGlobalRef throws exception for null arg
Reviewed-by: dholmes, kbarrett, shade
|
2023-08-10 08:51:50 +00:00 |
|
Matthias Baesken
|
6dba2026d7
|
8313670: Simplify shared lib name handling code in some tests
Reviewed-by: cjplummer, sspitsyn
|
2023-08-10 07:23:24 +00:00 |
|
Stefan Karlsson
|
735b16a696
|
8313752: InstanceKlassFlags::print_on doesn't print the flag names
Reviewed-by: stuefe, shade, coleenp
|
2023-08-09 06:16:18 +00:00 |
|
Aleksey Shipilev
|
226cdc696d
|
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
Reviewed-by: dholmes, stuefe
|
2023-08-07 10:45:14 +00:00 |
|
Calvin Cheung
|
dc14247077
|
8309240: Array classes should be stored in dynamic CDS archive
Reviewed-by: iklam
|
2023-08-01 22:08:55 +00:00 |
|
Calvin Cheung
|
bf7077752a
|
8312181: CDS dynamic dump crashes when verifying unlinked class from static archive
Reviewed-by: iklam, matsaave
|
2023-08-01 20:31:25 +00:00 |
|
Matias Saavedra Silva
|
86783b9851
|
8301996: Move field resolution information out of the cpCache
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: coleenp, fparain
|
2023-07-31 18:41:38 +00:00 |
|
Thomas Stuefe
|
5362ec9c6e
|
8312492: Remove THP sanity checks at VM startup
Reviewed-by: dholmes, coleenp
|
2023-07-31 16:51:29 +00:00 |
|
Thomas Stuefe
|
ad34be1f32
|
8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction
Reviewed-by: dholmes, shade
|
2023-07-29 05:36:58 +00:00 |
|
Thomas Stuefe
|
25058cd23a
|
8312620: WSL Linux build crashes after JDK-8310233
Reviewed-by: dholmes, djelinski
|
2023-07-27 13:45:36 +00:00 |
|
Jiangli Zhou
|
36f3bae556
|
8312401: SymbolTable::do_add_if_needed hangs when called in InstanceKlass::add_initialization_error path with requesting length exceeds max_symbol_length
Reviewed-by: dholmes, coleenp, iklam
|
2023-07-25 16:37:51 +00:00 |
|
Ioi Lam
|
8008e27c55
|
8308903: Print detailed info for Java objects in -Xlog:cds+map
Reviewed-by: stuefe, ccheung
|
2023-07-24 17:56:42 +00:00 |
|
Varada M
|
d5c6b0d0bb
|
8311261: [AIX] TestAlwaysPreTouchStacks.java fails due to java.lang.RuntimeException: Did not find expected NMT output
Reviewed-by: stuefe
|
2023-07-24 15:35:22 +00:00 |
|
Thomas Stuefe
|
84b325b844
|
8312182: THPs cause huge RSS due to thread start timing issue
8310687: JDK-8303215 is incomplete
Reviewed-by: dholmes, poonam
|
2023-07-21 14:19:57 +00:00 |
|
Jaikiran Pai
|
842d6329cf
|
8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6
Reviewed-by: alanb, cjplummer, dholmes
|
2023-07-21 12:58:20 +00:00 |
|
Thomas Stuefe
|
9e4fc568a6
|
8293114: JVM should trim the native heap
Reviewed-by: shade, rehn, dholmes
|
2023-07-21 12:22:03 +00:00 |
|
Wojciech Kudla
|
37c756a7be
|
8305506: Add support for fractional values of SafepointTimeoutDelay
Reviewed-by: mdoerr, dholmes
|
2023-07-20 05:10:39 +00:00 |
|
Sidraya
|
6f6621303a
|
8312014: [s390x] TestSigInfoInHsErrFile.java Failure
Reviewed-by: stuefe, amitkumar, tsteele
|
2023-07-19 18:49:24 +00:00 |
|
David Holmes
|
c2f421b8bf
|
8311541: JavaThread::print_jni_stack doesn't support native stacks on all platforms
Reviewed-by: pchilanomate, shade, stuefe
|
2023-07-18 22:04:37 +00:00 |
|
Thomas Stuefe
|
37ca9024ef
|
8310233: Fix THP detection on Linux
Reviewed-by: jsjolen, dholmes
|
2023-07-17 04:56:10 +00:00 |
|
Leslie Zhai
|
167d1c1835
|
8311986: Disable runtime/os/TestTracePageSizes.java for ShenandoahGC
Reviewed-by: jiefu, stuefe, shade
|
2023-07-14 13:54:46 +00:00 |
|
Thomas Stuefe
|
4676b40f17
|
8312049: runtime/logging/ClassLoadUnloadTest can be improved
Reviewed-by: dnsimon, dholmes
|
2023-07-14 08:49:05 +00:00 |
|
Coleen Phillimore
|
135f64e603
|
8311583: tableswitch broken by JDK-8310577
Reviewed-by: dholmes, dlong
|
2023-07-13 13:20:52 +00:00 |
|
Yudi Zheng
|
1b0dd7c254
|
8310108: Skip ReplaceCriticalClassesForSubgraphs when EnableJVMCI is specified
Reviewed-by: dnsimon, iklam
|
2023-07-13 07:20:18 +00:00 |
|
Matthias Baesken
|
812dadb0f9
|
8311788: ClassLoadUnloadTest fails on AIX after JDK-8193513
Reviewed-by: lucy, stuefe
|
2023-07-13 07:05:57 +00:00 |
|
Ioi Lam
|
581f90e242
|
8311604: Simplify NOCOOPS requested addresses for archived heap objects
Reviewed-by: ccheung
|
2023-07-09 15:18:46 +00:00 |
|
Doug Simon
|
4a1fcb6063
|
8193513: add support for printing a stack trace on class loading
Reviewed-by: dholmes, iklam, coleenp
|
2023-07-08 07:56:28 +00:00 |
|
Daohan Qu
|
27de536b40
|
8311581: Remove obsolete code and comments in TestLVT.java
Reviewed-by: coleenp, jwaters
|
2023-07-07 01:43:44 +00:00 |
|
Aleksey Shipilev
|
7173c3009e
|
8307766: Linux: Provide the option to override the timer slack
Reviewed-by: dholmes, stuefe
|
2023-07-06 10:38:34 +00:00 |
|
Vladimir Petko
|
0916e6a603
|
8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf
Reviewed-by: dholmes
|
2023-07-03 22:25:20 +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 |
|
Ioi Lam
|
ded137073a
|
8309811: BytecodePrinter cannot handle unlinked classes
Reviewed-by: coleenp, fparain
|
2023-06-28 22:50:24 +00:00 |
|
Feilong Jiang
|
87e6fab2c4
|
8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V
Reviewed-by: fyang, rehn
|
2023-06-27 01:49:58 +00:00 |
|
David Holmes
|
39fa4e6371
|
8310489: New test runtime/ClassInitErrors/TestStackOverflowDuringInit.java failed
Reviewed-by: coleenp
|
2023-06-27 00:13:42 +00:00 |
|