Alexey Semenyuk
|
70c4e2c0cc
|
8344587: Reduce number of "jdk.jpackage.internal" classes used from other packages
Reviewed-by: almatvee
|
2024-11-22 23:33:49 +00:00 |
|
Damon Nguyen
|
11147046aa
|
6672644: JComboBox still scrolling if switch to another window and return back
Reviewed-by: abhiscxk, psadhukhan
|
2024-11-22 19:29:41 +00:00 |
|
Leonid Mesnik
|
98b667834c
|
8343741: SA jstack --mixed should print information about VM locks
Reviewed-by: cjplummer
|
2024-11-22 19:21:09 +00:00 |
|
Harshitha Onkar
|
1b2d9cad53
|
8344881: Problemlist java/awt/Robot/InfiniteLoopException.java on Linux
Reviewed-by: prr, dnguyen
|
2024-11-22 19:16:54 +00:00 |
|
Sean Mullan
|
6aec2dcf76
|
8344788: Specify that the access control context parameters of Subject.doAsPrivileged are ignored
Reviewed-by: alanb
|
2024-11-22 19:14:02 +00:00 |
|
Sonia Zaldana Calles
|
079f503d96
|
8344568: Renaming ceil_log2 to log2i_ceil
Reviewed-by: kbarrett
|
2024-11-22 18:55:31 +00:00 |
|
Justin Lu
|
51763b6700
|
8344525: Fix leftover ExceptionOccurred in java.base
Reviewed-by: lbourges, alanb, naoto, iris
|
2024-11-22 18:18:22 +00:00 |
|
Phil Race
|
4b1653056d
|
8344795: Remove uses of AccessControlContext in java.desktop module
Reviewed-by: azvegint
|
2024-11-22 18:00:10 +00:00 |
|
Nizar Benalla
|
5154b71637
|
8343598: Since Checker can mark some preview elements as new even if bytecode reference is identical
Reviewed-by: hannesw
|
2024-11-22 17:59:12 +00:00 |
|
Ben Perez
|
8b98f958dc
|
8298387: Implement JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm
Reviewed-by: jnimeh
|
2024-11-22 17:48:08 +00:00 |
|
Chris Plummer
|
21e0fb8648
|
8343529: serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool
8307318: Test serviceability/sa/ClhsdbCDSJstackPrintAll.java failed: ArrayIndexOutOfBoundsException
Reviewed-by: kevinw, amenkov
|
2024-11-22 17:26:37 +00:00 |
|
Ben Perez
|
13987b4244
|
8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com>
Reviewed-by: valeriep
|
2024-11-22 16:36:52 +00:00 |
|
Tobias Hartmann
|
6d3becb486
|
8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed
Reviewed-by: coleenp
|
2024-11-22 14:48:39 +00:00 |
|
Volkan Yazıcı
|
15dbb6a380
|
8344219: Remove calls to SecurityManager and doPrivileged in java.net.SocksSocketImpl after JEP 486 integration
Reviewed-by: dfuchs
|
2024-11-22 14:39:07 +00:00 |
|
Sean Mullan
|
9769ee8697
|
8344652: Remove access control context text from SSLEngine and SSLSession APIs
Reviewed-by: jnimeh
|
2024-11-22 13:18:26 +00:00 |
|
Aleksey Shipilev
|
82c3612d77
|
8344830: [BACKOUT] JDK-8341334: CDS: Parallel relocation
Reviewed-by: dholmes, jpai
|
2024-11-22 12:28:03 +00:00 |
|
Andrew Haley
|
64e4aa21a4
|
8339916: AIOOBE due to Math.abs(Integer.MIN_VALUE) in tests
Reviewed-by: shade
|
2024-11-22 12:09:30 +00:00 |
|
Raffaello Giulietti
|
bf374c33f5
|
8343453: Modernize FloatingDecimal tests
Reviewed-by: darcy
|
2024-11-22 11:41:04 +00:00 |
|
Tobias Hartmann
|
847f65c14a
|
8344844: ciReplay tests fail with -XX:+UseCompactObjectHeaders because CDS is disabled since JDK-8341553
Reviewed-by: epeter, rcastanedalo
|
2024-11-22 11:37:35 +00:00 |
|
Matthias Baesken
|
8903854e01
|
8344718: Test runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linuxppc64le after JDK-8344239
Reviewed-by: ccheung, mdoerr
|
2024-11-22 11:10:32 +00:00 |
|
Daniel Fuchs
|
a07b72bfcf
|
8344346: java/net/httpclient/ShutdownNow.java fails with java.lang.AssertionError: client was still running, but exited after further delay: timeout should be adjusted
Reviewed-by: jpai
|
2024-11-22 09:55:07 +00:00 |
|
Johan Sjölen
|
2ea0364b6e
|
8343893: Test jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java failed: heap should have grown and NMT should show that: expected 0 > 0
Reviewed-by: gziemski, mgronlun, lmesnik
|
2024-11-22 08:55:27 +00:00 |
|
Phil Race
|
50c099d69e
|
8344799: Remove permissions checks from java.awt.Desktop
Reviewed-by: azvegint
|
2024-11-22 04:00:46 +00:00 |
|
Prasanta Sadhukhan
|
e21d06f488
|
8344338: javax/swing/JTextArea/bug4265784.java fails on Ubuntu 24.04.1
Reviewed-by: achung, kizune
|
2024-11-22 03:07:26 +00:00 |
|
William Kemper
|
db44e97c5d
|
8344798: Shenandoah: Use more descriptive variable names in shPhaseTimings.cpp
Reviewed-by: ysr
|
2024-11-22 00:05:50 +00:00 |
|
Roger Riggs
|
c199f5326b
|
8344336: SM cleanup of java.lang.System, Runtime, String, StackWalker
Reviewed-by: dfuchs, alanb, lancea
|
2024-11-21 21:50:41 +00:00 |
|
Phil Race
|
0f458e2c3e
|
8342903: Deprecate for removal java.awt.Window.getWarningString()
Reviewed-by: kizune, erikj, azvegint
|
2024-11-21 21:24:46 +00:00 |
|
David Holmes
|
efeacfee01
|
8344646: The libjsig deprecation warning should go to stderr not stdout
Reviewed-by: mikael, cjplummer
|
2024-11-21 21:18:18 +00:00 |
|
Stuart Marks
|
2214906310
|
8272339: Update notes section from serialver man page
Reviewed-by: rriggs
|
2024-11-21 21:05:50 +00:00 |
|
Aleksei Efimov
|
cee74f9e67
|
8338536: Permanently disable remote code downloading in JNDI
Reviewed-by: dfuchs
|
2024-11-21 20:55:02 +00:00 |
|
Phil Race
|
7709d435d0
|
8344782: Cleanup left over doPrivileged calls and imports in java.desktop
Reviewed-by: honkar
|
2024-11-21 20:29:53 +00:00 |
|
Eirik Bjørsnøs
|
e03b1506d3
|
8178966: Don't swallow early bootstrap exceptions in Boolean.getBoolean, Integer.getInteger and Long.getLong
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: jpai, rriggs
|
2024-11-21 20:04:39 +00:00 |
|
Volodymyr Paprotski
|
d6b40d3033
|
8344144: AES/CBC slow at big payloads
Reviewed-by: sviswanathan, abarashev, ascarpino
|
2024-11-21 19:17:57 +00:00 |
|
Coleen Phillimore
|
93d4ad4dd4
|
8344763: cpCache print_on doesn't handle nulls
Reviewed-by: matsaave
|
2024-11-21 18:26:23 +00:00 |
|
Jatin Bhateja
|
dc9a6ef610
|
8341137: Optimize long vector multiplication using x86 VPMUL[U]DQ instruction
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: vlivanov, sviswanathan
|
2024-11-21 18:13:32 +00:00 |
|
Roger Riggs
|
191b38e712
|
8344549: Cleanup AccessController in sun.misc.Unsafe
Reviewed-by: alanb
|
2024-11-21 18:03:12 +00:00 |
|
Vladimir Ivanov
|
78e5008e91
|
8317542: Specjvm::xml have scalability issue for high vCPU numbers
Reviewed-by: joehw
|
2024-11-21 17:59:28 +00:00 |
|
Vladimir Ivanov
|
4956a76621
|
8317538: Potential bottleneck in Provider::getService: specjvm2008::crypto.rsa have scalability issue for high vCPU numbers
Reviewed-by: ascarpino
|
2024-11-21 17:54:45 +00:00 |
|
Sean Mullan
|
6113fa7503
|
8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules
Reviewed-by: ascarpino
|
2024-11-21 17:45:04 +00:00 |
|
Abhishek Kumar
|
395e404666
|
8344066: Remove SecurityManager uses from the jdk.accessibility module
Reviewed-by: prr
|
2024-11-21 17:39:44 +00:00 |
|
Alan Bateman
|
dfa18fe6b3
|
8344328: (dc) DatagramChannelImpl.blockingReceive can now synchronize on packet
Reviewed-by: dfuchs, jpai
|
2024-11-21 16:25:43 +00:00 |
|
Brian Burkhalter
|
87be63f85d
|
8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio
Reviewed-by: lancea, rriggs, iris, dfuchs
|
2024-11-21 16:18:16 +00:00 |
|
Brian Burkhalter
|
aaf3df7bb8
|
8343823: (fs) Files.createLink: inconsistent behavior when creating link to symbolic link
Reviewed-by: alanb
|
2024-11-21 16:17:58 +00:00 |
|
Phil Race
|
eef156180c
|
8344569: SwingUtilities2.makeIcon_Unprivileged is obsolete
Reviewed-by: psadhukhan
|
2024-11-21 16:02:28 +00:00 |
|
Artur Barashev
|
882d635807
|
8245545: Disable TLS_RSA cipher suites
Reviewed-by: mullan
|
2024-11-21 14:14:30 +00:00 |
|
Coleen Phillimore
|
8f22db23a5
|
8330606: Redefinition doesn't but should verify the new klass
Reviewed-by: dholmes, jsjolen
|
2024-11-21 12:14:23 +00:00 |
|
Daniel Fuchs
|
a62279ca0a
|
8344235: Revisit SecurityManager usage in java.logging after JEP 486 and JEP 491 integration
Reviewed-by: jpai
|
2024-11-21 11:54:28 +00:00 |
|
Doug Lea
|
18df6fd5ba
|
8336707: Contention of ForkJoinPool grows when stealing works
Reviewed-by: vklang
|
2024-11-21 11:50:46 +00:00 |
|
Axel Boldt-Christmas
|
f2b10c6c22
|
8340422: ZGC: TestAllocateHeapAt.java should not run with transparent hugepages
Reviewed-by: stefank, jsikstro
|
2024-11-21 09:54:25 +00:00 |
|
Galder Zamarreño
|
5ccd5106e0
|
8326369: Add test to verify bimorphic inlining happens after morphism changes
Reviewed-by: thartmann, epeter
|
2024-11-21 09:48:08 +00:00 |
|