Robert Toyonaga
700ff1b561
Use VirtualAlloc2 to fix races
...
test working. need to focus on map
refactor and one more test
new test, comments, fix aix split memory accounting, use unified logging instead of warning()
remove map API code. Rename to PlacholderRegion. Fix os::release
remove map_memory API code
fix race and simplify AOTMetaspace::reserve_address_space_for_archives
clean up
comments
test: map_memory_to_file_aligned_larger
remove old test and modify tests
clean up
fix aix and comments
cleanup
gate fix
anothe rgate fix
fix windows test
account for wish address
fix missing NMT accounting
comments
small cleanup
trailing whitespaces
2026-03-16 15:46:55 -04:00
William Kemper
30e569d206
8379021: Shenandoah: Speedup ShenandoahSimpleBitMapTest
...
Reviewed-by: shade
2026-03-11 16:47:34 +00:00
Alexey Semenyuk
c315d1cd2b
8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified
...
Reviewed-by: almatvee
2026-03-11 16:39:57 +00:00
Paul Hübner
e74863249c
8378559: Add setting of captured states like errno
...
Reviewed-by: jvernee, fbredberg
2026-03-11 09:22:20 +00:00
David Holmes
5e8bba3ae7
8379456: Test jdk/jfr/event/runtime/TestVMInfoEvent.java now fails with java.lang.NoClassDefFoundError: java/lang/management/ManagementFactory
...
Reviewed-by: lmesnik
2026-03-11 05:39:03 +00:00
Jaikiran Pai
20ae5279cb
8379477: Tests in test/jdk/com/sun/net/httpserver/ may need to use othervm
...
Reviewed-by: vyazici
2026-03-11 04:52:26 +00:00
Dingli Zhang
58bf76adfd
8379464: Enable missing stack walking test via jtreg requires for RISC-V
...
Reviewed-by: fyang
2026-03-11 02:41:36 +00:00
Alexey Semenyuk
9d04c8a8af
8379432: jpackage: Make default equals() in jdk.jpackage.test.CannedFormattedString class work as expected
...
Reviewed-by: almatvee
2026-03-10 23:46:53 +00:00
Damon Nguyen
a4daabbbfa
8237220: [macOS] AWT text test CorrectTextComponentSelectionTest.html sometimes fails
...
Reviewed-by: aivanov, prr, dmarkov
2026-03-10 22:13:37 +00:00
Matias Saavedra Silva
e760171da8
8376521: Verifier: disallow acmp & ifnull on 'uninitialized' types
...
8375483: Should set flagThisUninit whenever uninitializedThis is on the stack
Reviewed-by: liach, coleenp
2026-03-10 20:57:49 +00:00
Matias Saavedra Silva
bf28e03eeb
8374830: Improve Hotspot crash message in CDSTestUtils
...
Reviewed-by: dholmes, coleenp
2026-03-10 20:52:14 +00:00
Matias Saavedra Silva
08c0a78768
8378371: Default classlist not deterministic due to JIT activity
...
Reviewed-by: rriggs, liach, erikj
2026-03-10 20:48:52 +00:00
Joe Darcy
b9220c930a
8379552: Correct build tags in StrictMath/PowTests.java
...
Reviewed-by: bpb
2026-03-10 19:08:08 +00:00
Brian Burkhalter
73b13f977b
8378808: Refactor java/nio/Buffer TestNG tests to use JUnit
...
Reviewed-by: alanb, liach
2026-03-10 18:44:23 +00:00
Christian Stein
d3158e71c6
8379628: Refactor langtools/shellsupport/doc tests to use JUnit
...
Reviewed-by: hannesw
2026-03-10 16:05:04 +00:00
Jaikiran Pai
5aa115b569
8379622: Problemlist java/nio/channels/SocketChannel/OpenLeak.java and CloseDuringConnect.java on macos 26
...
Reviewed-by: alanb
2026-03-10 15:38:37 +00:00
Sergey Bylokhov
e24a8f06e3
8378201: [OGL] glXMakeContextCurrent() drops the buffers of the unbound drawable
...
8369561: sun/java2d/OpenGL/DrawBitmaskImage.java#id0: Incorrect color for first pixel (actual=ff000000)
Reviewed-by: prr, aivanov
2026-03-10 15:05:26 +00:00
Roger Riggs
bad59c55d9
8379437: Refactor ProcessBuilder and ProcessHandle tests to JUnit
...
Reviewed-by: jpai
2026-03-10 13:05:11 +00:00
Alexey Ivanov
66e192c600
8377602: Create automated test for PageRange
...
Reviewed-by: prr, psadhukhan, dmarkov
2026-03-10 12:20:28 +00:00
Roland Westrelin
61a9c71983
8379180: C2: assert((ptr->bottom_type() == Type::TOP) || ((base == Compile::current()->top()) == (ptr->bottom_type()->make_ptr()->isa_oopptr() == nullptr))) failed: base input only needed for heap addresses
...
Reviewed-by: qamai, chagedorn
2026-03-10 09:35:35 +00:00
Dingli Zhang
9a26b4af34
8379372: Enable some vector algorithms IR matching tests for RISC-V
...
Reviewed-by: fyang
2026-03-10 03:56:28 +00:00
Alexey Semenyuk
6a061f9d25
8379426: [macos] jpackage: runtime bundle version suffix is out of sync with the version property in the Info.plist file
...
Reviewed-by: almatvee
2026-03-09 22:54:52 +00:00
Phil Race
a95799d62f
8379229: Remove AppContext from javax.swing.JComponent
...
Reviewed-by: psadhukhan, serb
2026-03-09 19:32:47 +00:00
Brian Burkhalter
93634b5665
8379153: Refactor java/nio/channels/File{Channel,Lock} TestNG tests to use JUnit
...
Reviewed-by: alanb, dfuchs
2026-03-09 18:06:35 +00:00
Brian Burkhalter
6b92183512
8378879: Refactor java/nio/channels/Channels TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 18:06:14 +00:00
Brian Burkhalter
9454f86cfb
8379154: Refactor Selector TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 18:05:46 +00:00
Joe Darcy
a278ad8fff
8379443: Correct build tags in some math tests
...
Reviewed-by: iris
2026-03-09 15:20:35 +00:00
Viktor Klang
b9e7ca9cff
8375130: [BACKOUT] Scalability issue when submitting virtual threads with almost empty tasks
...
Reviewed-by: alanb
2026-03-09 14:12:03 +00:00
Weijun Wang
375f821627
8379515: draft-ietf-lamps-kyber-certificates is now RFC 9935
...
Reviewed-by: mullan
2026-03-09 13:54:11 +00:00
David Beaumont
e018cd60a0
8379441: Refactor jaxp/javax catalog tests to use JUnit
...
Reviewed-by: joehw, dfuchs
2026-03-09 13:07:10 +00:00
Maksim Gaidideev
82430a7666
8360121: Add -XX:+StressLoopPeeling to CTW
...
Reviewed-by: mchevalier, chagedorn
2026-03-09 12:46:43 +00:00
Christian Stein
ba0708cadd
8379331: Remove modular transition support settings from TEST.ROOT files
...
Reviewed-by: jvernee, alanb
2026-03-09 12:08:14 +00:00
Kerem Kat
2fc7bdcbd4
8379411: Use TestFramework scenarios in 837841
...
Reviewed-by: qamai, dfenacci, chagedorn
2026-03-09 11:43:36 +00:00
Albert Mingkun Yang
5e588085e9
8378744: Obsolete NewSizeThreadIncrease flag
...
Reviewed-by: tschatzl, iwalulya, sjohanss
2026-03-09 10:35:00 +00:00
Daniel Fuchs
23adf6adf0
8378569: Refactor test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java to use JUnit
...
Reviewed-by: jpai, djelinski
2026-03-09 10:25:49 +00:00
Raffaello Giulietti
f1be8208c8
8379195: Refactor Arrays TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 09:53:47 +00:00
Albert Mingkun Yang
d6943c532e
8379193: Incorrect build ID path in SATestUtils.java
...
Reviewed-by: kevinw, ysuenaga
2026-03-09 09:10:41 +00:00
SendaoYan
e22c95cd96
8378746: ZGC: jdk/jfr/event/gc/detailed/TestZRelocationSetGroupEvent.java intermittent OOME
...
Reviewed-by: stefank, ayang
2026-03-09 08:50:25 +00:00
Johny Jose
c3dfceb90a
8379035: (tz) Update Timezone Data to 2026a
...
Reviewed-by: coffeys, naoto
2026-03-09 07:55:28 +00:00
Emanuel Peter
b2728d0a4b
8376891: [VectorAlgorithms] add more if-conversion benchmarks and tests
...
Reviewed-by: qamai, psandoz, xgong, jbhateja
2026-03-09 07:26:02 +00:00
Prasanta Sadhukhan
8c4c8a1617
8378417: Printing All pages results in NPE for 1.1 PrintJob
...
Reviewed-by: prr, aivanov
2026-03-09 01:21:34 +00:00
Markus Grönlund
8ef39a22d8
8374490: Test jdk/jfr/event/runtime/TestSafepointEvents.java failed: Expected event 'jdk.SafepointStateSynchronization' to be present
...
Reviewed-by: egahlin
2026-03-07 10:56:00 +00:00
Joe Darcy
ea4a151245
8379156: Specify behavior of Types.asElement() on array types
...
Reviewed-by: hannesw, liach
2026-03-06 17:20:44 +00:00
Artur Barashev
b349f661ea
8379191: SunX509KeyManagerImpl alias chooser methods returns null for EC_EC
...
Reviewed-by: myankelevich, mullan
2026-03-06 14:27:53 +00:00
Vicente Romero
374a94f447
8379201: Wrong type annotation offset on casts on expressions (redo)
...
Reviewed-by: jlahoda
2026-03-06 14:26:09 +00:00
Christian Stein
a2ad080989
8379326: Use JUnit in lib-test/jdk tests, here MethodTemplateTest
...
Reviewed-by: dfuchs, rriggs
2026-03-06 07:15:13 +00:00
Jatin Bhateja
310d5a1562
8346256: Optimize UMIN/UMAX reduction operations for x86 targets
...
Reviewed-by: qamai, sviswanathan
2026-03-06 04:39:42 +00:00
Jatin Bhateja
e6406641d7
8378758: [VectorAPI] Add Jtreg scalar operation wrappers for math operators and APIs
...
Reviewed-by: sherman
2026-03-06 04:37:05 +00:00
Alexey Semenyuk
a1b4ad097e
8379345: jpackage: Fix issues in tests to improve their flexibility
...
Reviewed-by: almatvee
2026-03-06 03:59:06 +00:00
Alexey Semenyuk
ad0f078669
8379341: jpackage: consolidate modular app tests
...
Reviewed-by: almatvee
2026-03-06 03:51:59 +00:00