Yi Yang
|
10d6a8e66a
|
8299518: HotSpotVirtualMachine shared code across different platforms
Reviewed-by: cjplummer, dholmes
|
2023-03-06 02:02:29 +00:00 |
|
Fei Yang
|
148900c2dc
|
8303562: Remove obsolete comments in os::pd_attempt_reserve_memory_at
Reviewed-by: stuefe
|
2023-03-06 00:33:46 +00:00 |
|
Joe Darcy
|
1bb39a95eb
|
8302027: Port fdlibm trig functions (sin, cos, tan) to Java
Reviewed-by: bpb
|
2023-03-04 23:52:03 +00:00 |
|
Doug Simon
|
9fdbf3cfc4
|
8303588: [JVMCI] make JVMCI source directories conform with standard layout
Reviewed-by: kvn
|
2023-03-04 21:52:06 +00:00 |
|
Alan Bateman
|
629a9053f0
|
8303242: ThreadMXBean issues with virtual threads
Reviewed-by: mchung, pchilanomate
|
2023-03-04 07:33:33 +00:00 |
|
Raffaello Giulietti
|
5b2e2e4695
|
8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Reviewed-by: rriggs, alanb
|
2023-03-03 20:51:13 +00:00 |
|
Matias Saavedra Silva
|
cd4b88d0d2
|
8292269: Replace FileMapInfo::fail_continue() with Unified Logging
Reviewed-by: iklam, dholmes, ccheung
|
2023-03-03 19:00:27 +00:00 |
|
Brian Burkhalter
|
ae290541d1
|
8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
Reviewed-by: lancea, alanb
|
2023-03-03 18:38:13 +00:00 |
|
Brian Burkhalter
|
a04b1049ff
|
8303413: (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
Reviewed-by: alanb
|
2023-03-03 18:33:58 +00:00 |
|
Roger Riggs
|
99443142cc
|
8303587: Remove VMOutOfMemoryError001 test from the problem list after 8303198
Reviewed-by: cjplummer
|
2023-03-03 18:28:06 +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 |
|
Justin King
|
40c5edfcc4
|
8303181: Memory leak in ClassLoaderExt::setup_app_search_path
Reviewed-by: ccheung, dholmes
|
2023-03-03 18:07:40 +00:00 |
|
Chris Plummer
|
29ee7c3b70
|
8303523: Cleanup problem listing of nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
Reviewed-by: dholmes, kevinw
|
2023-03-03 17:38:29 +00:00 |
|
Justin Lu
|
e3016c1142
|
8303472: Display name for region TR
Reviewed-by: naoto
|
2023-03-03 17:18:44 +00:00 |
|
Afshin Zafari
|
ae797c64af
|
8301117: Remove old_size param from ResizeableResourceHashtable::resize()
Reviewed-by: dholmes, coleenp
|
2023-03-03 16:45:58 +00:00 |
|
Afshin Zafari
|
5085bd5f05
|
8297936: Use reachabilityFence to manage liveness in ClassUnload tests
Reviewed-by: coleenp, dholmes
|
2023-03-03 16:44:27 +00:00 |
|
Roger Riggs
|
379f2061aa
|
8303198: System and Runtime.exit() resilience to logging errors
Reviewed-by: dholmes, jpai, alanb
|
2023-03-03 16:14:45 +00:00 |
|
Doug Simon
|
80739e11b5
|
8279619: [JVMCI] improve EncodedSpeculationReason
Reviewed-by: never
|
2023-03-03 15:52:46 +00:00 |
|
Glavo
|
7449e1c661
|
8299807: newStringNoRepl should avoid copying arrays for ASCII compatible charsets
Reviewed-by: rriggs
|
2023-03-03 15:41:03 +00:00 |
|
Jorn Vernee
|
c6de66c03f
|
8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64
Reviewed-by: mcimadamore
|
2023-03-03 14:33:56 +00:00 |
|
Daniel Fuchs
|
cbdc7a6f88
|
8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
Reviewed-by: jpai, djelinski
|
2023-03-03 13:18:23 +00:00 |
|
Amit Kumar
|
8bf084ced9
|
8303499: [s390x] ProblemList StressStackOverflow
Reviewed-by: alanb
|
2023-03-03 13:17:31 +00:00 |
|
Afshin Zafari
|
ff364c1906
|
8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning
Reviewed-by: dholmes, alanb
|
2023-03-03 13:16:43 +00:00 |
|
Sean Mullan
|
df9aad018a
|
8297955: LDAP CertStore should use LdapName and not String for DNs
Reviewed-by: weijun, rhalade
|
2023-03-03 13:06:11 +00:00 |
|
changpeng1997
|
d23a8bfb14
|
8297753: AArch64: Add optimized rules for vector compare with zero on NEON
Reviewed-by: aph
|
2023-03-03 12:11:10 +00:00 |
|
Vicente Romero
|
339ca88783
|
8303539: javadoc typos in Attr
Reviewed-by: iris, jjg
|
2023-03-03 10:32:35 +00:00 |
|
Pavel Rappo
|
e1745bc981
|
8303473: Add implied {@code} in java.lang.invoke.MethodHandles
Reviewed-by: jjg, lancea, mchung
|
2023-03-03 09:12:14 +00:00 |
|
Yi Yang
|
c961a918ad
|
8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field
Reviewed-by: kvn, thartmann
|
2023-03-03 02:00:45 +00:00 |
|
Hao Sun
|
35003b5f7b
|
8302830: AArch64: Fix the mismatch between cas.m4 and aarch64.ad
Reviewed-by: aph, xgong
|
2023-03-03 01:24:12 +00:00 |
|
Yi-Fan Tsai
|
f3abc4063d
|
8302783: Improve CRC32C intrinsic with crypto pmull on AArch64
Reviewed-by: simonis, phh
|
2023-03-02 22:38:58 +00:00 |
|
Justin Lu
|
45d8a175b1
|
8303405: fix @returnss typo in ReflectionFactory
Reviewed-by: jpai, mchung, martin, iris, lancea, naoto
|
2023-03-02 20:23:04 +00:00 |
|
Xue-Lei Andrew Fan
|
e7113dc8a5
|
8302495: update for deprecated sprintf for java.desktop
Reviewed-by: prr
|
2023-03-02 18:56:05 +00:00 |
|
Daniel Jeliński
|
843d632ad4
|
8303442: Clean up w2k_lsa_auth linker parameters
Reviewed-by: erikj
|
2023-03-02 18:54:27 +00:00 |
|
Andrey Turbanov
|
d4dcba0463
|
8303267: Prefer ArrayList to LinkedList in ConcurrentLocksPrinter
Reviewed-by: cjplummer, sspitsyn
|
2023-03-02 18:40:29 +00:00 |
|
Mikhailo Seledtsov
|
2c7d2c0ea9
|
8303411: JFR problem list entry for JDK-8247776 should be removed
Reviewed-by: lmesnik
|
2023-03-02 18:38:50 +00:00 |
|
Naoto Sato
|
0b63557941
|
8303039: Utilize coverageLevels.txt
Reviewed-by: iris, joehw
|
2023-03-02 18:31:53 +00:00 |
|
Mandy Chung
|
32247c336a
|
8303476: Add the runtime version in the release file of a JDK image
Reviewed-by: erikj
|
2023-03-02 17:05:01 +00:00 |
|
Chris Plummer
|
0926d0cbce
|
8302516: Do some cleanup of nsk/share/jdi/EventHandler.java
Reviewed-by: amenkov, kevinw, lmesnik
|
2023-03-02 16:03:38 +00:00 |
|
Matthias Baesken
|
b51ea4204e
|
8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
Reviewed-by: clanger, mdoerr, weijun
|
2023-03-02 14:21:06 +00:00 |
|
Saint Wesonga
|
fb13063943
|
8303409: Add Windows AArch64 ABI support to the Foreign Function & Memory API
Reviewed-by: jvernee
|
2023-03-02 13:26:27 +00:00 |
|
Thomas Stuefe
|
c9afd55ed6
|
8302820: Remove costs for NMTPreInit when NMT is off
Reviewed-by: jsjolen, adinn
|
2023-03-02 13:21:25 +00:00 |
|
Jaikiran Pai
|
72de24e59a
|
8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient
Reviewed-by: dfuchs
|
2023-03-02 11:24:06 +00:00 |
|
Kim Barrett
|
3091744fff
|
8303418: Improve parameter and variable names in BitMap
Reviewed-by: tschatzl, aboldtch
|
2023-03-02 09:43:56 +00:00 |
|
Jan Lahoda
|
dbb562d3b1
|
8303355: The Depend plugin does fully recompile when primitive type changes
Reviewed-by: erikj, vromero
|
2023-03-02 09:41:11 +00:00 |
|
Jan Lahoda
|
4619e8bae8
|
8297587: Upgrade JLine to 3.22.0
Reviewed-by: vromero
|
2023-03-02 08:27:44 +00:00 |
|
Emanuel Peter
|
99f5687eb1
|
8302144: Move ZeroTLABTest.java to tier3
Reviewed-by: thartmann, kvn
|
2023-03-02 07:22:21 +00:00 |
|
Tyler Steele
|
dc08216f0e
|
8303186: Missing Classpath exception from Continuation.c
Reviewed-by: dholmes, jpai
|
2023-03-02 01:06:02 +00:00 |
|
Erik Gahlin
|
d10d40a5b2
|
8303077: JFR: Add example usage to jdk.jfr
Reviewed-by: mgronlun
|
2023-03-01 22:54:03 +00:00 |
|
Valerie Peng
|
394eac850c
|
8295425: Match the default priv exp length between SunPKCS11 and other JDK providers
Reviewed-by: weijun
|
2023-03-01 22:40:50 +00:00 |
|
David Holmes
|
6e19387f29
|
8303070: Memory leak in DCmdArgument<char*>::parse_value
Reviewed-by: fparain, jcking, jsjolen, eosterlund, coleenp
|
2023-03-01 21:45:11 +00:00 |
|