Doug Simon
|
8b4af46be4
|
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
Reviewed-by: dholmes
|
2023-06-15 15:53:08 +00:00 |
|
Vladimir Kozlov
|
0038491abd
|
8309978: [x64] Fix useless padding
Reviewed-by: chagedorn, thartmann, shade
|
2023-06-15 15:32:45 +00:00 |
|
Albert Mingkun Yang
|
5f3613e060
|
8309960: ParallelGC young collections very slow in DelayInducer
Reviewed-by: tschatzl, iwalulya
|
2023-06-15 12:01:02 +00:00 |
|
Roberto Castañeda Lozano
|
83d92672d4
|
8303513: C2: LoadKlassNode::make fails with 'expecting TypeKlassPtr'
Reviewed-by: thartmann, kvn
|
2023-06-15 10:08:28 +00:00 |
|
Martin Doerr
|
de8aca27ba
|
8307907: [ppc] Remove RTM locking implementation
Reviewed-by: mbaesken, rrich, stuefe
|
2023-06-15 09:52:31 +00:00 |
|
Johan Sjölen
|
4c0e164238
|
8309717: C2: Remove Arena::move_contents usage
Reviewed-by: thartmann, kvn
|
2023-06-15 08:36:35 +00:00 |
|
Vladimir Kempik
|
6b94289386
|
8309502: RISC-V: String.indexOf intrinsic may produce misaligned memory loads
Reviewed-by: luhenry, fjiang, fyang
|
2023-06-15 06:22:21 +00:00 |
|
Kim Barrett
|
181845ae46
|
8309899: Rename PtrQueueSet::buffer_size()
Reviewed-by: tschatzl, ayang
|
2023-06-14 22:01:44 +00:00 |
|
Ioi Lam
|
931625a930
|
8309808: BytecodeTracer prints wrong BSM for invokedynamic
Reviewed-by: coleenp, matsaave
|
2023-06-14 21:14:01 +00:00 |
|
Harshitha Onkar
|
ee4ab6709e
|
8309958: Incorrect @since tag format in Container.java
Reviewed-by: dmarkov
|
2023-06-14 19:49:24 +00:00 |
|
Aleksey Shipilev
|
57b8251241
|
8309956: Shenandoah: Strengthen the mark word check in string dedup
Reviewed-by: wkemper, zgu, ysr
|
2023-06-14 16:57:15 +00:00 |
|
Erik Joelsson
|
955fc2faba
|
8309746: Reconfigure check should include make/conf/version-numbers.conf
Reviewed-by: mikael
|
2023-06-14 13:27:19 +00:00 |
|
Erik Joelsson
|
554b4d7243
|
8308585: AC_REQUIRE: `PLATFORM_EXTRACT_TARGET_AND_BUILD' was expanded before it was required
Reviewed-by: mikael
|
2023-06-14 13:26:54 +00:00 |
|
Erik Gahlin
|
84d010a24b
|
8309928: JFR: View issues
Reviewed-by: mgronlun
|
2023-06-14 12:26:51 +00:00 |
|
Erik Gahlin
|
9872a14192
|
8309959: JFR: Display N/A for missing data amount
Reviewed-by: mgronlun, stuefe
|
2023-06-14 12:05:27 +00:00 |
|
Jorn Vernee
|
4c18b9e1fa
|
8309880: Add support for linking libffi on Windows and Mac
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: erikj
|
2023-06-14 12:03:42 +00:00 |
|
Jim Laskey
|
1d1ed0d8f7
|
8309957: Rename JDK-8309595 test to conform
Reviewed-by: rriggs
|
2023-06-14 11:58:03 +00:00 |
|
Vladimir Petko
|
e3d6fc875b
|
8309847: FrameForm and RegisterForm constructors should initialize all members
Reviewed-by: kvn, thartmann
|
2023-06-14 11:47:02 +00:00 |
|
Martin Doerr
|
bd79db3930
|
8309613: [Windows] hs_err files sometimes miss information about the code containing the error
Reviewed-by: dholmes, stuefe
|
2023-06-14 08:28:39 +00:00 |
|
Stefan Karlsson
|
63fe413d93
|
8309890: TestStringDeduplicationInterned.java waits for the wrong condition
Reviewed-by: aboldtch, kbarrett
|
2023-06-14 06:30:05 +00:00 |
|
Jaikiran Pai
|
ba837b4bfa
|
8309910: Introduce jdk.internal.net.http.HttpConnection.getSNIServerNames() method
Reviewed-by: dfuchs
|
2023-06-14 01:37:45 +00:00 |
|
Ioi Lam
|
5d193193a3
|
8309878: Reduce inclusion of resolvedIndyEntry.hpp
Reviewed-by: coleenp, sspitsyn, matsaave
|
2023-06-14 00:16:12 +00:00 |
|
Christian Stein
|
8aad881e80
|
8309934: Update GitHub Actions to use JDK 17 for building jtreg
Reviewed-by: erikj
|
2023-06-13 20:32:29 +00:00 |
|
Mandy Chung
|
9bfe415f66
|
8305104: Remove the old core reflection implementation
Reviewed-by: dholmes, alanb
|
2023-06-13 19:41:38 +00:00 |
|
Raffaello Giulietti
|
bfef3c3e80
|
8309955: Matcher uses @since {@inheritDoc}
Reviewed-by: lancea
|
2023-06-13 18:40:47 +00:00 |
|
Chris Plummer
|
d7251c1755
|
8309757: com/sun/jdi/ReferrersTest.java fails with virtual test thread factory
Reviewed-by: sspitsyn, kevinw
|
2023-06-13 18:07:43 +00:00 |
|
Jonathan Gibbons
|
b5b5b7ce72
|
8309884: missing @since tags in com.sun.source.*
Reviewed-by: darcy
|
2023-06-13 17:40:34 +00:00 |
|
Chen Liang
|
75dcc4ef94
|
8307508: IndirectVarHandle.isAccessModeSupported throws NPE
Reviewed-by: mchung
|
2023-06-13 17:05:52 +00:00 |
|
Ben Perez
|
bed9161c81
|
8308474: DSA does not reset SecureRandom when initSign is called again
Reviewed-by: weijun
|
2023-06-13 16:34:58 +00:00 |
|
Tobias Hartmann
|
3eec179c72
|
8309854: ciReplay TestServerVM test fails with Graal
Reviewed-by: chagedorn, kvn
|
2023-06-13 16:13:42 +00:00 |
|
Calvin Cheung
|
14010876dc
|
8309753: Include array classes in the output of -XX:+PrintSharedArchiveAndExit
Reviewed-by: iklam, matsaave
|
2023-06-13 15:54:31 +00:00 |
|
Stuart Marks
|
e138685648
|
8309882: LinkedHashMap adds an errant serializable field
Reviewed-by: darcy, bpb, jpai, rriggs
|
2023-06-13 15:16:28 +00:00 |
|
Doug Simon
|
c0aa6bf4fe
|
8309390: [JVMCI] improve copying system properties into libgraal
Reviewed-by: never, kvn
|
2023-06-13 14:45:33 +00:00 |
|
Albert Mingkun Yang
|
63843b1153
|
8309907: Remove unused _print_gc_overhead_limit_would_be_exceeded
Reviewed-by: tschatzl
|
2023-06-13 14:01:53 +00:00 |
|
Eric Nothum
|
6d05360bec
|
8304403: Remove unused methods in RangeCheckElimination::Bound
Reviewed-by: chagedorn, thartmann
|
2023-06-13 13:45:59 +00:00 |
|
Ivan Bereziuk
|
9b0baa10b9
|
8306281: function isWsl() returns false on WSL2
Reviewed-by: erikj
|
2023-06-13 12:40:54 +00:00 |
|
Leo Korinth
|
c884862ad2
|
8309468: Remove jvmti Allocate locker test case
Reviewed-by: dholmes, lmesnik, sspitsyn
|
2023-06-13 12:31:20 +00:00 |
|
Markus Grönlund
|
05f896a153
|
8309862: Unsafe list operations in JfrStringPool
Reviewed-by: egahlin
|
2023-06-13 11:47:47 +00:00 |
|
Yudi Zheng
|
4f23fc1f27
|
8309671: Avoid using jvmci.Compiler property to determine if Graal is enabled
Reviewed-by: dnsimon, sspitsyn
|
2023-06-13 09:02:37 +00:00 |
|
Chen Liang
|
1a9edb8df9
|
8309838: Classfile API Util.toBinaryName and other cleanup
Reviewed-by: asotona
|
2023-06-13 08:57:47 +00:00 |
|
Per Minborg
|
f7de726bd3
|
8295555: Primitive wrapper caches could be @Stable
Reviewed-by: rriggs
|
2023-06-13 08:39:00 +00:00 |
|
Albert Mingkun Yang
|
5d716121c1
|
8309852: G1: Remove unnecessary assert_empty in G1ParScanThreadStateSet destructor
Reviewed-by: tschatzl
|
2023-06-13 07:54:13 +00:00 |
|
Albert Mingkun Yang
|
23a54f3701
|
8309538: G1: Move total collection increment from Cleanup to Remark
Reviewed-by: tschatzl, iwalulya
|
2023-06-13 07:53:34 +00:00 |
|
Jaikiran Pai
|
57fc9a3e96
|
8309763: Move tests in test/jdk/sun/misc/URLClassPath directory to test/jdk/jdk/internal/loader
Reviewed-by: alanb, mchung
|
2023-06-13 00:54:35 +00:00 |
|
Harshitha Onkar
|
2dca5ae4fd
|
8299052: ViewportOverlapping test fails intermittently on Win10 & Win11
Reviewed-by: aivanov
|
2023-06-12 23:11:52 +00:00 |
|
Ashutosh Mehra
|
3028295fdd
|
8309065: Move the logic to determine archive heap location from CDS to G1 GC
Reviewed-by: iklam, tschatzl, stuefe
|
2023-06-12 22:08:47 +00:00 |
|
Xue-Lei Andrew Fan
|
80a8144af5
|
8309867: redundant class field RSAPadding.md
Reviewed-by: hchao, weijun, valeriep
|
2023-06-12 20:42:53 +00:00 |
|
Ben Perez
|
3c15ad8d47
|
8307144: namedParams in XECParameters and EdDSAParameters can be private final
Reviewed-by: jnimeh, xuelei, mullan
|
2023-06-12 19:45:06 +00:00 |
|
Joe Darcy
|
3ce1240ca1
|
8309870: Using -proc:full should be considered requesting explicit annotation processing
Reviewed-by: jjg
|
2023-06-12 18:14:27 +00:00 |
|
Chris Plummer
|
1612b6dc6e
|
8309752: com/sun/jdi/SetLocalWhileThreadInNative.java fails with virtual test thread factory due to OpaqueFrameException
Reviewed-by: sspitsyn, lmesnik
|
2023-06-12 18:07:40 +00:00 |
|