Eric Caspole
6073edf3cd
8307483: New micros for j.u.c.LockSupport
...
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: shade, redestad
2023-05-17 20:39:26 +00:00
Patricio Chilano Mateo
24094482f0
8307365: JvmtiStressModule hit SIGSEGV in JvmtiEventControllerPrivate::recompute_thread_enabled
...
Reviewed-by: sspitsyn, dcubed, lmesnik
2023-05-17 20:16:21 +00:00
Alisen Chung
950c5df859
8307299: Move more DnD tests to open
...
Reviewed-by: prr, serb
2023-05-17 18:57:59 +00:00
Leonid Mesnik
8bedf2efd7
8308292: Problemlist vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TestDescription.java
...
Reviewed-by: sspitsyn
2023-05-17 17:24:38 +00:00
Brian Burkhalter
6d4782bc73
8307976: (fs) Files.createDirectories(dir) returns dir::toAbsolutePath instead of dir
...
Reviewed-by: alanb
2023-05-17 16:04:08 +00:00
Adam Sotona
5763be7267
8307326: Package jdk.internal.classfile.java.lang.constant become obsolete
...
Reviewed-by: erikj, liach
2023-05-17 12:45:19 +00:00
Erik Österlund
285c833ffa
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
...
Reviewed-by: stefank, ayang, tschatzl
2023-05-17 11:47:30 +00:00
Jaikiran Pai
1a6f9810cd
8308185: Update Http2TestServerConnection to use SSLSocket.startHandshake()
...
Reviewed-by: djelinski
2023-05-17 10:06:22 +00:00
Axel Boldt-Christmas
e34ecc97e6
8296469: Instrument VMError::report with reentrant iteration step for register and stack printing
...
Reviewed-by: eosterlund, stuefe
2023-05-17 07:07:41 +00:00
Matthias Baesken
5a92aae1d9
8308156: VerifyCACerts.java misses blank in error output
...
Reviewed-by: mullan, rhalade
2023-05-17 06:42:19 +00:00
Leonid Mesnik
563152f32d
8308223: failure handler missed jcmd.vm.info command
...
Reviewed-by: stefank
2023-05-16 19:44:38 +00:00
Erik Helin
cb8b8cdd68
8307458: Add periodic heap usage JFR events
...
Reviewed-by: stefank, aboldtch
2023-05-16 18:53:58 +00:00
Naoto Sato
f9a785e855
8307547: Support variant collations
...
Reviewed-by: srl, jlu, alanb
2023-05-16 18:00:45 +00:00
Chris Plummer
64d5157116
8306467: Fix nsk/jdb/kill/kill001 to work with new JVMTI StopThread support for virtual threads.
...
Reviewed-by: sspitsyn, amenkov
2023-05-16 17:02:12 +00:00
Stefan Karlsson
60ab1358da
8308097: Generational ZGC: Update constructor syntax
...
Reviewed-by: eosterlund, aboldtch
2023-05-16 16:13:58 +00:00
Stefan Karlsson
682359cb48
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Reviewed-by: kbarrett, tschatzl
2023-05-16 16:04:18 +00:00
Amit Kumar
41ee125a0f
8278411: Implement UseHeavyMonitors consistently, s390 port
...
Reviewed-by: mdoerr, stuefe, lucy
2023-05-16 15:25:19 +00:00
Stefan Karlsson
316bc79e0e
8308188: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC on all platforms
...
Reviewed-by: dcubed
2023-05-16 14:48:46 +00:00
Leonid Mesnik
be54b54fb3
8307369: Add execution of all svc tests in CI
...
Reviewed-by: cjplummer, sspitsyn
2023-05-16 13:39:04 +00:00
Daniel Fuchs
72294c5402
8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer
...
Reviewed-by: djelinski, michaelm
2023-05-16 09:13:17 +00:00
Serguei Spitsyn
c2ef302468
8307968: serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java timed out
...
Reviewed-by: cjplummer, lmesnik
2023-05-16 07:20:01 +00:00
Jaikiran Pai
d22bcc813e
8307403: java/util/zip/DeInflate.java timed out
...
Reviewed-by: simonis, lancea
2023-05-16 05:06:46 +00:00
Jayathirth D V
2210e06788
8306638: Open source some AWT tests related to datatransfer and Toolkit
...
Reviewed-by: prr, serb, dnguyen
2023-05-16 04:09:08 +00:00
Chris Plummer
cc80ada739
8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
...
Reviewed-by: lmesnik, sspitsyn
2023-05-15 18:59:08 +00:00
Roger Riggs
01892f9c6e
8304913: Use OperatingSystem, Architecture, and Version in jlink
...
Reviewed-by: jpai, alanb, mchung
2023-05-15 18:03:24 +00:00
Stefan Karlsson
97b2ca3de7
8307997: gtest:ZIndexDistributorTest fails on PPC64
...
Reviewed-by: mdoerr
2023-05-15 13:52:34 +00:00
Kim Barrett
646747fd7c
8307926: Support byte-sized atomic bitset operations
...
Reviewed-by: aboldtch, coleenp
2023-05-13 23:03:06 +00:00
Valerie Peng
46e3d24a6f
8155191: Specify that SecureRandom.nextBytes(byte[]) throws NullPointerException when byte array is null
...
Reviewed-by: mullan
2023-05-12 23:00:00 +00:00
Alisen Chung
3bf3876185
8307297: Move some DnD tests to open
...
Reviewed-by: prr, serb
2023-05-12 21:23:25 +00:00
Chris Plummer
d809823fe4
8306471: Add virtual threads support to JDWP ThreadReference.Stop and JDI ThreadReference.stop()
...
Reviewed-by: sspitsyn, alanb
2023-05-12 20:05:21 +00:00
Sergey Chernyshev
a284920b34
8168469: Memory leak in JceSecurity
...
Reviewed-by: valeriep
2023-05-12 19:24:45 +00:00
Afshin Zafari
39dc40fed4
8305081: Remove finalize() from test/hotspot/jtreg/compiler/runtime/Test8168712
...
Reviewed-by: coleenp, thartmann
2023-05-12 14:25:46 +00:00
Maurizio Cimadamore
13a3fce29e
8307961: java/foreign/enablenativeaccess/TestEnableNativeAccess.java fails with ShouldNotReachHere
...
Reviewed-by: jvernee
2023-05-12 10:38:27 +00:00
Kim Barrett
f09a0f5ca7
8307806: Rename Atomic::fetch_and_add and friends
...
Reviewed-by: stefank, dholmes
2023-05-12 09:50:52 +00:00
Afshin Zafari
e1e758a7b4
8305083: Remove finalize() from test/hotspot/jtreg/vmTestbase/nsk/share/ and /jpda that are used in serviceability/dcmd/framework tests
...
Reviewed-by: coleenp, dholmes
2023-05-12 07:32:46 +00:00
Matthias Baesken
f3bd031ccd
8307891: ProblemList gtest/NMTGtest.java subtests on aix
...
Reviewed-by: mdoerr, lucy
2023-05-12 07:06:45 +00:00
Abhishek Kumar
73491fa452
8306996: Open source Swing MenuItem related tests
...
Reviewed-by: dnguyen, honkar, psadhukhan
2023-05-12 02:52:43 +00:00
Ningsheng Jian
33d9a85730
8307572: AArch64: Vector registers are clobbered by some macroassemblers
...
Reviewed-by: aph, adinn
2023-05-12 02:05:18 +00:00
Daniel D. Daugherty
9a7b4431ec
8307966: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-x64
...
Reviewed-by: naoto, lmesnik
2023-05-12 00:51:49 +00:00
Chris Plummer
54c06d2d91
8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception
...
Reviewed-by: kevinw, lmesnik
2023-05-11 23:16:22 +00:00
Matias Saavedra Silva
a667213ec5
8281715: Move "base CDS archive not loaded" tests to SharedArchiveFileOption.java
...
Reviewed-by: ccheung, iklam
2023-05-11 19:37:16 +00:00
Joe Darcy
29b8242e07
8307954: Update string template regression tests to be robust on release updates
...
Reviewed-by: jlaskey
2023-05-11 18:22:10 +00:00
Guoxiong Li
4f355c3525
8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout
...
Reviewed-by: dholmes, dcubed
2023-05-11 18:21:30 +00:00
Serguei Spitsyn
51b8f3cfb9
8306034: add support of virtual threads to JVMTI StopThread
...
Reviewed-by: cjplummer
2023-05-11 17:48:39 +00:00
Chris Plummer
489658dbd2
8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 0"
...
Reviewed-by: kevinw, sspitsyn
2023-05-11 17:07:27 +00:00
Daniel Fuchs
9ad38cbeaf
8307626: java/net/httpclient/FlowAdapter* tests should close the HttpClient instances
...
Reviewed-by: aefimov, jpai
2023-05-11 16:31:04 +00:00
Stefan Karlsson
d20034b09c
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Erik Helin <ehelin@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Yadong Wang <yadongwang@openjdk.org>
Reviewed-by: eosterlund, aboldtch, rcastanedalo
2023-05-11 13:59:37 +00:00
Maurizio Cimadamore
ba9714d44c
8307610: Linker::nativeLinker should not be restricted (mainline)
...
Reviewed-by: jvernee
2023-05-11 09:45:45 +00:00
Thomas Stuefe
8ac7186331
8305416: runtime/Thread/TestAlwaysPreTouchStacks.java failed with "Did not find expected NMT output"
...
Reviewed-by: dholmes, gziemski
2023-05-11 04:50:37 +00:00
Jonathan Gibbons
f250ab2c2a
8307377: Remove use of tagName
from TagletWriterImpl.linkSeeReferenceOutput
...
Reviewed-by: hannesw
2023-05-10 22:05:58 +00:00