David Holmes
|
16df090784
|
8338947: Deprecate the UseLinuxPosixThreadCPUClocks flag and remove it in a future release
Reviewed-by: kbarrett, stuefe
|
2024-08-26 22:26:40 +00:00 |
|
Calvin Cheung
|
a827ff05db
|
8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
Reviewed-by: dholmes, iklam
|
2024-08-26 21:26:12 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Matias Saavedra Silva
|
6041c936d6
|
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: dlong, thartmann
|
2024-08-22 15:55:02 +00:00 |
|
Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Aleksey Shipilev
|
d86e99c3ca
|
8293650: Shenandoah: Support archived heap objects
Reviewed-by: rkennke, wkemper, iklam
|
2024-08-15 20:52:07 +00:00 |
|
Axel Boldt-Christmas
|
76e33b6c15
|
8336148: Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
Reviewed-by: dholmes, eosterlund
|
2024-08-13 13:13:14 +00:00 |
|
Coleen Phillimore
|
41e31d6b0a
|
8337622: IllegalArgumentException in java.lang.reflect.Field.get
Reviewed-by: dholmes, shade
|
2024-08-12 17:56:46 +00:00 |
|
Coleen Phillimore
|
069e0ea69f
|
8338064: Give better error for ConcurrentHashTable corruption
Reviewed-by: dholmes, shade
|
2024-08-09 12:00:15 +00:00 |
|
Johan Sjölen
|
97afbd9603
|
8336410: runtime/NMT/TotalMallocMmapDiffTest.java Total malloc diff is incorrect. Expected malloc diff range
Reviewed-by: gziemski, stuefe
|
2024-08-05 14:49:38 +00:00 |
|
Albert Mingkun Yang
|
8eb56845e4
|
8337550: Add documentation to TestOutOfMemoryDuringInit.java
Reviewed-by: dholmes
|
2024-08-01 07:28:39 +00:00 |
|
Sonia Zaldana Calles
|
f5c9e8f122
|
8334492: DiagnosticCommands (jcmd) should accept %p in output filenames and substitute PID
Reviewed-by: kevinw, stuefe, lmesnik
|
2024-07-30 18:40:37 +00:00 |
|
David Holmes
|
021c2c36ac
|
8337067: Test runtime/classFileParserBug/Bad_NCDFE_Msg.java won't compile
Reviewed-by: lfoltan
|
2024-07-24 21:15:18 +00:00 |
|
Jie Fu
|
6e9fcc2d80
|
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
Reviewed-by: dholmes
|
2024-07-19 12:28:56 +00:00 |
|
David Holmes
|
10fcad70b3
|
8325945: Error reporting should limit the number of String characters printed
Reviewed-by: thartmann, stuefe
|
2024-07-19 06:23:11 +00:00 |
|
Sonia Zaldana Calles
|
dea92742c2
|
8332125: [nmt] Totals in diff report should print out total malloc and mmap diffs
Reviewed-by: stuefe, jsjolen
|
2024-07-11 14:12:13 +00:00 |
|
Matthias Baesken
|
a44b60c8c1
|
8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545
Reviewed-by: dholmes, asteiner
|
2024-07-10 07:53:52 +00:00 |
|
Calvin Cheung
|
284671a1e4
|
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
Reviewed-by: matsaave, iklam
|
2024-07-08 16:44:22 +00:00 |
|
Thomas Stuefe
|
b0efd77402
|
8314653: Metaspace: remove allocation guard feature
Reviewed-by: azafari, dholmes
|
2024-07-04 12:42:47 +00:00 |
|
Axel Boldt-Christmas
|
b20e8c8e85
|
8335397: Improve reliability of TestRecursiveMonitorChurn.java
Reviewed-by: coleenp, rkennke, dholmes
|
2024-07-04 08:21:18 +00:00 |
|
David Holmes
|
587535c5b9
|
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
Reviewed-by: iklam, stuefe
|
2024-07-03 21:42:08 +00:00 |
|
Ioi Lam
|
c35e58a5ad
|
8309634: Resolve CONSTANT_MethodRef at CDS dump time
Reviewed-by: matsaave, ccheung
|
2024-06-27 20:10:13 +00:00 |
|
Vladimir Ivanov
|
243bae7dc0
|
8304693: Remove -XX:-UseVtableBasedCHA
Reviewed-by: kvn, coleenp, dholmes
|
2024-06-27 18:25:16 +00:00 |
|
Thomas Stuefe
|
e1390056c9
|
8333994: NMT: call stacks should show source information
Reviewed-by: jsjolen, gziemski
|
2024-06-26 08:44:17 +00:00 |
|
Coleen Phillimore
|
b3bf31a0a0
|
8333542: Breakpoint in parallel code does not work
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
|
2024-06-25 19:50:58 +00:00 |
|
Matias Saavedra Silva
|
6c6793307d
|
8334899: Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java failed after JDK-8306580
Reviewed-by: iklam, dholmes
|
2024-06-25 14:07:32 +00:00 |
|
Matias Saavedra Silva
|
4b153e5e05
|
8306580: Propagate CDS dumping errors instead of directly exiting the VM
Reviewed-by: iklam, ccheung
|
2024-06-24 18:19:03 +00:00 |
|
Robert Toyonaga
|
e825ccfe66
|
8332362: Implement os::committed_in_range for MacOS and AIX
Reviewed-by: stuefe
|
2024-06-24 13:33:20 +00:00 |
|
Coleen Phillimore
|
5ac2149b7b
|
8334299: Deprecate LockingMode option, along with LM_LEGACY and LM_MONITOR
Reviewed-by: stuefe, dholmes
|
2024-06-24 12:37:53 +00:00 |
|
Matthias Baesken
|
6a5cb0b2c4
|
8334567: [test] runtime/os/TestTracePageSizes move ppc handling
Reviewed-by: stuefe, lucy
|
2024-06-21 07:04:26 +00:00 |
|
Coleen Phillimore
|
4b4a483b6f
|
8330699: Obsolete -XX:+UseEmptySlotsInSupers
Reviewed-by: shade, fparain, dholmes
|
2024-06-20 19:03:50 +00:00 |
|
Thomas Stuefe
|
c6f3bf4bd6
|
8334026: Provide a diagnostic PrintMemoryMapAtExit switch on Linux
Reviewed-by: dholmes, mbaesken
|
2024-06-20 08:30:52 +00:00 |
|
Thomas Stuefe
|
801bf15f02
|
8332105: Exploded JDK does not include CDS
Reviewed-by: dholmes, iklam
|
2024-06-17 17:27:01 +00:00 |
|
Albert Mingkun Yang
|
c94af6f943
|
8333962: Obsolete OldSize
Reviewed-by: dholmes, zgu
|
2024-06-17 15:50:55 +00:00 |
|
Liming Liu
|
31e8debae6
|
8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
8325218: gc/parallel/TestAlwaysPreTouchBehavior.java fails
Reviewed-by: stefank, jsjolen, stuefe
|
2024-06-17 06:16:26 +00:00 |
|
Ioi Lam
|
b818679eba
|
8293980: Resolve CONSTANT_FieldRef at CDS dump time
Reviewed-by: erikj, matsaave, heidinga
|
2024-06-14 06:06:24 +00:00 |
|
Joe Darcy
|
75dc2f8518
|
8330182: Start of release updates for JDK 24
8330183: Add SourceVersion.RELEASE_24
8330184: Add source 24 and target 24 to javac
Reviewed-by: iris, vromero, asotona, dholmes
|
2024-06-06 16:01:57 +00:00 |
|
Saint Wesonga
|
f15d423fb5
|
6942632: Hotspot should be able to use more than 64 logical processors on Windows
Reviewed-by: jsjolen, dholmes
|
2024-06-06 11:55:43 +00:00 |
|
Calvin Cheung
|
31f70391e5
|
8316131: runtime/cds/appcds/TestParallelGCWithCDS.java fails with JNI error
Reviewed-by: dholmes, iklam
|
2024-06-04 16:43:08 +00:00 |
|
Thomas Stuefe
|
b10158624b
|
8332514: Allow class space size to be larger than 3GB
Reviewed-by: iklam, dholmes
|
2024-06-03 09:26:50 +00:00 |
|
Lei Zaakjyu
|
985b9ce79a
|
8330694: Rename 'HeapRegion' to 'G1HeapRegion'
Reviewed-by: cjplummer, kbarrett, tschatzl
|
2024-05-25 02:10:05 +00:00 |
|
Ioi Lam
|
7fd9d6c760
|
8332340: Add JavacBench as a test case for CDS
Reviewed-by: ccheung, matsaave
|
2024-05-23 16:04:56 +00:00 |
|
Sonia Zaldana Calles
|
6829d9ac67
|
8332122: [nmt] Totals for malloc should show total peak
Reviewed-by: stuefe, jsjolen
|
2024-05-23 05:53:09 +00:00 |
|
Sonia Zaldana Calles
|
5a4415a6bd
|
8331858: [nmt] VM.native_memory statistics should work in summary mode
Reviewed-by: stuefe, jsjolen
|
2024-05-14 14:04:28 +00:00 |
|
Axel Boldt-Christmas
|
4ba74475d4
|
8326957: Implement JEP 474: ZGC: Generational Mode by Default
Reviewed-by: stefank, eosterlund
|
2024-05-14 13:11:28 +00:00 |
|
Chen Liang
|
adaa509b6e
|
8327499: MethodHandleStatics.traceLambdaForm includes methods that cannot be generated
Reviewed-by: redestad, iklam
|
2024-05-13 09:11:49 +00:00 |
|
Ioi Lam
|
ac86f59e4f
|
8330532: Improve line-oriented text parsing in HotSpot
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: matsaave, jsjolen
|
2024-05-09 07:43:03 +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 |
|
David Holmes
|
b128bd7b5a
|
8331021: Deprecate and then obsolete the DontYieldALot flag
Reviewed-by: coleenp, stuefe, shade
|
2024-04-30 06:53:16 +00:00 |
|
Liming Liu
|
8b8fb6427e
|
8324776: runtime/os/TestTransparentHugePageUsage.java fails with The usage of THP is not enough
Reviewed-by: stuefe
|
2024-04-29 15:14:37 +00:00 |
|