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
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
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
Phil Race
0f458e2c3e
8342903: Deprecate for removal java.awt.Window.getWarningString()
...
Reviewed-by: kizune, erikj, azvegint
2024-11-21 21:24:46 +00:00
Aleksei Efimov
cee74f9e67
8338536: Permanently disable remote code downloading in JNDI
...
Reviewed-by: dfuchs
2024-11-21 20:55:02 +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
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
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
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
Phil Race
a01aa22026
8342281: Deprecate for removal javax.sound.sampled.AudioPermission
...
Reviewed-by: honkar, kizune
2024-11-21 03:58:49 +00:00
Alexey Semenyuk
080f1cc8cd
8289771: jpackage: ResourceEditor error when path is overly long on Windows
...
Reviewed-by: almatvee
2024-11-20 16:54:51 +00:00
Calvin Cheung
9be8ac6fbc
8344239: runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on x64 with -Xmixed
...
Reviewed-by: iklam
2024-11-20 15:41:26 +00:00
Daniel Lundén
7d4c3fd091
8331295: C2: Do not clone address computations that are indirect memory input to at least one load/store
...
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: thartmann, chagedorn
2024-11-20 15:37:43 +00:00
Emanuel Peter
75420e9314
8334431: C2 SuperWord: fix performance regression due to store-to-load-forwarding failures
...
Reviewed-by: chagedorn, qamai
2024-11-20 14:23:57 +00:00
David M. Lloyd
e11d126a8d
8333796: Add missing serialization functionality to sun.reflect.ReflectionFactory
...
Reviewed-by: liach, rriggs
2024-11-20 14:17:28 +00:00
David Holmes
e2f8f1aded
8344621: ProblemList runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
...
Reviewed-by: jpai
2024-11-20 11:51:52 +00:00
Aggelos Biboudis
3a4a9b7af7
8340145: Problem with generic pattern matching results in internal compiler error
...
Reviewed-by: jlahoda
2024-11-20 10:29:45 +00:00
Jan Lahoda
cf158bc6cd
8341631: JShell should auto-import java.io.IO.*
...
Reviewed-by: asotona, cstein
2024-11-20 09:24:05 +00:00
Calvin Cheung
acdbf83325
8341553: Remove UseCompactObjectHeaders extra CDS archives
...
Reviewed-by: erikj, iklam, coleenp
2024-11-19 23:37:34 +00:00
Xiaolong Peng
cd45ba32f0
8342041: Test gc/shenandoah/oom/TestClassLoaderLeak.java slow on Windows after JDK-8340490
...
Reviewed-by: shade, wkemper
2024-11-19 20:18:54 +00:00
Sonia Zaldana Calles
3328b4ecf2
8343700: ceil_log2 should not loop endlessly
...
Reviewed-by: shade, kbarrett, aph, stuefe
2024-11-19 19:13:09 +00:00
Chris Plummer
0b1f57105d
8253440: serviceability/sa/TestJhsdbJstackLineNumbers.java failed with "Didn't find enough line numbers"
...
Reviewed-by: kevinw, lmesnik
2024-11-19 18:58:00 +00:00
Renjith Kannath Pariyangad
bb7a8403ba
8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS
...
Reviewed-by: aivanov, prr
2024-11-19 18:19:28 +00:00
Alexey Ivanov
02ec8ca2d6
8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay
...
Reviewed-by: azvegint, abhiscxk, serb
2024-11-19 17:15:46 +00:00
naveen.n.narayanan
47ebf8d868
8342098: Write a test to compare the images
...
Reviewed-by: aivanov, abhiscxk
2024-11-19 17:15:24 +00:00
Alexey Semenyuk
7f672eb266
8344550: Compilation error of jpackage test JPackageStringBundle.java source
...
Reviewed-by: rriggs
2024-11-19 16:56:11 +00:00
Alan Bateman
48223f7b9c
8344143: Test jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java timed out on macosx-x64
...
Reviewed-by: pchilanomate
2024-11-19 16:37:43 +00:00
SendaoYan
59fcfae630
8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values
...
Reviewed-by: dholmes
2024-11-19 15:17:34 +00:00
Alexey Semenyuk
fea5f2b145
8344415: Restruct jpackage utility classes
...
Reviewed-by: almatvee
2024-11-19 13:54:57 +00:00
Alexey Semenyuk
0714114fe3
8344322: Improve capabilities of jpackage test lib to validate error output of jpackage
...
Reviewed-by: almatvee
2024-11-19 13:53:45 +00:00
Matthias Baesken
cc8bd63741
8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302
...
Reviewed-by: sgehwolf
2024-11-19 13:44:11 +00:00
Tobias Hartmann
9d60300fee
8344199: Incorrect excluded field value set by getEventWriter intrinsic
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: syan, mgronlun
2024-11-19 10:01:49 +00:00
Jan Lahoda
8bd080bcc9
8341901: Using 'var' keyword switch pattern matching causes compiler error
...
Reviewed-by: vromero, abimpoudis
2024-11-19 09:13:37 +00:00
Prasanta Sadhukhan
499186be0f
8343902: javax/swing/plaf/nimbus/8041642/bug8041642.java fails in ubuntu22.04
...
Reviewed-by: azvegint
2024-11-19 06:37:49 +00:00
Eirik Bjørsnøs
d85dd77edf
8344365
: SecurityManager cleanups in java.sql and java.sql.rowset modules
...
Reviewed-by: rriggs, bchristi
2024-11-19 05:43:22 +00:00
Fei Yang
37298844c9
8344371: RISC-V: compiler/intrinsics/chacha/TestChaCha20.java fails after JDK-8343555
...
Reviewed-by: mli
2024-11-19 01:49:33 +00:00
Ramkumar Sunderbabu
162d66adac
8318668: java/lang/management/MemoryMXBean/CollectionUsageThreshold.java fails with Xcomp
...
Reviewed-by: kevinw, lmesnik
2024-11-18 16:17:30 +00:00
Roger Riggs
9b0ab92b16
8344034: Remove security manager dependency in Serialization
...
Reviewed-by: mullan, alanb
2024-11-18 16:17:07 +00:00
Coleen Phillimore
dfddbcaab8
8341916: Remove ProtectionDomain related hotspot code and tests
...
Reviewed-by: dholmes, iklam, jrose
2024-11-18 12:48:40 +00:00
Antón Seoane Ampudia
5fc4322267
8288298: Resolve multiline message parsing ambiguities in UL
...
Reviewed-by: jsjolen, rcastanedalo, dholmes
2024-11-18 10:40:33 +00:00
Magnus Ihse Bursie
475feb064b
8344056: Use markdown format for man pages
...
Reviewed-by: cstein, iris, dholmes
2024-11-18 09:23:50 +00:00
Prasanta Sadhukhan
b6c2122efb
8316151: [macos14] ActionListenerCalledTwiceTest.java fails on macOS 14
...
Reviewed-by: tr
2024-11-18 08:11:52 +00:00
Matthias Baesken
543e355bd9
8344298: Test tools/sincechecker/modules/jdk.hotspot.agent/JdkHotspotAgentCheckSince.java fails on platforms without sa
...
Reviewed-by: lucy
2024-11-18 07:42:58 +00:00
SendaoYan
a47d9ba98a
8344349: Problemlist jdk/jfr/jvm/TestVirtualThreadExclusion.java before JDK-8344199 resolved
...
Reviewed-by: lmesnik
2024-11-18 02:35:18 +00:00
Alexey Semenyuk
41a627b789
8343876: Enhancements to jpackage test lib
...
Reviewed-by: almatvee
2024-11-17 23:46:49 +00:00
Prasanta Sadhukhan
aa10ec7c96
8343123: Nimbus: javax/swing/JInternalFrame/bug6726866.java does not have green undecorated window
...
Reviewed-by: tr, dnguyen
2024-11-17 08:52:48 +00:00
Nizar Benalla
fec0d1cf5b
8343777: Add since checker tests to Internationalisation modules
...
Reviewed-by: jlu, naoto
2024-11-16 20:27:26 +00:00
Jaikiran Pai
a91d4c022f
8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-16 11:39:20 +00:00
Alexey Semenyuk
2c509a158f
8344326: Move jpackage tests from "jdk.jpackage.tests" package to the default package
...
Reviewed-by: almatvee
2024-11-15 23:55:45 +00:00
Ioi Lam
41a2d49f0a
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
...
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
2024-11-15 22:28:54 +00:00
Volkan Yazıcı
59ffac84d3
8342811: java/net/httpclient/PlainProxyConnectionTest.java failed: Unexpected connection count: 5
...
Reviewed-by: dfuchs
2024-11-15 19:56:48 +00:00
Brian Burkhalter
0b9b82af03
8343039: Remove jdk.internal.misc.InternalLock and usages from java.io
...
Reviewed-by: liach, alanb
2024-11-15 16:11:34 +00:00
Daniel Fuchs
40a055ebd2
8344228: Revisit SecurityManager usage in java.net.http after JEP 486 integration
...
Reviewed-by: jpai
2024-11-15 15:05:33 +00:00
Amit Kumar
3245f56e53
8344164: [s390x] ProblemList hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java
...
Reviewed-by: lucy
2024-11-15 12:45:48 +00:00
Adam Sotona
ba39321902
8343881: java.lang.classfile.Attribute attributeName() method should return Utf8Entry
...
Reviewed-by: liach
2024-11-15 11:40:15 +00:00
Casper Norrbin
75c651f859
8327156: Avoid copying in StringTable::intern(oop, TRAPS)
...
8326865: Avoid copying in StringTable::intern(Symbol*, TRAPS)
8327825: StringTable::intern is slow
Reviewed-by: dholmes, coleenp, jsjolen
2024-11-15 11:28:02 +00:00
Pavel Rappo
3eece6e941
8341907: javac -Xlint should ignore /// on first line of source file
...
Reviewed-by: jjg
2024-11-15 10:20:08 +00:00
Maurizio Cimadamore
5b9932f8f3
8338288: Compiler Implementation for Flexible Constructor Bodies (Third Preview)
...
8322882: Null pointer error when compiling Static initializer in a local class
8334248: Invalid error for early construction local class constructor method reference
8330037: Compiler produces invalid bytecode for method class creation from static method
Reviewed-by: jlahoda, vromero
2024-11-15 10:07:18 +00:00
Eirik Bjørsnøs
bfee766f03
8344183: (zipfs) SecurityManager cleanup in the ZipFS area
...
Reviewed-by: mullan, lancea
2024-11-15 07:48:15 +00:00
Emanuel Peter
21966942b6
8344104: TestMergeStores fails with ArrayIndexOutOfBoundException
...
Reviewed-by: shade, chagedorn, dlong
2024-11-15 07:31:55 +00:00
Phil Race
ec148c1365
8344063: Remove doPrivileged calls from swing classes in the java.desktop module
...
Reviewed-by: honkar, kcr
2024-11-14 18:42:31 +00:00
Leonid Mesnik
2cbce1f0f1
8344071: Mark some jdk/jfr/event/oldobject test flagless until they fixed to support all GC
...
Reviewed-by: stefank
2024-11-14 17:59:14 +00:00
Chen Liang
681a57f960
8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory
...
Reviewed-by: jvernee
2024-11-14 17:55:41 +00:00
Calvin Cheung
4d4951a442
8343889: Test runtime/cds/appcds/redefineClass/RedefineBasicTest.java failed
...
8344046: Tests under cds/appcds/jvmti/redefineClasses should have @requires vm.cds
Reviewed-by: iklam, matsaave
2024-11-14 17:50:03 +00:00
Artur Barashev
697f27c5d5
8341964: Add mechanism to disable different parts of TLS cipher suite
...
Reviewed-by: mullan, ascarpino
2024-11-14 17:44:13 +00:00
Jorn Vernee
002b985a46
8342963: TestLargeStub::testUpcall doesn't test upcalls stubs
...
Reviewed-by: mcimadamore
2024-11-14 16:55:25 +00:00
Nizar Benalla
e12f514120
8343781: Add since checker test to the Serviceability area modules
...
Reviewed-by: sspitsyn, cjplummer
2024-11-14 16:35:03 +00:00
Brian Burkhalter
7e9dfa4ae4
8343785: (fs) Remove syscalls that set file times with microsecond precision
...
Reviewed-by: alanb
2024-11-14 16:27:22 +00:00
Leonid Mesnik
68164a4847
8343953: Test jdk/jfr/threading/TestDeepVirtualStackTrace.java fails with Parallel/Serial GC
...
Reviewed-by: mli
2024-11-14 16:03:26 +00:00
Jaikiran Pai
752e162955
8343877: Test AsyncClose.java intermittent fails - Socket.getInputStream().read() wasn't preempted
...
Reviewed-by: dfuchs, msheppar, syan, alanb
2024-11-14 14:46:19 +00:00
SendaoYan
6e28cd3b79
8343488: Test VectorRebracket128Test.java can't exclude by test/hotspot/jtreg/ProblemList.txt
...
Reviewed-by: chagedorn, kvn
2024-11-14 12:56:00 +00:00
Coleen Phillimore
6757994ad9
8343633: The ClassLoader::print_counters() prints to stdout when logging is enabled.
...
Reviewed-by: iklam, ccheung
2024-11-14 12:40:22 +00:00
Jan Lahoda
81342acdae
8343752: The javadoc should contain a note about usages of requires transitive java.base;
...
Co-authored-by: Mark Reinhold <mr@openjdk.org>
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: hannesw, asotona
2024-11-14 11:29:54 +00:00
Raffaello Giulietti
8523880f06
8342693: Use byte[] as parameter in a FDBigInteger constructor and as field
...
Reviewed-by: darcy
2024-11-14 10:50:37 +00:00
Dr Heinz M. Kabutz
2b57f402c4
8343426: ConcurrentSkipListMap.spliterator() can no longer split the stream
...
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: vklang
2024-11-14 09:17:02 +00:00
Roberto Castañeda Lozano
a8152bdb9a
8343941: IGV: dump graph at different register allocation steps
...
Reviewed-by: chagedorn, dfenacci, dlunden
2024-11-14 08:56:38 +00:00
Daniel Fuchs
bd6152f596
8343855: HTTP/2 ConnectionWindowUpdateSender may miss some unprocessed DataFrames from closed streams
...
Reviewed-by: jpai
2024-11-14 08:54:47 +00:00
Jan Lahoda
c3776db498
8342936: Enhance java.io.IO with parameter-less println() and readln()
...
Reviewed-by: asotona, jpai, naoto
2024-11-14 08:22:51 +00:00
Alan Bateman
abacece826
8344011: Remove usage of security manager from Class and reflective APIs
...
Reviewed-by: liach, yzheng, rriggs
2024-11-14 07:39:28 +00:00
Jan Lahoda
1e97c1c913
8335989: Implement JEP 494: Module Import Declarations (Second Preview)
...
Reviewed-by: vromero, abimpoudis, mcimadamore, alanb
2024-11-14 06:14:33 +00:00
Alexey Semenyuk
95a00f8a18
8343875: Minor improvements of jpackage test library
...
Reviewed-by: almatvee
2024-11-14 04:18:26 +00:00
Matias Saavedra Silva
3b283543c3
8339288: Improve diagnostic logging runtime/cds/DeterministicDump.java
...
Reviewed-by: ccheung, iklam
2024-11-13 23:18:31 +00:00
Harshitha Onkar
1eb38c8eb7
8343219: Manual clientlibs test failures after SM removal
...
Reviewed-by: azvegint, aivanov, prr
2024-11-13 19:44:30 +00:00
Calvin Cheung
dde6230751
8343416: CDS dump fails when unregistered class can also be loaded from system modules
...
Reviewed-by: iklam, matsaave
2024-11-13 19:36:15 +00:00
Alan Bateman
5e01c40b19
8343981: Remove usage of security manager from Thread and related classes
...
Reviewed-by: rriggs, yzheng
2024-11-13 18:49:31 +00:00
Joe Darcy
dbf23466af
8341260: Add Float16 to jdk.incubator.vector
...
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: rgiulietti
2024-11-13 18:27:41 +00:00
hanklo6
916694f2c1
8343317: Extend test generation tool to handle APX NDD/NF flavor of instructions
...
Reviewed-by: sviswanathan, sparasa
2024-11-13 16:19:33 +00:00
Leonid Mesnik
eb240a7df9
8344051: Problemlist jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java with ZGC until JDK-8343893 is fixed
...
Reviewed-by: rkennke, mli, tschatzl
2024-11-13 16:06:44 +00:00