Pavel Rappo
45a616a891
8303480: Miscellaneous fixes to mostly invisible doc comments
...
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
2023-03-07 15:31:42 +00:00
Albert Mingkun Yang
7fbfc884f0
8303534: Merge CompactibleSpace into ContiguousSpace
...
Reviewed-by: cjplummer, tschatzl
2023-03-07 08:12:26 +00:00
Xue-Lei Andrew Fan
a50dc67a4f
8303527: update for deprecated sprintf for jdk.hotspot.agent
...
Reviewed-by: cjplummer
2023-03-03 18:11:48 +00:00
Andrey Turbanov
d4dcba0463
8303267: Prefer ArrayList to LinkedList in ConcurrentLocksPrinter
...
Reviewed-by: cjplummer, sspitsyn
2023-03-02 18:40:29 +00:00
Julian Waters
725d57b2e2
8301659: Resolve initialization reordering issues on Windows for libawt and libsaproc
...
Reviewed-by: dholmes, aivanov
2023-02-02 15:22:18 +00:00
Justin King
7c6a8db328
8301447: [REDO] CodeHeap has virtual methods that are not overridden
...
Reviewed-by: kvn, thartmann
2023-02-01 13:11:12 +00:00
David Holmes
6dd8723f66
8290918: Initial nroff manpage generation for JDK 21
...
Reviewed-by: lancea, iris, darcy
2023-01-24 06:27:54 +00:00
Jesper Wilhelmsson
56dc3b08a6
Merge
2023-01-23 20:58:40 +00:00
Fredrik Bredberg
f307e8c667
8299795: Relativize locals in interpreter frames
...
Reviewed-by: coleenp, rehn, pchilanomate, mdoerr, fyang
2023-01-23 10:43:50 +00:00
David Holmes
fd752178e3
8290919: Update nroff pages in JDK 20 before RC
...
Reviewed-by: iris, alanb
2023-01-23 07:44:32 +00:00
Daniel Jeliński
50e7df91c7
8300024: Replace use of JNI_COMMIT mode with mode 0
...
Reviewed-by: amenkov, sspitsyn, cjplummer
2023-01-16 06:58:27 +00:00
Daniel Jeliński
fe7fca0128
8300032: DwarfParser resource leak
...
Reviewed-by: cjplummer, sspitsyn
2023-01-16 06:56:43 +00:00
Kim Barrett
ddca2b9b46
8299701: Remove unused GCCause::_wb_conc_mark
...
Reviewed-by: eosterlund, iwalulya
2023-01-11 05:12:26 +00:00
Matthias Baesken
2ccdefc81c
8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args
...
Reviewed-by: clanger, sspitsyn, kevinw
2023-01-05 07:59:41 +00:00
Coleen Phillimore
2e801e16ec
8298475: Remove JVM_ACC_PROMOTED_FLAGS
...
Reviewed-by: sspitsyn, dcubed, dholmes
2022-12-14 12:47:08 +00:00
Albert Mingkun Yang
ceca4fc9ec
8298264: Merge OffsetTableContigSpace into TenuredSpace
...
Reviewed-by: stefank, tschatzl
2022-12-14 12:45:17 +00:00
Jonathan Gibbons
5a45c25151
8297164: Update troff man pages and CheckManPageOptions.java
...
Reviewed-by: dholmes
2022-11-21 22:03:48 +00:00
Matias Saavedra Silva
a8070fba21
8296157: Rename FileMapInfo::space_at() to region_at()
...
Reviewed-by: iklam, ccheung
2022-11-03 21:24:12 +00:00
Coleen Phillimore
7e88209e6c
8295964: Move InstanceKlass::_misc_flags
...
Reviewed-by: sspitsyn, dholmes
2022-10-31 13:00:09 +00:00
Kim Barrett
3a873d3c5b
8295808: GrowableArray should support capacity management
...
Reviewed-by: aboldtch, tschatzl, sspitsyn
2022-10-25 17:42:48 +00:00
Aleksey Shipilev
dfd2d83144
8295657: SA: Allow larger object alignments
...
Reviewed-by: stuefe, cjplummer
2022-10-21 08:15:49 +00:00
Chris Plummer
d362e16924
8294689: The SA transported_core.html file needs quite a bit of work
...
Reviewed-by: kevinw, poonam, sspitsyn
2022-10-11 18:01:18 +00:00
Aleksey Shipilev
fe7a4617fe
8294920: Missing SP value in Linux x86_32 thread context
...
Reviewed-by: cjplummer, sspitsyn
2022-10-07 18:23:16 +00:00
Chris Plummer
5f6ad926d7
8294547: HotSpotAgent.setupVM() should include "cause" exception when throwing DebuggerException
...
Reviewed-by: sspitsyn, coleenp
2022-09-29 18:31:10 +00:00
Chris Plummer
3b7fc80b18
8294411: SA should provide more useful info when it fails to start up due to "failed to workaround classshareing"
...
Reviewed-by: kevinw, sspitsyn
2022-09-28 17:17:12 +00:00
Andrey Turbanov
5725a93c07
8293879: Remove unnecessary castings in jdk.hotspot.agent
...
Reviewed-by: lmesnik, cjplummer
2022-09-19 10:58:46 +00:00
Aleksey Shipilev
60f59a4a88
8293660: Fix frame::sender_for_compiled_frame frame size assert
...
Reviewed-by: dlong, kvn
2022-09-14 05:44:47 +00:00
Andrey Turbanov
7e02039805
8293647: Avoid unnecessary boxing in jdk.hotspot.agent
...
Reviewed-by: cjplummer, sspitsyn
2022-09-13 17:53:33 +00:00
Chris Plummer
526eb54fc3
8293669: SA: Remove unnecssary "InstanceStackChunkKlass: InstanceStackChunkKlass" output when scanning heap
...
Reviewed-by: sspitsyn
2022-09-12 23:56:45 +00:00
Daniel Skantz
524af94937
8283627: Outdated comment in MachineDescriptionTwosComplement.isLP64
...
Reviewed-by: cjplummer, sspitsyn, lmesnik
2022-09-12 16:31:52 +00:00
John R Rose
8d3399bf5f
8292758: put support for UNSIGNED5 format into its own header file
...
Reviewed-by: dlong, coleenp
2022-09-08 07:36:53 +00:00
Chris Plummer
710a143473
8293445: clhsdb "thread" command gives incorrect error message for bad threadID
...
Reviewed-by: dcubed
2022-09-06 22:26:29 +00:00
Chris Plummer
e92b9e4030
8293325: Minor improvements to macos catch_mach_exception_raise() error handling
...
Reviewed-by: amenkov, dcubed, sspitsyn
2022-09-03 23:15:35 +00:00
Chris Plummer
767262e67c
8292201: serviceability/sa/ClhsdbThreadContext.java fails with "'Thread "Common-Cleaner"' missing from stdout/stderr"
...
Reviewed-by: amenkov, sspitsyn
2022-09-03 16:06:25 +00:00
Chris Plummer
2baeebbc02
8293006: sun/tools/jhsdb/JStackStressTest.java fails with "UnalignedAddressException: 8baadbabe"
...
Reviewed-by: dcubed, sspitsyn
2022-09-02 16:11:01 +00:00
Chris Plummer
07616de00c
8175382: clhsdb pmap should print the end addresses of the load modules
...
Reviewed-by: sspitsyn, ysuenaga
2022-09-01 16:35:41 +00:00
Chris Plummer
c3380c03b1
8292995: improve the SA page cache
...
Reviewed-by: kevinw, sspitsyn
2022-08-30 23:13:49 +00:00
Chris Plummer
f285cea9a6
8293037: Remove DebuggerBase.writeBytes() and related code from SA
...
Reviewed-by: amenkov, kevinw
2022-08-30 16:24:51 +00:00
Chris Plummer
55f5a83b88
8282410: Remove SA ProcDebugger support
...
Reviewed-by: kevinw, amenkov
2022-08-25 22:25:49 +00:00
Erik Österlund
054c23f484
8290025: Remove the Sweeper
...
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
2022-08-25 09:48:55 +00:00
Andrey Turbanov
37c0a13647
8292350: Use static methods for hashCode/toString primitives
...
Reviewed-by: prr, rriggs, amenkov, jpai
2022-08-20 10:05:48 +00:00
Daniel Jeliński
083e014d0c
8292233: Increase symtab hash table size
...
Reviewed-by: kevinw, cjplummer
2022-08-12 05:25:46 +00:00
Thomas Schatzl
95fc16bdfa
8290525: Move HeapRegion::_compaction_top to G1FullCollector
...
Reviewed-by: kbarrett, sangheki
2022-07-29 15:45:25 +00:00
David Holmes
e9f97b2e8c
8290489: Initial nroff manpage generation for JDK 20
...
Reviewed-by: dcubed
2022-07-22 04:40:15 +00:00
Daniel D. Daugherty
9c19d89c9c
Merge
2022-07-20 22:56:17 +00:00
David Holmes
618f3a82a4
8278274: Update nroff pages in JDK 19 before RC
...
Reviewed-by: jjg
2022-07-20 04:40:09 +00:00
Daniel Jeliński
04c47da118
8289768: Clean up unused code
...
Reviewed-by: dfuchs, lancea, weijun, naoto, cjplummer, alanb, michaelm, chegar
2022-07-12 11:30:17 +00:00
Harold Seigel
09b4032f8b
8289534: Change 'uncomplicated' hotspot runtime options
...
Reviewed-by: coleenp, dholmes
2022-07-01 14:31:30 +00:00
Ryan Ernst
7b5bd251ef
8286397: Address possibly lossy conversions in jdk.hotspot.agent
...
Reviewed-by: cjplummer, chegar
2022-06-30 08:28:45 +00:00
Albert Mingkun Yang
2961b7eede
8285364: Remove REF_ enum for java.lang.ref.Reference
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Reviewed-by: kbarrett, coleenp, stefank
2022-06-29 13:15:19 +00:00
Jayashree Huttanagoudar
ddb55ede2c
8135292: Remove duplicate code in <OS>Address.java in SA
...
Reviewed-by: cjplummer, amenkov
2022-06-27 11:52:42 +00:00
Andrey Turbanov
7905788e96
8289126: Cleanup unnecessary null comparison before instanceof check in jdk.hotspot.agent
...
Reviewed-by: ayang, cjplummer
2022-06-27 07:30:19 +00:00
Coleen Phillimore
cf4a4966a8
8288064: Class initialization locking
...
Reviewed-by: rehn, vlivanov
2022-06-16 12:38:06 +00:00
Andrey Turbanov
26048ea21e
8287695: Use String.contains() instead of String.indexOf() in jdk.hotspot.agent
...
Reviewed-by: cjplummer
2022-06-02 19:28:20 +00:00
Nick Gasson
d8331737ad
8286711: AArch64: serviceability agent tests fail with PAC enabled
...
Reviewed-by: dholmes, cjplummer
2022-05-30 08:12:05 +00:00
Alexey Ivanov
e0d361cea9
8284191: Replace usages of 'a the' in hotspot and java.base
...
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
2022-05-24 11:25:13 +00:00
Magnus Ihse Bursie
76caeed498
8285366: Fix typos in serviceability
...
Reviewed-by: kevinw, sspitsyn
2022-05-13 15:17:22 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Chris Plummer
716a80a838
8283179: SA tests fail with "ERROR: catch_mach_exception_raise: Message doesn't denote a Unix soft signal."
...
Reviewed-by: dholmes, amenkov
2022-04-27 17:57:34 +00:00
Patricio Chilano Mateo
4e20a03786
8283044: Use asynchronous handshakes to deliver asynchronous exceptions
...
Reviewed-by: dcubed, dholmes, rehn
2022-04-04 14:00:26 +00:00
Andrey Turbanov
3e643f4599
8283799: Collapse identical catch branches in jdk.hotspot.agent
...
Reviewed-by: lmesnik, amenkov
2022-03-31 07:56:44 +00:00
Chris Plummer
2fef5d4a33
8281853: serviceability/sa/ClhsdbThreadContext.java failed with NullPointerException: Cannot invoke "sun.jvm.hotspot.gc.shared.GenCollectedHeap.getGen(int)" because "this.heap" is null
...
Reviewed-by: kevinw, sspitsyn
2022-03-29 18:38:42 +00:00
Christoph Langer
f4eaa16c0f
8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java
...
Reviewed-by: fyang, jiefu, dholmes
2022-03-28 09:59:40 +00:00
Fei Yang
5905b02c0e
8276799: Implementation of JEP 422: Linux/RISC-V Port
...
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
2022-03-24 09:22:46 +00:00
Albert Mingkun Yang
19d34bdf99
8281879: Serial: Merge CardGeneration into TenuredGeneration
...
Reviewed-by: tschatzl, iwalulya
2022-03-21 16:20:20 +00:00
Matteo Baccan
ccad39237a
8282657: Code cleanup: removing double semicolons at the end of lines
...
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
2022-03-07 21:33:40 +00:00
Chris Plummer
85d839fb4f
8280601: ClhsdbThreadContext.java test is triggering codecache related asserts
...
Reviewed-by: kevinw, sspitsyn
2022-02-01 23:02:06 +00:00
Chris Plummer
bdfa15d92c
8250801: Add clhsdb "threadcontext" command
...
Reviewed-by: sspitsyn, kevinw
2022-01-18 19:21:13 +00:00
Chris Plummer
fd9fb9a4af
8279194: Add Annotated Memory Viewer feature to SA's HSDB
...
Reviewed-by: sspitsyn, ysuenaga
2022-01-18 19:20:20 +00:00
Kevin Walls
6933934633
8278597: Remove outdated comments regarding RMISecurityManager in HotSpotAgent.java
...
Reviewed-by: rriggs, sspitsyn
2022-01-13 09:29:05 +00:00
Chris Plummer
2a59ebbba3
8279119: src/jdk.hotspot.agent/doc/index.html file contains references to scripts that no longer exist
...
Reviewed-by: kevinw, sspitsyn
2022-01-03 01:29:13 +00:00
Chris Plummer
eaefb1a1ed
8244669: convert clhsdb "mem" command from javascript to java
...
Reviewed-by: sspitsyn, kevinw, poonam
2021-12-22 23:02:41 +00:00
Chris Plummer
d0ea7c9db9
8279024: Remove javascript references from clhsdb.html
...
Reviewed-by: kevinw, sspitsyn
2021-12-22 03:56:08 +00:00
Chris Plummer
00c0d10870
8244670: convert clhsdb "whatis" command from javascript to java
...
Reviewed-by: sspitsyn, kevinw
2021-12-21 22:55:09 +00:00
Chris Plummer
7517c85da3
8269838: BasicTypeDataBase.findDynamicTypeForAddress(addr, basetype) can be simplified
...
Reviewed-by: kevinw, sspitsyn
2021-12-15 17:08:44 +00:00
David Holmes
624f3094b8
8278275: Initial nroff manpage generation for JDK 19
...
Reviewed-by: erikj, jjg, iris
2021-12-13 21:36:24 +00:00
Harold Seigel
14f7385a72
8277481: Obsolete seldom used CDS flags
...
Reviewed-by: iklam, ccheung, dholmes
2021-12-13 13:35:37 +00:00
Jonathan Gibbons
ed5d53ae0e
8273179: Update nroff pages in JDK 18 before RC
...
Reviewed-by: dholmes
2021-12-10 02:50:37 +00:00
Andrey Turbanov
66eaf65261
8277413: Remove unused local variables in jdk.hotspot.agent
...
Reviewed-by: lmesnik, tschatzl, sspitsyn
2021-11-23 12:33:13 +00:00
Andrey Turbanov
c06df25a4f
8274662: Replace 'while' cycles with iterator with enhanced-for in jdk.hotspot.agent
...
Reviewed-by: amenkov, cjplummer, sspitsyn
2021-11-16 11:18:10 +00:00
Dean Long
9326eb1461
8276095: ciReplay: replay failure due to incomplete ciMethodData information
...
Reviewed-by: chagedorn, kvn
2021-11-15 21:09:23 +00:00
Coleen Phillimore
3b2585c02b
8276658: Clean up JNI local handles code
...
Reviewed-by: dholmes, pchilanomate
2021-11-12 16:17:15 +00:00
Magnus Ihse Bursie
7023b3f8a1
8276628: Use blessed modifier order in serviceability code
...
Reviewed-by: dholmes, lmesnik, cjplummer
2021-11-05 12:07:58 +00:00
Andrey Turbanov
a579483c88
8274899: Replace usages of Collections.sort with List.sort call in jdk.hotspot.agent
...
Reviewed-by: sspitsyn, cjplummer, ayang
2021-10-19 14:46:30 +00:00
Andrey Turbanov
dcf428c7a7
8275075: Remove unnecessary conversion to String in jdk.hotspot.agent
...
Reviewed-by: sspitsyn, cjplummer
2021-10-13 09:07:07 +00:00
Lin Zang
3f01d03a10
8275021: Test serviceability/sa/TestJmapCore.java fails with: java.io.IOException: Stack frame 0x4 not found
...
Reviewed-by: dholmes, dcubed
2021-10-11 15:27:28 +00:00
Lin Zang
5ecc99bbf5
8274620: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java is timing out
...
Reviewed-by: cjplummer, dholmes
2021-10-11 01:56:34 +00:00
Yumin Qi
8de77634c4
8273152: Refactor CDS FileMapHeader loading code
...
Reviewed-by: ccheung, iklam
2021-10-07 21:33:32 +00:00
Yasumasa Suenaga
986ee5d0bf
8274670: Improve version string handling in SA
...
Reviewed-by: cjplummer, sspitsyn
2021-10-06 00:36:50 +00:00
Lin Zang
8876eae429
8269685: Optimize HeapHprofBinWriter implementation
...
8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed out
Reviewed-by: sspitsyn, amenkov
2021-09-28 02:59:14 +00:00
Andrey Turbanov
cbe57e8604
8273684: Replace usages of java.util.Stack with ArrayDeque
...
Reviewed-by: cjplummer, serb
2021-09-22 01:26:21 +00:00
Sergey Bylokhov
7fff22afe7
8272805: Avoid looking up standard charsets
...
Reviewed-by: weijun, naoto, dfuchs, azvegint, erikj
2021-09-02 22:56:20 +00:00
Lin Zang
46684a4efa
8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed out
...
Reviewed-by: cjplummer, sspitsyn
2021-08-27 09:02:23 +00:00
Andrey Turbanov
35b399aca8
8269130: Replace usages of Collection.toArray() with Collection.toArray(T[]) to avoid redundant array copying
...
Reviewed-by: mullan, serb
2021-08-10 13:27:59 +00:00
David Holmes
ea02dade43
8272067: Initial nroff manpage generation for JDK 18
...
Reviewed-by: darcy
2021-08-06 03:49:34 +00:00
Jesper Wilhelmsson
14692d5ed0
Merge
2021-08-06 01:21:44 +00:00
Jonathan Gibbons
dfacda488b
8270872: Final nroff manpage update for JDK 17
...
Reviewed-by: darcy, mr, iris, naoto
2021-08-05 22:12:27 +00:00
Yi Yang
072fe486c9
8270901: Typo PHASE_CPP in CompilerPhaseType
...
Reviewed-by: jiefu
2021-07-28 08:03:29 +00:00
Nick Gasson
752b6df34c
8261236: C2: ClhsdbJstackXcompStress test fails when StressGCM is enabled
...
Reviewed-by: never, kvn
2021-07-28 01:54:33 +00:00
Thomas Schatzl
8e27d4e8ce
8271043: Rename G1CollectedHeap::g1mm()
...
Reviewed-by: kbarrett, iwalulya
2021-07-22 14:38:28 +00:00
Nick Gasson
357fe09f2e
8247351: [aarch64] NullPointerException during stack walking (clhsdb "where -a")
...
Reviewed-by: cjplummer
2021-07-14 09:02:43 +00:00
Yi Yang
afe957cd97
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
...
Reviewed-by: mchung, rriggs
2021-07-13 02:23:16 +00:00
Coleen Phillimore
bca570c56e
8269962: SA has unused Hashtable, Dictionary classes
...
Reviewed-by: cjplummer, iklam, dholmes
2021-07-08 14:28:32 +00:00
Jesper Wilhelmsson
270fbcb3f5
Merge
2021-07-08 00:55:53 +00:00
Coleen Phillimore
2dc5486415
8267303: Replace MinObjectAlignmentSize usages for non-Java heap objects
...
Reviewed-by: kbarrett, tschatzl, minqi
2021-07-07 12:46:07 +00:00
Chris Plummer
2daf39a59b
8269830: SA's vm object vtable matching code sometimes matches on incorrect type
...
Reviewed-by: kevinw, sspitsyn
2021-07-07 02:32:25 +00:00
Yi Yang
a9e201016d
8268425: Show decimal nid of OSThread instead of hex format one
...
Reviewed-by: stuefe, kevinw
2021-07-07 01:37:50 +00:00
Patricio Chilano Mateo
2fd7943ec1
8256425: Obsolete Biased Locking in JDK 18
...
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +00:00
Coleen Phillimore
f3ba2690c5
8256306: ObjectMonitor::_contentions field should not be 'jint'
...
Reviewed-by: dholmes, stuefe, dcubed
2021-06-23 14:27:31 +00:00
Yasumasa Suenaga
7e41ca3da8
8266957: SA has not followed JDK-8220587 and JDK-8224965
...
Reviewed-by: cjplummer, sspitsyn
2021-06-05 00:07:04 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Yasumasa Suenaga
37bc4e2e3c
8263635: Add --servername option to jhsdb debugd
...
Reviewed-by: cjplummer, sspitsyn
2021-05-27 04:54:16 +00:00
Chris Plummer
10236e7a52
8263242: serviceability/sa/ClhsdbFindPC.java cannot find MaxJNILocalCapacity with ASLR
...
Reviewed-by: kevinw, ysuenaga
2021-05-18 21:26:56 +00:00
Mitsuru Kariya
a555fd89d0
8264734: Some SA classes could use better hashCode() implementation
...
Reviewed-by: cjplummer, kevinw
2021-05-17 09:49:57 +00:00
Patricio Chilano Mateo
853ffdb25c
8265934: Cleanup _suspend_flags and _special_runtime_exit_condition
...
Reviewed-by: rehn, dcubed, dholmes
2021-05-13 18:04:26 +00:00
Harold Seigel
e14b026841
8243287: Removal of Unsafe::defineAnonymousClass
...
Reviewed-by: iklam, mchung, alanb, dholmes
2021-05-13 12:46:54 +00:00
Yasumasa Suenaga
476994aa37
8266531: ZAddress::address() should be removed from SA
...
Reviewed-by: cjplummer, stefank
2021-05-12 05:27:14 +00:00
Yasumasa Suenaga
8bcebe73d2
8265505: findsym does not work on remote debug server
...
Reviewed-by: cjplummer, kevinw
2021-05-05 00:26:12 +00:00
Yasumasa Suenaga
b88785d2c6
8266038: Move newAddress() to JVMDebugger
...
Reviewed-by: kevinw, amenkov
2021-05-05 00:22:00 +00:00
Patricio Chilano Mateo
42af7da94d
8265933: Move Java monitor related fields from class Thread to JavaThread
...
Reviewed-by: rehn, dcubed, coleenp, dholmes
2021-04-29 18:13:27 +00:00
Yi Yang
fbfd4ea3ce
8265914: Duplicated NotANode and not_a_node
...
Reviewed-by: thartmann
2021-04-27 13:00:08 +00:00
Vladimir Kozlov
694acedf18
8264805: Remove the experimental Ahead-of-Time Compiler
...
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
2021-04-27 01:12:18 +00:00
Yasumasa Suenaga
159f5e1ede
8263636: Add --disable-registry option to jhsdb debugd
...
Reviewed-by: cjplummer, kevinw
2021-04-22 15:01:33 +00:00
Robbin Ehn
86bd44fe80
8257831: Suspend with handshakes
...
Reviewed-by: dcubed, rrich, dholmes, pchilanomate, sspitsyn
2021-04-22 10:30:47 +00:00
Yasumasa Suenaga
b1a225e119
8263565: NPE was thrown when sun.jvm.hotspot.rmi.serverNamePrefix was set
...
Reviewed-by: cjplummer, amenkov
2021-04-06 00:09:04 +00:00
Andrey Turbanov
6cf109503a
8264484: Replace uses of StringBuffer with StringBuilder in jdk.hotspot.agent
...
Reviewed-by: kevinw, amenkov, ysuenaga
2021-04-01 07:22:41 +00:00
Koichi Sakata
39f0b27a12
8176026: SA: Huge heap sizes cause a negative value to be displayed in the jhisto heap total
...
Reviewed-by: cjplummer, kevinw, ysuenaga
2021-04-01 04:10:15 +00:00
Joe Darcy
815248ab27
8264148: Update spec for exceptions retrofitted for exception chaining
...
Reviewed-by: rriggs, smarks
2021-03-30 19:59:59 +00:00
Yasumasa Suenaga
a209ed01ba
8263670: pmap and pstack in jhsdb do not work on debug server
...
Reviewed-by: cjplummer, sspitsyn
2021-03-27 11:15:17 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Koichi Sakata
91d86e6ac1
8263572: Output from jstack mixed mode is misaligned
...
Reviewed-by: cjplummer, sspitsyn
2021-03-23 21:12:54 +00:00
Yasumasa Suenaga
b2a52ea516
8263342: Add --connect option to jhsdb hsdb/clhsdb
...
Reviewed-by: cjplummer, sspitsyn
2021-03-23 06:27:20 +00:00
Chris Plummer
30da9bc3c0
8263546: Add "findsym" command to clhsdb.html help file
...
Reviewed-by: ysuenaga, lmesnik
2021-03-19 19:16:59 +00:00
Yasumasa Suenaga
e03a59489c
8262504: Some CLHSDB command cannot know they run on remote debugger
...
Reviewed-by: cjplummer, sspitsyn
2021-03-16 05:46:23 +00:00
Thomas Schatzl
4f1cda4fd7
8263387: G1GarbageCollection JFR event gets gc phase, not gc type
...
Reviewed-by: sjohanss, ayang, iwalulya
2021-03-15 18:07:44 +00:00
Chris Plummer
b2f7c58dc9
8263055: hsdb Command Line Debugger does not properly direct output for some commands
...
Reviewed-by: amenkov, ysuenaga
2021-03-12 21:06:14 +00:00
Ioi Lam
d8a9c3ca92
8263002: Remove CDS MiscCode region
...
Reviewed-by: coleenp, dholmes
2021-03-10 06:07:39 +00:00
Yasumasa Suenaga
d0c1aec202
8263140: Japanese chars garble in console window in HSDB
...
Reviewed-by: iklam, prr, cjplummer
2021-03-09 23:43:07 +00:00
Yasumasa Suenaga
70342e8513
8262520: Add SA Command Line Debugger support to connect to debug server
...
Reviewed-by: cjplummer, kevinw
2021-03-09 23:41:52 +00:00
Matthias Baesken
0265ab63e4
8262466: linux libsaproc/DwarfParser.cpp delete DwarfParser object in early return
...
Reviewed-by: ysuenaga, kevinw
2021-03-03 07:41:01 +00:00
Yasumasa Suenaga
3b350ad87f
8261710: SA DSO objects have sizes that are too large
...
Reviewed-by: sspitsyn, cjplummer
2021-03-02 06:56:40 +00:00
Lin Zang
c54724da14
8257234: Add gz option to SA jmap to write a gzipped heap dump
...
Reviewed-by: cjplummer, ysuenaga, sspitsyn
2021-02-25 12:09:55 +00:00
Chris Plummer
aea474c48d
8261269: When using clhsdb to "inspect" a java object, clhsdb prints "Oop for..." twice
...
Reviewed-by: sspitsyn, kevinw
2021-02-22 23:22:50 +00:00
Chris Plummer
539c80bfda
8261702: ClhsdbFindPC can fail due to PointerFinder incorrectly thinking an address is in a .so
...
Reviewed-by: ysuenaga, kevinw, sspitsyn
2021-02-21 18:59:02 +00:00
Chris Plummer
18188c2aa7
8261692: Bugs in clhsdb history support
...
Reviewed-by: amenkov, sspitsyn
2021-02-20 23:19:41 +00:00
Chris Plummer
c158413e48
8261098: Add clhsdb "findsym" command
...
Reviewed-by: amenkov, sspitsyn
2021-02-19 00:58:28 +00:00
Chris Plummer
e7e20d4ec6
8261711: Clhsdb "versioncheck true" throws NPE every time
...
Reviewed-by: amenkov, sspitsyn
2021-02-16 22:32:10 +00:00
Chris Plummer
55d7bbcec0
8261607: SA attach is exceeding JNI Local Refs capacity
...
Reviewed-by: sgehwolf, amenkov
2021-02-16 21:16:55 +00:00
Chris Plummer
e29c560a11
8247514: Improve clhsdb 'findpc' ability to determine what an address points to by improving PointerFinder and PointerLocation classes
...
Reviewed-by: ysuenaga, kevinw
2021-02-12 22:01:43 +00:00
Yasumasa Suenaga
c342323c7a
8261431: SA: Add comments about load address of executable
...
Reviewed-by: sspitsyn, kevinw
2021-02-11 14:58:03 +00:00