SendaoYan
|
8f08020fa4
|
8344903: Improve error handling TestJhsdbJstackPrintVMLocks.java
Reviewed-by: lmesnik, dholmes
|
2024-11-25 01:31:16 +00:00 |
|
Leonid Mesnik
|
98b667834c
|
8343741: SA jstack --mixed should print information about VM locks
Reviewed-by: cjplummer
|
2024-11-22 19:21:09 +00:00 |
|
Chris Plummer
|
21e0fb8648
|
8343529: serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool
8307318: Test serviceability/sa/ClhsdbCDSJstackPrintAll.java failed: ArrayIndexOutOfBoundsException
Reviewed-by: kevinw, amenkov
|
2024-11-22 17:26:37 +00:00 |
|
Coleen Phillimore
|
8f22db23a5
|
8330606: Redefinition doesn't but should verify the new klass
Reviewed-by: dholmes, jsjolen
|
2024-11-21 12:14:23 +00:00 |
|
Chris Plummer
|
0b1f57105d
|
8253440: serviceability/sa/TestJhsdbJstackLineNumbers.java failed with "Didn't find enough line numbers"
Reviewed-by: kevinw, lmesnik
|
2024-11-19 18:58:00 +00:00 |
|
Coleen Phillimore
|
dfddbcaab8
|
8341916: Remove ProtectionDomain related hotspot code and tests
Reviewed-by: dholmes, iklam, jrose
|
2024-11-18 12:48:40 +00:00 |
|
Patricio Chilano Mateo
|
78b80150e0
|
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
|
2024-11-12 15:23:48 +00:00 |
|
Roman Kennke
|
44ec501a41
|
8305895: Implement JEP 450: Compact Object Headers (Experimental)
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, stefank, stuefe, phh, ihse, lmesnik, tschatzl, matsaave, rcastanedalo, vpaprotski, yzheng, egahlin
|
2024-11-08 17:21:39 +00:00 |
|
theoweidmannoracle
|
7d6a2f3740
|
8342860: Fix more NULL usage backsliding
Reviewed-by: kbarrett, jwaters, tschatzl, jsjolen
|
2024-11-08 13:31:24 +00:00 |
|
Axel Boldt-Christmas
|
821c514a13
|
8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
Reviewed-by: ihse, eosterlund, stefank, prr, cjplummer, dholmes
|
2024-10-30 11:05:07 +00:00 |
|
Serguei Spitsyn
|
60364ef001
|
8341273: JVMTI is not properly hiding some continuation related methods
Reviewed-by: alanb, amenkov
|
2024-10-29 19:59:43 +00:00 |
|
Alex Menkov
|
36d71735e3
|
8339289: Enhance Attach API to support arbitrary length arguments - Windows
Reviewed-by: kevinw, sspitsyn
|
2024-10-25 18:08:21 +00:00 |
|
Chris Plummer
|
002de86081
|
8342673: Test serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java failed: waited too long for notify
Reviewed-by: amenkov, lmesnik, sspitsyn
|
2024-10-23 18:26:30 +00:00 |
|
Smita Kamath
|
18bcbf7941
|
8341052: SHA-512 implementation using SHA-NI
Reviewed-by: jbhateja, ascarpino, sviswanathan, sparasa
|
2024-10-21 15:37:36 +00:00 |
|
Serguei Spitsyn
|
8591109419
|
8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning
Reviewed-by: cjplummer, amenkov
|
2024-10-18 19:34:17 +00:00 |
|
Ramkumar Sunderbabu
|
d915ac2abd
|
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
Reviewed-by: cjplummer, lmesnik
|
2024-10-17 14:34:58 +00:00 |
|
Kevin Walls
|
9cfc03aa81
|
8340391: Windows jcmd System.map and System.dump_map tests failing
Reviewed-by: cjplummer
|
2024-09-18 19:17:26 +00:00 |
|
Simon Tooke
|
4ff17c14a5
|
8319873: Add windows implementation for jcmd System.map and System.dump_map
Co-authored-by: Simon Tooke <stooke@openjdk.org>
Reviewed-by: stuefe, kevinw, szaldana
|
2024-09-18 09:11:40 +00:00 |
|
Leonid Mesnik
|
202fd421f7
|
8340213: jcmd VM.events ignores max argument
Reviewed-by: szaldana, cjplummer, amenkov, mli
|
2024-09-17 22:36:37 +00:00 |
|
Liang Mao
|
c91fa278fe
|
8339725: Concurrent GC crashed due to GetMethodDeclaringClass
Reviewed-by: lmesnik, coleenp, eosterlund, stefank
|
2024-09-14 05:36:47 +00:00 |
|
Alan Bateman
|
7e2bcf6d00
|
8338890: Add monitoring/management interface for the virtual thread scheduler
Reviewed-by: kevinw
|
2024-09-10 07:23:35 +00:00 |
|
Yasumasa Suenaga
|
deeb09a640
|
8339307: jhsdb jstack could not trace FFM upcall frame
Reviewed-by: cjplummer, jvernee
|
2024-09-07 05:46:47 +00:00 |
|
Alex Menkov
|
cfec3ac911
|
8337317 : serviceability/jvmti tests failed with FATAL ERROR in native method: Failed during the GetClassSignature call
Reviewed-by: lmesnik, sspitsyn, cjplummer
|
2024-09-03 19:01:58 +00:00 |
|
Jiawei Tang
|
55c509708e
|
8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option
Reviewed-by: dholmes, sspitsyn
|
2024-08-09 02:29:15 +00:00 |
|
Serguei Spitsyn
|
965d6b9cbe
|
8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112
Reviewed-by: cjplummer, amenkov
|
2024-08-05 23:29:17 +00:00 |
|
Ashutosh Mehra
|
e63d01654e
|
8337031: Improvements to CompilationMemoryStatistic
Reviewed-by: kvn, stuefe
|
2024-07-31 01:36:37 +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 |
|
Alan Bateman
|
6e228ce382
|
8336254: Virtual thread implementation + test updates
Reviewed-by: sspitsyn, kevinw
|
2024-07-25 04:59:01 +00:00 |
|
Serguei Spitsyn
|
d3e51daf73
|
8334085: Test crash: assert(thread->held_monitor_count() == 0) failed: Must be
Reviewed-by: dholmes, pchilanomate
|
2024-07-25 01:35:03 +00:00 |
|
Sonia Zaldana Calles
|
8e1f17e351
|
8327054: DiagnosticCommand Compiler.perfmap does not log on output()
Reviewed-by: lmesnik, stuefe, kevinw, cjplummer
|
2024-07-23 15:49:34 +00:00 |
|
Daniel Lundén
|
0725eb1df2
|
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Reviewed-by: cjplummer, kvn, thartmann
|
2024-07-22 14:41:40 +00:00 |
|
Alex Menkov
|
a60608e7a3
|
8334169: Long arguments of attach operation are silently truncated on Windows
Reviewed-by: sspitsyn, cjplummer
|
2024-07-16 18:10:47 +00:00 |
|
Christoph Langer
|
419cc46248
|
8335533: OutOfMemoryError: Metaspace observed again on AIX in test RedefineLeakThrowable.java after JDK-8294960
Reviewed-by: mbaesken, stuefe
|
2024-07-16 12:48:06 +00:00 |
|
SendaoYan
|
1fe3ada001
|
8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743
Reviewed-by: cjplummer, amenkov
|
2024-07-12 08:14:56 +00:00 |
|
Matthias Baesken
|
c703d29042
|
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
Reviewed-by: stuefe, lucy
|
2024-07-12 05:56:53 +00:00 |
|
KIRIYAMA Takuya
|
d6c6847e32
|
8335743: jhsdb jstack cannot print some information on the waiting thread
Reviewed-by: dholmes, cjplummer, kevinw
|
2024-07-11 02:44:12 +00:00 |
|
Kim Barrett
|
7e11fb7026
|
8335688: Fix -Wzero-as-null-pointer-constant warnings from fflush calls in jvmti tests
Reviewed-by: jwaters, coleenp
|
2024-07-09 13:11:20 +00:00 |
|
Thomas Stuefe
|
3cce31ad88
|
8335643: serviceability/dcmd/vm tests fail for ZGC after JDK-8322475
Reviewed-by: sgehwolf, dholmes
|
2024-07-08 08:06:56 +00:00 |
|
Thomas Stuefe
|
8aaec37ace
|
8322475: Extend printing for System.map
Reviewed-by: sgehwolf, jsjolen
|
2024-07-03 16:08:34 +00:00 |
|
Matthias Baesken
|
ed149062d0
|
8333361: ubsan,test : libHeapMonitorTest.cpp:518:9: runtime error: null pointer passed as argument 2, which is declared to never be null
Reviewed-by: asteiner, lucy, amenkov
|
2024-06-21 08:38:42 +00:00 |
|
Inigo Mediavilla Saiz
|
07ebda54f2
|
8334215: serviceability/dcmd/thread/PrintMountedVirtualThread.java failing with JTREG_TEST_THREAD_FACTORY=Virtual
Reviewed-by: dholmes
|
2024-06-19 10:35:32 +00:00 |
|
Inigo Mediavilla Saiz
|
fcedde8042
|
8330846: Add stacks of mounted virtual threads to the HotSpot thread dump
Reviewed-by: dholmes, alanb
|
2024-06-12 23:18:27 +00:00 |
|
Matthias Baesken
|
a7e4ab9300
|
8333730: ubsan: FieldIndices/libFieldIndicesTest.cpp:276:11: runtime error: null pointer passed as argument 2, which is declared to never be null
Reviewed-by: cjplummer, amenkov
|
2024-06-12 07:06:29 +00:00 |
|
Serguei Spitsyn
|
60ea17e848
|
8311177: Switching to interpreter only mode in carrier thread can lead to crashes
Reviewed-by: pchilanomate, amenkov
|
2024-06-05 21:46:41 +00:00 |
|
Erik Gahlin
|
4a20691e9b
|
8331876: JFR: Move file read and write events to java.base
Reviewed-by: mgronlun, alanb
|
2024-05-30 13:32:57 +00:00 |
|
Lei Zaakjyu
|
985b9ce79a
|
8330694: Rename 'HeapRegion' to 'G1HeapRegion'
Reviewed-by: cjplummer, kbarrett, tschatzl
|
2024-05-25 02:10:05 +00:00 |
|
Serguei Spitsyn
|
b890336e11
|
8328083: degrade virtual thread support for GetObjectMonitorUsage
Reviewed-by: cjplummer, alanb
|
2024-05-23 12:07:17 +00:00 |
|
Evgeny Astigeevich
|
1a944478a2
|
8332111: [BACKOUT] A way to align already compiled methods with compiler directives
Reviewed-by: shade, kvn
|
2024-05-15 09:56:05 +00:00 |
|
Jaikiran Pai
|
edd47c10eb
|
8308033: The jcmd thread dump related tests should test virtual threads
Reviewed-by: cjplummer, sspitsyn
|
2024-05-08 10:11:01 +00:00 |
|
Tom Rodriguez
|
b96b38c2c9
|
8318682: SA decoding of scalar replaced objects is broken
Reviewed-by: cjplummer, cslucas
|
2024-04-30 17:33:23 +00:00 |
|