Alan Bateman
307085618d
8309702: Exclude java/lang/ScopedValue/StressStackOverflow.java from JTREG_TEST_THREAD_FACTORY=Virtual runs
...
Reviewed-by: jpai
2023-06-09 08:33:18 +00:00
Alan Bateman
b2a5271e74
8309196: Remove Thread.countStackFrames
...
Reviewed-by: rriggs, mchung, dholmes, jpai, iris
2023-06-08 17:28:04 +00:00
Chen Liang
ac3ce2bf75
8304425: ClassHierarchyResolver from Reflection
...
Reviewed-by: asotona
2023-06-08 07:29:56 +00:00
Sergey Bylokhov
73dd03cc5a
8308152: PropertyDescriptor should work with overridden generic getter method
...
Reviewed-by: azvegint
2023-06-08 02:51:36 +00:00
Martin Balao
760cb04a2e
8309569: sun/security/pkcs11/Signature/TestRSAKeyLength.java fails after JDK-8301553
...
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Reviewed-by: valeriep
2023-06-08 01:24:26 +00:00
Mandy Chung
e8a59843f2
8309630: Clean up tests that reference deploy modules
...
Reviewed-by: bchristi
2023-06-08 01:00:44 +00:00
Raffaello Giulietti
90027ff204
8309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
...
Reviewed-by: rriggs
2023-06-07 21:39:53 +00:00
Alexey Ivanov
ea41907396
8297923: java.awt.ScrollPane broken after multiple scroll up/down
...
Reviewed-by: honkar, prr, serb
2023-06-07 21:18:50 +00:00
Mandy Chung
02bce0b145
8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI
...
Reviewed-by: alanb, dfuchs
2023-06-07 18:44:27 +00:00
Joe Darcy
4ffc8cc216
8309574: Improve core reflection tests for JEP 445
...
Reviewed-by: mchung
2023-06-07 18:11:56 +00:00
Chris Plummer
e3f3ac0825
8309420: com/sun/jdi/StepTest.java fails with virtual thread wrapper
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 18:03:49 +00:00
Chris Plummer
c38abbfcaa
8309510: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java no longer needs to override startUp() method
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 17:57:23 +00:00
Chris Plummer
a54f4d4ab9
8309509: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 17:49:05 +00:00
JoKern65
6eddbe26dd
8309219: Fix xlc17 clang 15 warnings in java.base
...
Reviewed-by: goetz, mdoerr
2023-06-07 13:42:03 +00:00
Jorn Vernee
c49129f545
8308445: Linker should check that capture state segment is big enough
...
Reviewed-by: mcimadamore
2023-06-07 12:25:28 +00:00
Jorn Vernee
fa791119f0
8308031: Linkers should reject unpromoted variadic parameters
...
Reviewed-by: mcimadamore
2023-06-07 12:14:55 +00:00
Stefan Karlsson
5722903d53
8307374: Add a JFR event for tracking RSS
...
Reviewed-by: stuefe, rcastanedalo
2023-06-07 11:41:20 +00:00
Jaikiran Pai
3ccb3c0e09
8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address
...
Reviewed-by: djelinski, dfuchs
2023-06-07 09:44:14 +00:00
Daniel Jeliński
fadcd65018
8309527: Improve test proxy performance
...
Reviewed-by: dfuchs, jpai
2023-06-07 07:51:05 +00:00
Alan Bateman
f1c7afcc3f
8306647: Implementation of Structured Concurrency (Preview)
...
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: psandoz, dfuchs, mchung
2023-06-07 06:41:09 +00:00
Daniel D. Daugherty
0ceb43227d
8309570: ProblemList sun/security/pkcs11/Signature/TestRSAKeyLength.java
...
Reviewed-by: jjg, darcy
2023-06-06 22:08:43 +00:00
Chris Plummer
65bdbc7a8c
8309396: com/sun/jdi/JdbMethodExitTest.java fails with virtual threads due to a bug in determining the main thread id
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 21:57:18 +00:00
Martin Balao
4a75fd462c
8301553: Support Password-Based Cryptography in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
2023-06-06 19:39:34 +00:00
Chris Plummer
16ab7bfe22
8309505: com/sun/jdi/MethodEntryExitEvents.java due to finding wrong main thread
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 18:34:18 +00:00
Chris Plummer
571fbdc311
8309506: com/sun/jdi/MultiBreakpointsTest.java fails with virtual test thread factory
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 18:17:47 +00:00
Stuart Marks
9526190863
8307840: SequencedMap view method specification and implementation adjustments
...
Reviewed-by: darcy, alanb
2023-06-06 17:02:32 +00:00
Mandy Chung
74dc50b7f0
8301721: lookup.findSpecial fails on Object method call from interface
...
Reviewed-by: alanb
2023-06-06 16:19:46 +00:00
Chen Liang
38cef2adbd
8309413: Improve the performance of MethodTypeDesc::descriptorString
...
8304932: MethodTypeDescImpl can be mutated by argument passed to MethodTypeDesc.of
Reviewed-by: mchung
2023-06-06 15:56:36 +00:00
Brian Burkhalter
9188142698
8309216: Cast from jchar* to char* in test java/io/GetXSpace.java
...
Reviewed-by: rriggs, naoto
2023-06-06 15:15:32 +00:00
Maxim Kartashev
41bf2ad159
8308875: java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java failed with 'Cannot invoke "sun.awt.X11GraphicsDevice.getInsets()" because "device" is null'
...
Reviewed-by: avu, prr
2023-06-06 08:26:01 +00:00
Alan Bateman
2e9eff5641
8309406: Change jdk.trackAllThreads to default to true
...
Reviewed-by: rpressler, mchung, cjplummer
2023-06-06 06:01:38 +00:00
Stuart Marks
6d155a47f1
8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value
...
Reviewed-by: bchristi
2023-06-06 00:19:50 +00:00
Serguei Spitsyn
4b1534989b
8304438: jcmd JVMTI.agent_load should obey EnableDynamicAgentLoading
...
Reviewed-by: cjplummer, alanb, amenkov
2023-06-06 00:00:11 +00:00
Jim Laskey
98b53c06cf
8306112: Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview)
...
8308613: javax.lang.model updates for JEP 445 (preview)
8308913: Update core reflection for JEP 445 (preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Co-authored-by: Adam Sotona <asotona@openjdk.org>
Reviewed-by: mcimadamore, vromero, darcy
2023-06-05 18:45:39 +00:00
Adam Sotona
4b8922f576
8308842: Consolidate exceptions thrown from Class-File API
...
Reviewed-by: briangoetz
2023-06-05 18:25:51 +00:00
changpeng1997
6d511f1376
8309129: AArch64: guarantee(T != T2S) failed: "incorrect arrangement" after JDK-8307795
...
Reviewed-by: thartmann, xgong, eastigeevich
2023-06-05 11:32:53 +00:00
Jan Lahoda
9be5769a68
8291966: SwitchBootstrap.typeSwitch could be faster
...
Reviewed-by: asotona
2023-06-05 10:48:25 +00:00
Prasanta Sadhukhan
8c9d21e519
8296920: Regression Test DialogOrient.java fails on MacOS
...
Reviewed-by: honkar, dnguyen, achung, jdv
2023-06-05 09:15:13 +00:00
Christoph Langer
ac41c03003
8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates
...
Reviewed-by: mbaesken, weijun
2023-06-05 08:36:47 +00:00
Chris Plummer
ecb17532dc
8309334: ProcessTools.main() does not properly set thread names when using the virtual thread wrapper
...
Reviewed-by: amenkov, lmesnik, sspitsyn, alanb
2023-06-04 18:18:11 +00:00
Jaikiran Pai
ac1597bcc7
8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org
...
Reviewed-by: dfuchs
2023-06-04 09:48:11 +00:00
Chris Plummer
fdb5893bf0
8309391: Remove non-failing tests from test/jdk/ProblemList-Virtual.txt
...
Reviewed-by: dcubed, lmesnik
2023-06-03 20:26:46 +00:00
Chris Plummer
1bb037bdc6
8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit
...
Reviewed-by: sspitsyn, lmesnik, amenkov
2023-06-02 19:09:56 +00:00
Mandy Chung
a23bbea959
8309241: ClassForNameLeak fails intermittently as the class loader hasn't been unloaded
...
Reviewed-by: dnsimon, bchristi
2023-06-02 18:12:19 +00:00
Severin Gehwolf
dc8bc6c98c
8308090: Add container tests for on-the-fly resource quota updates
...
Reviewed-by: dholmes, mseledtsov
2023-06-02 08:58:20 +00:00
Sibabrata Sahoo
aeb53e67f9
8308711: Develop additional Tests for KEM implementation
...
Reviewed-by: weijun
2023-06-02 08:13:12 +00:00
Alan Bateman
5bd2af26e6
8307478: Implementation of Prepare to Restrict The Dynamic Loading of Agents
...
Reviewed-by: sspitsyn, cjplummer
2023-06-02 05:57:01 +00:00
Tejesh R
325940b091
8307105: JFileChooser InvalidPathException when selecting some system folders on Windows
...
Reviewed-by: aivanov, abhiscxk, dnguyen
2023-06-02 04:29:33 +00:00
Mark Powers
d987176412
8307794: Test for HSS/LMS Signature Verification
...
Reviewed-by: mullan
2023-06-01 14:09:36 +00:00
Volker Simonis
39f6d807db
8307990: jspawnhelper must close its writing side of a pipe before reading from it
...
Reviewed-by: stuefe, rriggs
2023-06-01 10:56:31 +00:00