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 |
|
Eirik Bjorsnos
|
9fc518ff8c
|
8303401: Add a Vector API equalsIgnoreCase micro benchmark
Reviewed-by: ecaspole, sviswanathan, psandoz
|
2023-03-01 18:18:36 +00:00 |
|
Justin Lu
|
05faa7321b
|
8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Reviewed-by: jpai, lancea, naoto
|
2023-03-01 18:13:42 +00:00 |
|
Justin King
|
4c985e527a
|
8303183: Memory leak in Arguments::init_shared_archive_paths
Reviewed-by: jsjolen, ccheung, dholmes
|
2023-03-01 15:52:49 +00:00 |
|
Albert Mingkun Yang
|
6af17c1b7d
|
8303362: Serial: Move CardTableRS to serial directory
Reviewed-by: tschatzl, kbarrett
|
2023-03-01 15:15:22 +00:00 |
|
Ivan Walulya
|
c1e77e0564
|
8303252: G1: Return early from Full-GC if no regions are selected for compaction.
Reviewed-by: tschatzl, ayang
|
2023-03-01 13:52:21 +00:00 |
|
Thomas Schatzl
|
8b86e1ee11
|
8303344: After JDK-8302760, G1 heap verification does not exit VM after errors
Reviewed-by: iwalulya, ayang
|
2023-03-01 12:34:53 +00:00 |
|
Thomas Schatzl
|
4c5d9cfc64
|
8303013: Always do remembered set verification during G1 Full GC
Reviewed-by: ayang, iwalulya
|
2023-03-01 12:34:02 +00:00 |
|
Doug Simon
|
2451c5a462
|
8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event
Reviewed-by: never, kvn
|
2023-03-01 10:47:49 +00:00 |
|
Kim Barrett
|
539a4951ee
|
8302798: Refactor -XX:+UseOSErrorReporting for noreturn crash reporting
Reviewed-by: coleenp, stuefe
|
2023-03-01 10:19:28 +00:00 |
|
Roland Westrelin
|
6b07243f56
|
8301630: C2: 8297933 broke type speculation in some cases
Reviewed-by: chagedorn, thartmann
|
2023-03-01 09:36:22 +00:00 |
|
Leonid Mesnik
|
3aeefbf1de
|
8303421: [BACKOUT] 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Reviewed-by: dholmes
|
2023-03-01 05:21:45 +00:00 |
|
Leonid Mesnik
|
1fdaf252b6
|
8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Reviewed-by: dholmes, rriggs
|
2023-03-01 00:50:35 +00:00 |
|
Mikael Vidstedt
|
65da2c5d2d
|
8303412: Update linux_x64-to-linux_aarch64 cross compilation devkit at Oracle
Reviewed-by: dholmes
|
2023-03-01 00:48:59 +00:00 |
|
Justin Lu
|
7e47d51e10
|
8282319: java.util.Locale method to stream available Locales
Reviewed-by: stsypanov, naoto, lancea, rriggs
|
2023-03-01 00:36:22 +00:00 |
|
Andrey Turbanov
|
881517586d
|
8303216: Prefer ArrayList to LinkedList in sun.net.httpserver.ServerImpl
Reviewed-by: jpai, vtewari, stsypanov, dfuchs
|
2023-02-28 20:21:07 +00:00 |
|
Dmitry Markov
|
a10d5ac61b
|
8303130: Document required Accessibility permissions on macOS
Reviewed-by: erikj, aivanov, prr, serb
|
2023-02-28 19:50:49 +00:00 |
|
Julian Waters
|
50dc041ee6
|
8303227: JniObjWithEnv should be NullablePointer compliant
Reviewed-by: asemenyuk
|
2023-02-28 18:35:40 +00:00 |
|
Joe Darcy
|
61e8867591
|
8302040: Port fdlibm sqrt to Java
Reviewed-by: bpb, thartmann, aturbanov
|
2023-02-28 18:33:53 +00:00 |
|
Erik Gahlin
|
6423065b7d
|
8303261: JFR: jdk/jfr/api/consumer/streaming/TestJVMCrash.java doesn't retry
Reviewed-by: mgronlun
|
2023-02-28 16:42:19 +00:00 |
|
Pavel Rappo
|
dc5ea6aeb5
|
8303350: Fix mistyped {@code}
Reviewed-by: jpai
|
2023-02-28 15:40:05 +00:00 |
|
Jie Fu
|
4a415ad584
|
8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
Reviewed-by: epeter, thartmann
|
2023-02-28 14:44:38 +00:00 |
|
Albert Mingkun Yang
|
30302d185a
|
8303250: Call ct_max_alignment_constraint using the base class
Reviewed-by: kbarrett, tschatzl
|
2023-02-28 13:39:58 +00:00 |
|
Lutz Schmidt
|
e144783eb2
|
8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls
Reviewed-by: mbaesken, mdoerr
|
2023-02-28 12:52:00 +00:00 |
|
Darragh Clarke
|
5feb13b55d
|
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
Reviewed-by: dfuchs
|
2023-02-28 06:51:37 +00:00 |
|