Alan Bateman
|
4ae6ce61ea
|
8344300: Implement JEP 499: Structured Concurrency (Fourth Preview)
Reviewed-by: vklang
|
2024-11-27 07:58:49 +00:00 |
|
Quan Anh Mai
|
57ee3ba7e1
|
8344912: Sharpen the return type of various internal methods in jdk.internal.foreign
Reviewed-by: mcimadamore
|
2024-11-27 07:35:51 +00:00 |
|
Kim Barrett
|
1f6144ef26
|
8345050: Fix -Wzero-as-null-pointer warning in MemPointer ctor
Reviewed-by: chagedorn, shade
|
2024-11-27 06:43:05 +00:00 |
|
David M. Lloyd
|
08c1f44eef
|
8341028: Do not use lambdas or method refs for verifyConstantPool
Reviewed-by: adinn, liach
|
2024-11-27 01:03:33 +00:00 |
|
Joe Wang
|
28c8729019
|
8343004: Adjust JAXP limits
Reviewed-by: lancea, rriggs
|
2024-11-26 22:59:49 +00:00 |
|
Valerie Peng
|
8c2b4f6271
|
8345057: ML_KEM NamedParameterSpec constants removed by ML-DSA integration
Reviewed-by: mullan, hchao
|
2024-11-26 21:08:57 +00:00 |
|
Vicente Romero
|
8389e24d38
|
8345058: Javac issues different error messages for the modifiers of the requires directive
Reviewed-by: mcimadamore
|
2024-11-26 20:53:12 +00:00 |
|
Yudi Zheng
|
8da6435d4d
|
8343693: [JVMCI] Override ModifiersProvider.isConcrete in ResolvedJavaType to be isArray() || !isAbstract()
Reviewed-by: never
|
2024-11-26 20:50:49 +00:00 |
|
Daniel Fuchs
|
7ae6069ee8
|
8344184: Remove sun.net.ResourceManager after JEP 486 integration
Reviewed-by: alanb
|
2024-11-26 20:47:56 +00:00 |
|
Phil Race
|
1d5587b887
|
8344256: Clean up obsolete code in java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java
Reviewed-by: azvegint, kizune
|
2024-11-26 20:11:52 +00:00 |
|
Harshitha Onkar
|
5e15415cb9
|
8344654: Some client tests still expect a SecurityManager after JEP486
Reviewed-by: prr, azvegint
|
2024-11-26 20:10:48 +00:00 |
|
Sonia Zaldana Calles
|
3689f3909e
|
8344013: "bad tag in log" assert with +LogCompilation +CITimeVerbose
Reviewed-by: chagedorn, dfenacci
|
2024-11-26 19:44:09 +00:00 |
|
Hannes Wallnöfer
|
9458a4355f
|
8318416: Superscript marks should use consistent font style
Reviewed-by: liach
|
2024-11-26 18:50:50 +00:00 |
|
Sean Mullan
|
c5de307284
|
8344992: Remove Security Manager dependencies from java.security.cert API and implementations
Reviewed-by: rriggs, hchao
|
2024-11-26 18:40:52 +00:00 |
|
Sean Mullan
|
65c98e577f
|
8344420: Remove Security Manager dependencies from javax.security package
Reviewed-by: alanb, rriggs, wetmore
|
2024-11-26 17:24:22 +00:00 |
|
Calvin Cheung
|
246552674c
|
8344821: Test CheckDefaultArchiveFile.java fails if classes_coh.jsa is not present
Reviewed-by: iklam, dholmes
|
2024-11-26 17:17:45 +00:00 |
|
Calvin Cheung
|
d752f19611
|
8343427: Class file load hook crashes on archived classes from multi-release JARs
Reviewed-by: dholmes, iklam
|
2024-11-26 17:14:00 +00:00 |
|
Roger Riggs
|
f1b5a6e66e
|
8344565: SM cleanup in jdk/internal and java/lang package private classes
Reviewed-by: alanb, mchung
|
2024-11-26 17:12:17 +00:00 |
|
Roger Riggs
|
d8a23373c6
|
8344895: SM cleanup of module java.xml
Reviewed-by: joehw
|
2024-11-26 17:08:45 +00:00 |
|
Marc R. Hoffmann
|
c329f97f32
|
8345015: Remove unused method lookup_time_t_function
Reviewed-by: alanb
|
2024-11-26 15:09:49 +00:00 |
|
Sean Mullan
|
86d527f987
|
8344949: javax.security.auth.Subject.SecureSet.writeObject does not do a security check anymore
Reviewed-by: alanb
|
2024-11-26 14:21:01 +00:00 |
|
Alan Bateman
|
f0b72f728d
|
8342380: Implement JEP 498: Warn upon Use of Memory-Access Methods in sun.misc.Unsafe
Reviewed-by: vklang, jpai
|
2024-11-26 12:28:55 +00:00 |
|
Per Minborg
|
fc2da15bce
|
8344419: Use StaticProperty in some JDK classes
Reviewed-by: alanb, rriggs
|
2024-11-26 12:07:26 +00:00 |
|
Doug Lea
|
3e509c8bd1
|
8344773: SM cleanup in ForkJoinPool
Reviewed-by: alanb
|
2024-11-26 11:44:29 +00:00 |
|
Hamlin Li
|
6da3ecd65d
|
8344960: RISC-V: fix TestFloatConversionsVectorNaN for COH and AlignVector
Reviewed-by: fyang, luhenry
|
2024-11-26 11:10:36 +00:00 |
|
Afshin Zafari
|
9291abc633
|
8342074: Fix runtime/Thread/TestAlwaysPreTouchStacks.java to be flagless or accept VM flags
Reviewed-by: gziemski, lmesnik
|
2024-11-26 11:08:34 +00:00 |
|
Markus Grönlund
|
0054bbed7f
|
8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows
Reviewed-by: stuefe, jsjolen
|
2024-11-26 10:50:20 +00:00 |
|
Doug Simon
|
3a625f38aa
|
8344628: Test TestEnableJVMCIProduct.java run with virtual thread intermittent fails
Reviewed-by: syan, dlong, mli
|
2024-11-26 09:50:57 +00:00 |
|
Volkan Yazıcı
|
25dd51e4fc
|
8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
Reviewed-by: dfuchs, jpai
|
2024-11-26 09:35:31 +00:00 |
|
Albert Mingkun Yang
|
9793e73bc1
|
8344853: Parallel: Improve comments in psParallelCompact
Reviewed-by: sjohanss, zgu
|
2024-11-26 08:55:01 +00:00 |
|
Robbin Ehn
|
57d35f98f6
|
8344382: RISC-V: CASandCAEwithNegExpected fails with Zacas
Reviewed-by: fyang, mli
|
2024-11-26 08:51:55 +00:00 |
|
Roberto Castañeda Lozano
|
0105203575
|
8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: qamai, thartmann, kvn
|
2024-11-26 08:51:34 +00:00 |
|
Per Minborg
|
4e68d665be
|
8344954: Linker tests fails on BE platforms after JDK-8340205
Reviewed-by: mdoerr, amitkumar
|
2024-11-26 08:24:21 +00:00 |
|
Phil Race
|
ca81ab5ebc
|
8344994: Remove most uses of RuntimePermission checks in java.desktop
Reviewed-by: azvegint
|
2024-11-26 07:03:15 +00:00 |
|
Phil Race
|
43603ac2f9
|
8344894: Obsolete reference to checking permissions in java.awt.Composite
Reviewed-by: kizune, kcr, azvegint
|
2024-11-26 06:57:06 +00:00 |
|
Brent Christian
|
4d4cef800a
|
8344337: SecurityManager cleanup in java.prefs module
Reviewed-by: lancea, bpb, rriggs, iris
|
2024-11-26 01:17:37 +00:00 |
|
Phil Race
|
1c7f34d3dd
|
8345000: Remove last mentions of sun.awt.AWTPermissions
Reviewed-by: honkar, azvegint
|
2024-11-26 01:10:24 +00:00 |
|
Fei Yang
|
5e0d42b6a6
|
8344916: RISC-V: Misaligned access in array fill stub
Reviewed-by: rehn, mli
|
2024-11-26 01:01:17 +00:00 |
|
Jaikiran Pai
|
3326874f5f
|
8344857: Remove calls to SecurityManager and doPrivileged in SocketExceptions and URLJarFile in the sun.net package after JEP 486 integration
Reviewed-by: dfuchs, michaelm
|
2024-11-26 00:52:50 +00:00 |
|
Taizo Kurashige
|
48e3b6511a
|
8344275: tools/jpackage/windows/Win8301247Test.java fails on localized Windows platform
Reviewed-by: asemenyuk, almatvee
|
2024-11-25 23:23:03 +00:00 |
|
Alisen Chung
|
16232578d9
|
8339524: Clean up a few ExtendedRobot tests
Reviewed-by: honkar, aivanov, prr
|
2024-11-25 22:32:59 +00:00 |
|
Phil Race
|
027607968b
|
8344667: Remove most uses of AWT Permissions from the desktop module
Reviewed-by: azvegint, kizune
|
2024-11-25 22:16:07 +00:00 |
|
David Holmes
|
8de158aefe
|
8339134: Callers of Exceptions::fthrow should ensure exception message lengths avoid the INT_MAX limits of os::vsnprintf
Reviewed-by: coleenp, jsjolen
|
2024-11-25 19:55:26 +00:00 |
|
Roger Riggs
|
df2d4c1575
|
8344898: SM cleanup of java.base sun/util calendar, locale, cldr, and resources
Reviewed-by: naoto
|
2024-11-25 19:44:40 +00:00 |
|
Phil Race
|
4d898aa451
|
8344896: Remove obsolete checks for AWTPermission accessClipboard
Reviewed-by: azvegint
|
2024-11-25 19:31:22 +00:00 |
|
Christian Hagedorn
|
08dfc4a42e
|
8344213: Cleanup OpaqueLoop*Node verification code for Assertion Predicates
Reviewed-by: thartmann, epeter
|
2024-11-25 16:46:44 +00:00 |
|
Roger Riggs
|
593a5898f9
|
8344319: SM cleanup in jdk.dynalink module
Reviewed-by: attila
|
2024-11-25 16:46:19 +00:00 |
|
Naoto Sato
|
15ae8d02ee
|
8319993: Update Unicode Data Files to 16.0.0
8319992: Update ICU4J to Version 76.1
Reviewed-by: jlu, joehw, iris
|
2024-11-25 15:54:23 +00:00 |
|
Alan Bateman
|
a032de2904
|
8344577: Virtual thread tests are timing out on some macOS systems
Reviewed-by: jpai
|
2024-11-25 15:34:13 +00:00 |
|
Roger Riggs
|
4110d3925c
|
8344865: SM cleanup in sun/reflect/annotation
Reviewed-by: liach, jpai
|
2024-11-25 14:34:27 +00:00 |
|