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
Vicente Romero
cc2acd14b1
8343286: Missing unchecked cast warning in polymorphic method call
...
Reviewed-by: mcimadamore
2024-11-13 15:31:02 +00:00
Christian Hagedorn
d334af0841
8344089: Fix wrong location of TestWrongMinLWiden.java
...
Reviewed-by: thartmann, rcastanedalo
2024-11-13 11:54:28 +00:00
Magnus Ihse Bursie
79345bbbae
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
...
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
2024-11-13 09:41:57 +00:00
Coleen Phillimore
b26e4952e9
8343801: Change string printed by nsk_null_string for null strings
...
Reviewed-by: lmesnik
2024-11-12 22:37:21 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Patricio Chilano Mateo
78b80150e0
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
2024-11-12 15:23:48 +00:00
Sonia Zaldana Calles
8a2a75e56d
8339892: Several security shell tests don't set TESTJAVAOPTS
...
Reviewed-by: valeriep
2024-11-12 13:19:06 +00:00
Sonia Zaldana Calles
50b6e41e0e
8300732: Whitebox functions for Metaspace test should use byte size
...
Reviewed-by: stuefe, asmehra
2024-11-12 13:13:28 +00:00
Tobias Hartmann
67d1ef1479
8344018: Remove unlimited memory setting from TestScalarReplacementMaxLiveNodes
...
Reviewed-by: roland, chagedorn
2024-11-12 12:42:13 +00:00
Nizar Benalla
b53ee053f7
8202617: javadoc generates broken links to undocumented (e.g. private) members
...
Reviewed-by: hannesw
2024-11-12 09:26:49 +00:00
Hannes Wallnöfer
cfe719fbde
8340565: Create separate index page for terms defined by the index tag
...
Reviewed-by: prappo
2024-11-12 09:25:34 +00:00
Hannes Wallnöfer
baabfbba3e
8341904: Search tag in inherited doc comment creates additional index item
...
Reviewed-by: prappo
2024-11-12 09:23:29 +00:00
Kevin Walls
4fa760a1ed
8343936: Adjust timeout in test javax/management/monitor/DerivedGaugeMonitorTest.java
...
Reviewed-by: dfuchs
2024-11-12 09:13:29 +00:00
Viktor Klang
ef0dc2518e
8342707: Prepare Gatherers for graduation from Preview
...
Reviewed-by: alanb, liach
2024-11-11 19:57:26 +00:00
Richard Reingruber
889f906235
8343774: Positive list platforms for ir checks of compiler/c2/TestCastX2NotProcessedIGVN.java
...
Reviewed-by: fyang, amitkumar, roland
2024-11-11 16:35:22 +00:00
Johan Sjölen
6088d620b4
8343755: Unproblemlist java/lang/Thread/jni/AttachCurrentThread/AttachTest.java
...
Reviewed-by: alanb, syan
2024-11-11 16:10:57 +00:00
Nizar Benalla
80f4c0c38a
8343442: Add since checker tests to the networking area modules
...
Reviewed-by: jpai, dfuchs
2024-11-11 15:21:56 +00:00
Shaojin Wen
b0a371b085
8343925: [BACKOUT] JDK-8342650 Move getChars to DecimalDigits
...
Reviewed-by: jpai, alanb, liach
2024-11-11 15:14:10 +00:00
Severin Gehwolf
2ec358082f
8311302: Implement JEP 493: Linking Run-Time Images without JMODs
...
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mchung, alanb, erikj, ihse
2024-11-11 13:35:25 +00:00
Kevin Walls
5016132291
8343838: Test EmptyDomainNotificationTest.java fails with ListenerNotFoundException
...
Reviewed-by: dholmes
2024-11-11 12:26:38 +00:00
Roberto Castañeda Lozano
ec13364cda
8343067: C2: revisit constant-offset AddP chains after successful input idealizations
...
Reviewed-by: kvn, vlivanov
2024-11-11 10:05:15 +00:00
Jan Lahoda
5ca6698ba4
8341176: Permit access to diagnostics for transient snippets
...
Reviewed-by: vromero
2024-11-11 09:34:43 +00:00
Prasanta Sadhukhan
f12c370d73
8343118: [TESTBUG] java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java fails with rror. Can't find HTML file PrintCheckboxManualTest.html
...
Reviewed-by: abhiscxk, dnguyen
2024-11-11 09:24:44 +00:00
Shaojin Wen
e1d684c645
8342650: Move getChars to DecimalDigits
...
Reviewed-by: liach
2024-11-11 05:06:56 +00:00
David Holmes
7b0f273e37
8343894: ProblemList javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java
...
Reviewed-by: jpai
2024-11-11 01:40:10 +00:00
Weijun Wang
f400896822
8342442: Static ACVP sample tests
...
Reviewed-by: mullan, bperez
2024-11-09 23:11:33 +00:00
Goetz Lindenmaier
325a2c3f76
8343848: Fix typo of property name in TestOAEPPadding after 8341927
...
Reviewed-by: lucy, mullan
2024-11-09 18:57:21 +00:00
Quan Anh Mai
2614c991d8
8343793: Test java/foreign/TestMemorySession.java is timing out
...
Reviewed-by: mcimadamore
2024-11-09 09:39:23 +00:00
Phil Race
52c0b09b62
8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed
...
Reviewed-by: aivanov
2024-11-08 20:37:08 +00:00
Naoto Sato
0329855831
8343804: Show the default time zone with -XshowSettings option
...
Reviewed-by: iris, jpai
2024-11-08 20:22:24 +00:00
Roman Kennke
44ec501a41
8305895: Implement JEP 450: Compact Object Headers (Experimental)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, stefank, stuefe, phh, ihse, lmesnik, tschatzl, matsaave, rcastanedalo, vpaprotski, yzheng, egahlin
2024-11-08 17:21:39 +00:00
Kevin Driver
605396280d
8343684: Test KDFDelayedProviderSyncTest.java intermittent fails didn't finish within the time-out 150
...
Reviewed-by: weijun, hchao, alanb
2024-11-08 16:59:26 +00:00
Per Minborg
2fb0c1dd62
8343844: Add benchmarks for superword/autovectorization in FFM BulkOperations
...
Reviewed-by: mcimadamore
2024-11-08 16:36:57 +00:00
Daniel Jeliński
72f67fb16a
8343411: Test fail on Windows due to "An established connection was aborted by the software in your host machine"
...
Reviewed-by: dfuchs, jpai
2024-11-08 15:03:17 +00:00
theoweidmannoracle
7d6a2f3740
8342860: Fix more NULL usage backsliding
...
Reviewed-by: kbarrett, jwaters, tschatzl, jsjolen
2024-11-08 13:31:24 +00:00
Vicente Romero
96eed7fa6c
8343306: javac is failing to determine if a class and a sealed interface are disjoint
...
Reviewed-by: jlahoda, mcimadamore
2024-11-08 12:27:31 +00:00
Aleksey Shipilev
0c281acfb4
8343754: Problemlist jdk/jfr/event/oldobject/TestShenandoah.java after JDK-8279016
...
Reviewed-by: egahlin
2024-11-08 10:04:12 +00:00
Nizar Benalla
2e58ede18c
8341399: Add since checker tests to the langtools modules
...
Reviewed-by: vromero
2024-11-08 09:53:16 +00:00
Roland Westrelin
a10b1ccd37
8340532: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue
...
Reviewed-by: chagedorn, kvn
2024-11-08 07:51:58 +00:00
Per Minborg
d0077eece0
8343771: Some FFM benchmarks are broken
...
Reviewed-by: jvernee, mdoerr
2024-11-08 06:33:41 +00:00
Alexey Semenyuk
a63f501b92
8343396: Use OperatingSystem, Architecture, and OSVersion in jpackage tests
...
Reviewed-by: rriggs, almatvee
2024-11-07 22:10:59 +00:00
Daniel Gredler
84c99fb91f
8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java
...
Reviewed-by: honkar, aivanov, aturbanov
2024-11-07 20:19:50 +00:00
Kevin Driver
2c7bea1cb2
8343772: Expected IAPE not thrown in KDF.getInstance (TCK)
...
Reviewed-by: valeriep
2024-11-07 19:27:35 +00:00
Calvin Cheung
ccda8159f6
8342303: Segfault in update_inherited_vtable: AppCDS, old bytecode, and redefineClasses
...
Reviewed-by: dholmes, coleenp, iklam
2024-11-07 18:27:27 +00:00
Kevin Walls
4f5a241ec1
8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table
...
Reviewed-by: lmesnik, sspitsyn, cjplummer
2024-11-07 18:13:44 +00:00
Brian Burkhalter
56c588b4e8
8343417: (fs) BasicFileAttributeView.setTimes uses microsecond precision with NOFOLLOW_LINKS
...
Reviewed-by: alanb
2024-11-07 17:19:27 +00:00
Maurizio Cimadamore
d3c042f9a0
8343770: Build fails due to use of sun.misc.Unsafe in LoopOverRandom
...
Reviewed-by: alanb
2024-11-07 15:31:17 +00:00
Quan Anh Mai
1d117f65f0
8343394: Make MemorySessionImpl.state a stable field
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore, jvernee
2024-11-07 14:32:18 +00:00
Alexey Semenyuk
ac82a8f89c
8343610: InOutPathTest jpackage test produces invalid app image on macOS
...
Reviewed-by: almatvee
2024-11-07 12:32:34 +00:00
Nizar Benalla
4244682309
8339190: Parameter arrays that are capped during annotation processing report incorrect length
...
Reviewed-by: vromero
2024-11-07 10:30:12 +00:00
SendaoYan
f2316f6829
8343505: Problemlist java/lang/Thread/jni/AttachCurrentThread/AttachTest.java
...
Reviewed-by: dholmes, lmesnik
2024-11-07 03:12:32 +00:00
Fernando Guallini
342fe42555
8342270: Test sun/security/pkcs11/Provider/RequiredMechCheck.java needs write access to src tree
...
Reviewed-by: rhalade, erikj
2024-11-06 18:36:05 +00:00
Andrew Haley
78b378ad03
8342540: InterfaceCalls micro-benchmark gives misleading results
...
Reviewed-by: shade, kvn
2024-11-06 17:52:07 +00:00
Aleksey Shipilev
0be7118b2f
8279016: JFR Leak Profiler is broken with Shenandoah
...
Reviewed-by: egahlin, rkennke, mgronlun, wkemper
2024-11-06 16:38:55 +00:00
Aggelos Biboudis
6811a11e27
8341408: Implement JEP 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)
...
Reviewed-by: vromero, jlahoda
2024-11-06 14:50:54 +00:00
Roland Westrelin
72a45ddbad
8341834: C2 compilation fails with "bad AD file" due to Replicate
...
Reviewed-by: kvn, epeter
2024-11-06 14:49:30 +00:00
Roland Westrelin
57c3bb6091
8343068: C2: CastX2P Ideal transformation not always applied
...
Reviewed-by: kvn, thartmann
2024-11-06 14:47:14 +00:00
Roberto Castañeda Lozano
83f3d42d6b
8339303: C2: dead node after failing to match cloned address expression
...
Reviewed-by: vlivanov, kvn
2024-11-06 09:17:21 +00:00
Matthias Baesken
06d8216a4e
8318442: java/net/httpclient/ManyRequests2.java fails intermittently on Linux
...
Reviewed-by: mdoerr, lucy, dfuchs
2024-11-06 08:03:26 +00:00
KIRIYAMA Takuya
1b0281dc77
8333427: langtools/tools/javac/newlines/NewLineTest.java is failing on Japanese Windows
...
Reviewed-by: jjg
2024-11-06 05:38:46 +00:00
Cesar Soares Lucas
d4d9831c90
8340454: C2 EA asserts with "previous reducible Phi is no longer reducible before SUT"
...
Reviewed-by: thartmann, kvn
2024-11-05 21:19:31 +00:00
Kevin Driver
2a1ae0ff89
8331008: Implement JEP 478: Key Derivation Function API (Preview)
...
Co-authored-by: Rajan Halade <rhalade@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Valerie Peng <valeriep@openjdk.org>
Reviewed-by: weijun, valeriep
2024-11-05 21:07:52 +00:00
Leonid Mesnik
847cc5ebac
8343173: Remove ZGC-specific non-JVMCI test groups
...
Reviewed-by: kvn
2024-11-05 20:53:08 +00:00
Andrew Haley
3fab8e37bb
8341903: Implementation of Scoped Values (Fourth Preview)
...
Reviewed-by: alanb
2024-11-05 17:12:17 +00:00
Liam Miller-Cushon
839de82c31
8332744: [REDO] 'internal proprietary API' diagnostics if --system is configured to an earlier JDK version
...
Reviewed-by: vromero
2024-11-05 17:06:04 +00:00
Matthias Baesken
8cb1221194
8343532: Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343
...
Reviewed-by: mdoerr, lucy
2024-11-05 15:48:23 +00:00
Sonia Zaldana Calles
0b733e9a22
8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods
...
Reviewed-by: lmesnik, stuefe
2024-11-05 15:25:18 +00:00
Shaojin Wen
5890d9438b
8333893: Optimization for StringBuilder append boolean & null
...
Reviewed-by: liach
2024-11-05 15:05:33 +00:00
Alexey Semenyuk
c33a8f52b6
8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file
...
Reviewed-by: almatvee
2024-11-05 13:42:27 +00:00
Emanuel Peter
f62fc48441
8342498: Add test for Allocation elimination after use as alignment reference by SuperWord
...
Reviewed-by: thartmann, kvn
2024-11-05 11:47:42 +00:00
Emanuel Peter
f3671beefb
8335392: C2 MergeStores: enhanced pointer parsing
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: kvn, chagedorn
2024-11-05 11:46:40 +00:00
Mikhail Ablakatov
4fc6d4135e
8341194: [REDO] Implement C2 VectorizedHashCode on AArch64
...
Reviewed-by: aph, adinn
2024-11-05 10:20:51 +00:00
Thomas Schatzl
abf2dc7128
8343298: Improve stability of runtime/cds/DeterministicDump.java test
...
Reviewed-by: shade, iklam
2024-11-05 09:33:50 +00:00
Prasanta Sadhukhan
dafa2e55ad
8343124: Tests fails with java.lang.IllegalAccessException: class com.sun.javatest.regtest.agent.MainWrapper$MainTask cannot access
...
Reviewed-by: abhiscxk
2024-11-05 06:27:42 +00:00
Weijun Wang
cd91a44500
8343549: SeededSecureRandomTest needn't be in a package
...
Reviewed-by: mullan
2024-11-05 02:53:26 +00:00
Artur Barashev
8b4749713c
8331682: Slow networks/Impatient clients can potentially send unencrypted TLSv1.3 alerts that won't parse on the server
...
Reviewed-by: wetmore, djelinski, xuelei
2024-11-04 18:46:38 +00:00
Brian Burkhalter
0668e181c8
8343234: (bf) Move java/nio/Buffer/LimitDirectMemory.java from ProblemList.txt to ProblemList-Virtual.txt
...
Reviewed-by: alanb, jpai
2024-11-04 18:18:14 +00:00
Naoto Sato
1c4483473d
8333582: Update CLDR to Version 46.0
...
Reviewed-by: joehw, srl, jlu
2024-11-04 17:00:44 +00:00
SendaoYan
7f8450cc51
8343473: Update copyright year of AddmodsOption.java
...
Reviewed-by: mli
2024-11-04 15:05:52 +00:00
Per Minborg
646d64e880
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
...
Reviewed-by: jvernee
2024-11-04 14:12:30 +00:00
Chen Liang
1f7d524fd3
8343437: ClassDesc.of incorrectly permitting empty names
...
Reviewed-by: mchung
2024-11-04 13:24:09 +00:00
Aggelos Biboudis
895a7b64f0
8342967: Lambda deduplication fails with non-metafactory BSMs and mismatched local variables names
...
Reviewed-by: mcimadamore
2024-11-04 12:27:12 +00:00
Hannes Wallnöfer
809030bfb2
8321500: javadoc rejects '@' in multi-line attribute value
...
Reviewed-by: prappo
2024-11-04 12:05:08 +00:00
Alexey Ivanov
7bca0af481
8343128: PassFailJFrame.java test result: Error. Bad action for script: build}
...
Use HTML character entity in javadoc to prevent jtreg from recognising
PassFailJFrame.java as a test file.
Reviewed-by: azvegint, honkar
2024-11-04 11:37:47 +00:00
Per Minborg
f69b6016d6
8343188: Investigate ways to simplify MemorySegment::ofBuffer
...
Reviewed-by: mcimadamore
2024-11-04 11:06:25 +00:00
Damon Fenacci
e7f0bf11ff
8343153: compiler/codecache/CheckLargePages.java fails on linux with huge pages configured but its number set to 0
...
Reviewed-by: eastigeevich, thartmann
2024-11-04 07:33:54 +00:00
Adam Sotona
f9e1c62dcd
8343436: Regression in StackMapGenerator after JDK-8339205
...
Reviewed-by: liach
2024-11-04 07:19:23 +00:00
Alexey Semenyuk
29882bfe7b
8340311: JPackage app-image exe launches multiple exe's in JDK 22+
...
Reviewed-by: almatvee
2024-11-02 12:44:17 +00:00
Archie Cobbs
00ec10574d
8343412: Missing escapes for single quote marks in javac.properties
...
Reviewed-by: vromero
2024-11-02 02:32:02 +00:00
Fernando Guallini
c82ad845e1
8342183: Update tests to use stronger algorithms and keys
...
Reviewed-by: rhalade, ascarpino
2024-11-01 17:52:20 +00:00
Fernando Guallini
7e87c071b0
8340116: test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java can fail due to regex
...
Reviewed-by: mullan
2024-11-01 13:11:56 +00:00
Kevin Walls
4a70c83bd0
8343378: Exceptions in javax/management DeadLockTest.java do not cause test failure
...
Reviewed-by: amenkov
2024-11-01 08:35:28 +00:00
Christian Hagedorn
6f6cfe643b
8343380: C2: assert(iff->in(1)->is_OpaqueNotNull()) failed: must be OpaqueNotNull
...
Reviewed-by: thartmann, kvn
2024-11-01 06:51:34 +00:00
Claes Redestad
29321447b1
8343305: Remove Indify-dependent microbenchmarks
...
Reviewed-by: liach, ihse, erikj
2024-10-31 22:28:53 +00:00
Alexander Matveev
34655c67a8
8342544: [macos] jpackage test helper should check for both "--app-image" and "--mac-sign" for signing predefined app image case
...
Reviewed-by: asemenyuk
2024-10-31 22:18:26 +00:00
Calvin Cheung
d4eb2d924e
8319343: Improve CDS module graph support for --add-modules option
...
Reviewed-by: alanb, iklam
2024-10-31 21:30:08 +00:00