Ioi Lam
|
f51363e027
|
8344913: Improve -Xlog:cds+map+oop logging for Java mirrors
Reviewed-by: dholmes, ccheung
|
2024-11-28 01:15:15 +00:00 |
|
Phil Race
|
cf5ee0bda2
|
8342280: Deprecate for removal java.awt.AWTPermission
Reviewed-by: azvegint, kizune
|
2024-11-27 22:10:25 +00:00 |
|
Phil Race
|
8ad0b2afe3
|
8345001: java/awt/doc-files/FocusSpec.html has SecurityManager references
Reviewed-by: azvegint, kizune
|
2024-11-27 22:10:07 +00:00 |
|
Ioi Lam
|
f6d29909bb
|
8344824: CDS dump crashes when member_method of a lambda proxy is null
Reviewed-by: ccheung, matsaave
|
2024-11-27 20:10:28 +00:00 |
|
Casper Norrbin
|
15378a7853
|
8345126: [BACKOUT] JDK-8318127: align_up has potential overflow
Reviewed-by: iklam
|
2024-11-27 19:51:17 +00:00 |
|
Aleksei Efimov
|
880f9a7b16
|
8344220: Remove calls to SecurityManager and doPrivileged in java.net.InetAddress and sun.net.util.IPAddressUtil after JEP 486 integration
Reviewed-by: jpai, dfuchs, alanb
|
2024-11-27 19:25:50 +00:00 |
|
Phil Race
|
9527586923
|
8345073: Remove SecurityManager checks from sun.awt.image classes
Reviewed-by: azvegint, honkar
|
2024-11-27 17:32:54 +00:00 |
|
Jonathan Lampérth
|
1e3a0fdb5d
|
8035271: Incorrect indentation of LineNumberTable/LocalVariableTable/Exception table/LocalVariableTypeTable/StackMapTable/RuntimeVisibleTypeAnnotations in verbose mode
Reviewed-by: liach, jvernee
|
2024-11-27 17:31:39 +00:00 |
|
Brian Burkhalter
|
0312694c46
|
8344882: (bf) Temporary direct buffers should not count against the upper limit on direct buffer memory
Reviewed-by: alanb
|
2024-11-27 16:14:03 +00:00 |
|
Volodymyr Paprotski
|
75f3ec77e4
|
8344766: AES/CTR slow at big payloads
Reviewed-by: ascarpino, jbhateja
|
2024-11-27 16:05:43 +00:00 |
|
Roger Riggs
|
35bd2f354e
|
8344555: SM cleanup - drop reflection filter of System.security field
Reviewed-by: mullan, mchung, liach
|
2024-11-27 15:40:48 +00:00 |
|
Nizar Benalla
|
a491564001
|
8342836: Automatically determine that a test in the docs test root is requested
Reviewed-by: ihse, erikj
|
2024-11-27 15:36:26 +00:00 |
|
Nizar Benalla
|
b89cba7517
|
8342808: Javadoc should add whitespace between type parameters
Reviewed-by: hannesw
|
2024-11-27 15:36:02 +00:00 |
|
Nizar Benalla
|
0b704a2279
|
8343239: Javadoc marks non-preview type as preview if it's the subtype of a preview type
Reviewed-by: liach, hannesw
|
2024-11-27 15:33:54 +00:00 |
|
Volkan Yazıcı
|
ac3bbf7ddc
|
8344856: Remove calls to SecurityManager and doPrivileged in sun.net.www.protocol.ftp.FtpURLConnection after JEP 486 integration
Reviewed-by: dfuchs
|
2024-11-27 13:49:51 +00:00 |
|
Per Minborg
|
a1473ec302
|
8294432: Add provisions to calculate hash values from MemorySegments
Reviewed-by: mcimadamore
|
2024-11-27 13:26:36 +00:00 |
|
Alexey Semenyuk
|
4a22c1fefc
|
8344770: Switch jpackage unit tests to use JUnit5
Reviewed-by: almatvee
|
2024-11-27 12:42:34 +00:00 |
|
Casper Norrbin
|
494806286f
|
8318127: align_up has potential overflow
Reviewed-by: kbarrett, dlong
|
2024-11-27 12:27:31 +00:00 |
|
Jorn Vernee
|
461ffafeba
|
8331735: UpcallLinker::on_exit races with GC when copying frame anchor
8343144: UpcallLinker::on_entry racingly clears pending exception with GC safepoints
8286875: ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native
Reviewed-by: dholmes, eosterlund, aboldtch
|
2024-11-27 12:20:51 +00:00 |
|
Andrew Haley
|
eb0d1ce948
|
8344355: Register corruption in MacroAssembler::lookup_secondary_supers_table_var: x86-64 only
Reviewed-by: vlivanov, martin, dlong, asemenov
|
2024-11-27 10:27:58 +00:00 |
|
Fei Yang
|
82137db24d
|
8345047: RISC-V: Remove explicit use of AvoidUnalignedAccesses in interpreter
Reviewed-by: mli, fjiang
|
2024-11-27 10:26:09 +00:00 |
|
Emanuel Peter
|
b3986bdbdb
|
8344118: C2 SuperWord: add VectorThroughputForIterationCount benchmark
Reviewed-by: kvn, jbhateja, chagedorn
|
2024-11-27 09:15:57 +00:00 |
|
Abhishek Kumar
|
96388be1b5
|
8345004: [BACKOUT] GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
Reviewed-by: psadhukhan, kizune
|
2024-11-27 08:24:01 +00:00 |
|
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 |
|