87520 Commits

Author SHA1 Message Date
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
Daniel D. Daugherty
775f07e671 8379435: More proposed cleanups for JDK-8373595 A new ObjectMonitorTable implementation
Reviewed-by: coleenp, fbredberg
2026-03-11 16:37:46 +00:00
Matthias Baesken
ef55947162 8379416: AIX build fails if system (not GNU) date tool is in PATH
Reviewed-by: erikj, clanger
2026-03-11 15:18:32 +00:00
Roland Westrelin
d4960980cc 8373143: C2: verify that adr_type and adr's type match in LoadNode::make and StoreNode::make
Reviewed-by: qamai, bmaillard
2026-03-11 14:33:19 +00:00
Axel Boldt-Christmas
97f9060abe 8379181: Convert ObjectMonitorTable to use Atomic<T>
Reviewed-by: kbarrett, tschatzl
2026-03-11 13:24:20 +00:00
Aleksey Shipilev
c904a0edae 8378338: Shenandoah: Heap-used generic verification error after update-refs
Reviewed-by: wkemper
2026-03-11 11:14:59 +00:00
Leo Korinth
acbd1febdd 8377658: Cleanup files for enabling conversion warnings for g1ConcurrentMark.cpp
Reviewed-by: stefank, tschatzl, jsjolen
2026-03-11 10:12:37 +00:00
Martin Doerr
256512147d 8379448: [PPC64] Build without C2 broken after 8373595
Reviewed-by: rrich, aboldtch, mbaesken, dbriemann
2026-03-11 09:29:29 +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
Anton Artemov
619fe63b5f 8362239: Reconcile enter_internal and reenter_internal in the ObjectMonitor code
Reviewed-by: dholmes, fbredberg, coleenp, pchilanomate, dcubed
jdk-27+13
2026-03-11 08:39:41 +00:00
Jan Lahoda
a741e290c9 8379284: Avoid the need to keep obsolete preview feature constants until bootstrap JDK is upgraded
Reviewed-by: liach, erikj, jpai, vromero
2026-03-11 07:15:25 +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
Damon Nguyen
8b8bb43396 8379256: Update GIFlib to 6.1.1
Reviewed-by: prr, kizune
2026-03-11 00:22:01 +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
Phil Race
e00d6d28e1 8378899: Remove AppContext from java.awt.Toolkit implementation
Reviewed-by: dnguyen, serb
2026-03-10 19:15:27 +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
Naoto Sato
760f4b6043 8379344: Compact the Unicode/CLDR version tables
Reviewed-by: alanb, jlu
2026-03-10 18:40:02 +00:00
Alex Menkov
46b93a0aea 8248165: Missing whitespace in jdb message printed when setting value of invalid type
Reviewed-by: cjplummer
2026-03-10 18:07:41 +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
Volodymyr Paprotski
680503cf82 8378470: Add future Intel family number
Reviewed-by: dholmes, sviswanathan
2026-03-10 15:59:34 +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
Joel Sikström
5930149987 8379487: Dangling static ref to fallback error in libinstrument's JavaExceptions.c
Reviewed-by: cjplummer, kbarrett
2026-03-10 15:02:36 +00:00
Sergey Bylokhov
34fa46758d 8379364: Shenandoah: Remove duplicate semicolons in GenShen code
Reviewed-by: wkemper
2026-03-10 15:02:17 +00:00
Matthias Baesken
4d42ce23f0 8379499: [AIX] headless-only build of libjawt.so fails
Reviewed-by: mdoerr
2026-03-10 13:22:04 +00:00
Roger Riggs
bad59c55d9 8379437: Refactor ProcessBuilder and ProcessHandle tests to JUnit
Reviewed-by: jpai
2026-03-10 13:05:11 +00:00
Joel Sikström
f95e8136b1 8379412: JfrJavaSupport::new_string should return early if pending exception
Reviewed-by: mgronlun
2026-03-10 12:37:39 +00:00
Fei Yang
6aae92e6f1 8379564: Hotspot fails to build with gcc 14 after JDK-8378804
Reviewed-by: ysuenaga, stuefe
2026-03-10 12:23:06 +00:00
Alexey Ivanov
66e192c600 8377602: Create automated test for PageRange
Reviewed-by: prr, psadhukhan, dmarkov
2026-03-10 12:20:28 +00:00
Thomas Schatzl
ce7a890fb4 8379200: G1: Remove G1HeapRegion completion facility
Reviewed-by: ayang, iwalulya
2026-03-10 10:16:29 +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
wuxinyang
3e9fc5d49e 8376164: Optimize AES/ECB implementation using full-message intrinsic stub and parallel RoundKey addition
Reviewed-by: sviswanathan, semery
2026-03-10 02:15:25 +00:00
William Kemper
6808ba2e05 8378293: GenShen: Simplify selection of aged regions
Reviewed-by: kdnilsen, ysr
2026-03-10 00:21:47 +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
Kelvin Nilsen
6a8e9530fe 8379442: GenShen: Fix two errors introduced by 29039
Reviewed-by: xpeng, serb, wkemper
2026-03-09 21:58:50 +00:00
Phil Race
46a5ed9908 8379137: Remove AppContext from javax.swing.JOptionPane
Reviewed-by: serb, psadhukhan
2026-03-09 19:33:03 +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