Guoxiong Li
2bb5cf5f33
8330155: Serial: Remove TenuredSpace
...
Reviewed-by: ayang, cjplummer, tschatzl
2024-04-24 11:41:21 +00:00
Matias Saavedra Silva
383fe6eaab
8330388: Remove invokedynamic cache index encoding
...
Reviewed-by: cjplummer, dlong, coleenp
2024-04-23 15:02:27 +00:00
Vladimir Kozlov
b704e91241
8329433: Reduce nmethod header size
...
Reviewed-by: dlong, iveresov
2024-04-19 16:11:17 +00:00
Ludvig Janiuk
9acce7a6f3
8329774: Break long lines in jdk/src/jdk.hotspot.agent/doc /transported_core.html
...
Reviewed-by: kevinw
2024-04-11 10:33:19 +00:00
Vladimir Kozlov
83eba863fe
8329332: Remove CompiledMethod and CodeBlobLayout classes
...
Reviewed-by: vlivanov, stefank
2024-04-04 19:48:48 +00:00
Albert Mingkun Yang
ef2d5c40c0
8326065: Merge Space into ContiguousSpace
...
Reviewed-by: cjplummer, sjohanss
2024-02-23 11:47:29 +00:00
Roman Kennke
336bbbe389
8139457: Relax alignment of array elements
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: stuefe, stefank, shade, coleenp, kdnilsen, aboldtch
2024-02-23 10:05:25 +00:00
Albert Mingkun Yang
2b1a840002
8325860: Serial: Move Generation.java to serial folder
...
Reviewed-by: cjplummer, tschatzl
2024-02-15 10:20:12 +00:00
Erik Österlund
84965ea1a8
8322630: Remove ICStubs and related safepoints
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: tschatzl, aboldtch, dlong
2024-02-14 11:44:30 +00:00
yifeng.jyf
71d2dbd0b6
8325464: GCCause.java out of sync with gcCause.hpp
...
Reviewed-by: stefank, tschatzl
2024-02-10 14:07:23 +00:00
Chris Plummer
be7cc1c2b0
8323681: SA PointerFinder code should support G1
...
Reviewed-by: tschatzl, kevinw
2024-02-07 23:39:34 +00:00
Chris Plummer
7476e29053
8323680: SA PointerFinder code can do a better job of leveraging existing code to determine if an address is in the TLAB
...
Reviewed-by: kevinw, sspitsyn
2024-02-02 20:41:37 +00:00
Chris Plummer
192349eee4
8324066: "clhsdb jstack" should not by default scan for j.u.c locks because it can be very slow
...
Reviewed-by: kevinw, amenkov
2024-02-01 19:24:39 +00:00
Albert Mingkun Yang
1c1cb048cd
8324512: Serial: Remove Generation::Name
...
Reviewed-by: stefank, iwalulya, cjplummer
2024-01-24 10:02:28 +00:00
Albert Mingkun Yang
f5e6d111b1
8324210: Serial: Remove unused methods in Generation
...
Reviewed-by: tschatzl, stefank
2024-01-23 09:38:47 +00:00
Lei Zaakjyu
e66a76f524
8323660: Serial: Fix header ordering and indentation
...
Reviewed-by: ayang, cjplummer, kbarrett
2024-01-15 09:13:47 +00:00
Lei Zaakjyu
922f8e44ee
8323693: Update some copyright announcements in the new files created in 8234502
...
Reviewed-by: cjplummer, dholmes
2024-01-15 07:40:49 +00:00
Lei Zaakjyu
7dc9dd6fdf
8234502: Merge GenCollectedHeap and SerialHeap
...
Reviewed-by: ayang, cjplummer
2024-01-12 10:56:50 +00:00
David Holmes
692be57738
8322065: Initial nroff manpage generation for JDK 23
...
Reviewed-by: alanb
2023-12-14 21:26:10 +00:00
Ioi Lam
4c96aac9c0
8320935: Move CDS config initialization code to cdsConfig.cpp
...
Reviewed-by: ccheung, matsaave, stuefe
2023-12-06 05:25:19 +00:00
Thomas Schatzl
38cfb220dd
8318706: Implement JEP 423: Region Pinning for G1
...
Reviewed-by: ayang, iwalulya, sjohanss
2023-11-29 10:03:32 +00:00
Albert Mingkun Yang
f9e9131e12
8319703: Serial: Remove generationSpec
...
Reviewed-by: cjplummer, tschatzl
2023-11-27 16:09:20 +00:00
Matias Saavedra Silva
ffa35d8cf1
8301997: Move method resolution information out of the cpCache
...
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, adinn, fparain
2023-11-15 19:04:11 +00:00
Ashutosh Mehra
7bb1999c51
8316342: CLHSDB "dumpclass" command produces invalid classes
...
Reviewed-by: cjplummer, sspitsyn
2023-11-14 14:48:47 +00:00
Roman Kennke
bd918f49d2
8316401: sun/tools/jhsdb/JStackStressTest.java failed with "InternalError: We should have found a thread that owns the anonymous lock"
...
Reviewed-by: cjplummer, dholmes
2023-09-29 11:14:13 +00:00
Ashutosh Mehra
065203d44a
8313631: SA: stack trace printed using "where" command does not show class name
...
Reviewed-by: cjplummer, dholmes
2023-09-28 13:32:15 +00:00
Fredrik Bredberg
347bd15e49
8315966: Relativize initial_sp in interpreter frames
...
Reviewed-by: fyang, mdoerr, pchilanomate
2023-09-27 13:15:07 +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
Feilong Jiang
42dc6b5d3a
8316182: RISC-V: SA stack walking code having trouble finding sender frame when invoking LambdaForms is involved
...
Reviewed-by: fyang
2023-09-15 10:04:43 +00:00
Andrew Haley
1d702d28b6
8313800: AArch64: SA stack walking code having trouble finding sender frame when invoking LambdaForms is involved
...
Reviewed-by: cjplummer
2023-09-12 16:49:55 +00:00
Roland Westrelin
dac1727956
8308869: C2: use profile data in subtype checks when profile has more than one class
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: vlivanov, thartmann
2023-09-08 07:48:05 +00:00
Chris Plummer
8a5db6bab3
8237542: JMapHeapConfigTest.java doesn't work with negative jlong values
...
Reviewed-by: sspitsyn, shade
2023-08-25 23:16:02 +00:00
Chris Plummer
38a9edfb7e
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
...
Reviewed-by: dholmes, kevinw
2023-08-23 20:11:10 +00:00
Chris Plummer
2c60cadfde
8280743: HSDB "Monitor Cache Dump" command might throw NPE
...
Reviewed-by: kevinw, sspitsyn
2023-08-23 19:12:35 +00:00
Chris Plummer
7c169a426f
8312232: Remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD()
...
Reviewed-by: lmesnik, kevinw
2023-08-22 20:57:11 +00:00
Aleksey Shipilev
812f475bc4
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
...
Reviewed-by: cjplummer, sspitsyn
2023-08-21 09:02:01 +00:00
Feilong Jiang
5c91622885
8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
...
Reviewed-by: fyang
2023-08-14 07:50:43 +00:00
Chris Plummer
8f1c134848
8313798: [aarch64] sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java sometimes times out on aarch64
...
Reviewed-by: kevinw, sspitsyn
2023-08-11 18:09:44 +00:00
Yi Yang
31a307f2fb
8306441: Two phase segmented heap dump
...
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Reviewed-by: amenkov, kevinw
2023-08-09 01:58:57 +00:00
Ashutosh Mehra
873d117932
8312623: SA add NestHost and NestMembers attributes when dumping class
...
Reviewed-by: cjplummer, sspitsyn, stuefe
2023-08-04 18:42:37 +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
Coleen Phillimore
e897041770
8312262: Klass::array_klass() should return ArrayKlass pointer
...
Reviewed-by: dlong, ccheung
2023-07-28 16:32:06 +00:00
Sergey Nazarkin
a7427678e1
8312246: NPE when HSDB visits bad oop
...
Reviewed-by: cjplummer, sspitsyn
2023-07-20 09:21:23 +00:00
Daohan Qu
aa23fd98f5
8311879: SA ClassWriter generates invalid invokedynamic code
...
Reviewed-by: matsaave, cjplummer, coleenp
2023-07-19 19:25:40 +00:00
Ashutosh Mehra
c1190375fc
8311971: SA's ConstantPool.java uses incorrect computation to read long value in the constant pool
...
Reviewed-by: cjplummer, dholmes, stuefe
2023-07-19 14:24:16 +00:00
Ashutosh Mehra
c710e71178
8311102: Write annotations in the classfile dumped by SA
...
Reviewed-by: cjplummer, stuefe
2023-07-13 17:14:30 +00:00
Thomas Stuefe
753bd563ec
8311870: Split CompressedKlassPointers from compressedOops.hpp
...
Reviewed-by: iklam, rkennke
2023-07-12 09:06:53 +00:00
Ashutosh Mehra
05c2b6cd47
8309979: BootstrapMethods attribute is missing in class files recreated by SA
...
Reviewed-by: cjplummer, kevinw
2023-06-29 14:16:15 +00:00
Tom Rodriguez
269852b906
8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x
...
Reviewed-by: cjplummer, sspitsyn
2023-06-27 19:57:06 +00:00
Daohan Qu
8e047029e8
8242152: SA does not include StackMapTables when dumping .class files
...
Reviewed-by: cjplummer, sspitsyn
2023-06-22 06:45:19 +00:00