Jaikiran Pai
8df6b2c4a3
8359830: Incorrect os.version reported on macOS Tahoe 26 (Beta)
...
Reviewed-by: rriggs, lancea, kcr
2025-06-26 13:37:13 +00:00
Doug Lea
ff24088c86
8359919: Minor java.util.concurrent doc improvements
...
8187775: AtomicReferenceFieldUpdater does not support static fields
8254060: SubmissionPublisher close hangs if a publication is pending
8210149: Example in JavaDoc for java.util.concurrent.Flow violates Reactive Streams spec
8199501: Improve documentation of CompletableFuture, CompletionStage
8233050: CompletableFuture `whenComplete` and `thenApply` change exceptional result
8210312: JavaDoc example in SubmissionPublisher will potentially crash
8292365: CompletableFuture and CompletionStage should document Memory Model guarantees
8356304: Define "enabled" in ScheduledExecutorService
8353155: FutureTask#run(): doc implies synchronous, implementation is async
8186959: Clarify that Executors.newScheduledThreadPool() is fixed-size
8190889: TimeUnit.wait should document IllegalMonitorStateException
6351533: CyclicBarrier reset() should return the number of awaiters
6317534: CyclicBarrier should have a cancel() method
8195628: Documentation for lock(), trylock(), lockInterruptibly() of ReentrantReadWriteLock.WriteLock needs to be corrected
8333172: Document a recommendation to use VarHandles instead of java.util.concurrent.atomic.*FieldUpdater
6374942: Improve thread safety of collection .equals() methods
7176957: ExecutorService submit method javaDoc enhancement
8172177: Improve documentation for CompletionException handling
6714849: ReentrantReadWriteLock: Abnormal behavior in non-fair mode
6625724: Allow ReentrantReadWriteLock to not track per-thread read holds
6526284: Improve AbstractExecutorService javadoc
8137156: Javadoc for Future is misleading with respect to cancellation
6663476: FutureTask.get() may return null if set() is not called from run()
8311131: ConcurrentHashMap.forEachKey parallelismThreshold description could be clearer
Reviewed-by: alanb
2025-06-26 12:04:42 +00:00
Albert Mingkun Yang
5a1301df19
8360548: Parallel: Remove outdated comments in MutableNUMASpace::bias_region
...
Reviewed-by: tschatzl
2025-06-26 09:15:32 +00:00
Anton Artemov
5039b42de1
8359437: Make users and test suite not able to set LockingMode flag
...
8358542: Remove RTM test VMProps
Co-authored-by: Fredrik Bredberg <fbredberg@openjdk.org>
Reviewed-by: coleenp, lmesnik, fbredberg, alanb, dholmes
2025-06-26 07:41:22 +00:00
David Holmes
1ca008fd02
8360255: runtime/jni/checked/TestLargeUTF8Length.java fails with -XX:-CompactStrings
...
Reviewed-by: shade, kbarrett
jdk-26+4
2025-06-26 01:02:03 +00:00
Dean Long
cf75f1f9c6
8358821: patch_verified_entry causes problems, use nmethod entry barriers instead
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: mdoerr, eosterlund
2025-06-25 19:25:34 +00:00
Serguei Spitsyn
52526080ba
8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase!
...
Reviewed-by: amenkov, cjplummer
2025-06-25 19:21:14 +00:00
Chen Liang
f799cf180a
8360303: Remove two unused invoke files
...
Reviewed-by: rriggs, jrose
2025-06-25 18:48:47 +00:00
Kim Barrett
56c75453cd
8352565: Add native method implementation of Reference.get()
...
Reviewed-by: vlivanov, tschatzl, lmesnik
2025-06-25 18:22:06 +00:00
Naoto Sato
7447276475
8360045: StringTokenizer.hasMoreTokens() throws NPE after nextToken(null)
...
Reviewed-by: liach, alanb
2025-06-25 16:02:47 +00:00
Paul Hohensee
c90c31b07e
8279005: sun/tools/jstat tests do not check for test case exit codes after JDK-8245129
...
Reviewed-by: cjplummer, rkennke
2025-06-25 15:52:30 +00:00
Suchismith Roy
52c6044fe4
8349077: Rename GenerationCounters::update_all
...
Reviewed-by: ayang, stefank
2025-06-25 15:39:57 +00:00
Albert Mingkun Yang
4e1bf31368
8360523: Parallel: Remove unused local variable in MutableNUMASpace::initialize
...
Reviewed-by: stefank, kbarrett
2025-06-25 15:36:02 +00:00
Kim Barrett
878497fb85
8360178: TestArguments.atojulong gtest has incorrect format string
...
Reviewed-by: dholmes
2025-06-25 15:16:44 +00:00
Manuel Hässig
f2ef809719
8354727: CompilationPolicy creates too many compiler threads when code cache space is scarce
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: kvn, shade
2025-06-25 13:00:08 +00:00
Michael McMahon
1fa090524a
8359268: 3 JNI exception pending defect groups in 2 files
...
Reviewed-by: djelinski
2025-06-25 09:45:57 +00:00
Martin Doerr
f71d64fbeb
8360405: [PPC64] some environments don't support mfdscr instruction
...
Reviewed-by: haosun, rrich
2025-06-25 08:59:46 +00:00
Casper Norrbin
850bc20306
8356868: Not all cgroup parameters are made available
...
Reviewed-by: sgehwolf, gziemski
2025-06-25 08:32:51 +00:00
Roman Kennke
75ce44aa84
8355319: Update Manpage for Compact Object Headers (Production)
...
Reviewed-by: coleenp, dholmes, phh
2025-06-25 08:09:03 +00:00
Igor Veresov
5c4f92ba9a
8359788: Internal Error: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
...
Reviewed-by: kvn, thartmann
2025-06-25 06:45:32 +00:00
Amit Kumar
263e32bb85
8358694: VM asserts if CodeCacheSegmentSize is not a power of 2
...
Reviewed-by: shade, dfenacci
2025-06-25 04:39:07 +00:00
Xiaohong Gong
7d6c902ce8
8357726: Improve C2 to recognize counted loops with multiple casts in trip counter
...
Reviewed-by: chagedorn, epeter, galder
2025-06-25 01:16:08 +00:00
Brian Burkhalter
5091057614
8351010: Test java/io/File/GetXSpace.java failed: / usable space 56380809216 > free space 14912244940
...
Reviewed-by: lancea, rriggs
2025-06-24 23:50:35 +00:00
David Beaumont
ba0c12231b
8359808: JavaRuntimeURLConnection should only connect to non-directory resources
...
Reviewed-by: alanb, rriggs
2025-06-24 18:40:24 +00:00
Markus Grönlund
cbcf401170
8360403: Disable constant pool ID assert during troubleshooting
...
Reviewed-by: egahlin
2025-06-24 16:11:40 +00:00
Hannes Wallnöfer
f8de5bc582
8328848: Inaccuracy in the documentation of the -group option
...
Reviewed-by: liach
2025-06-24 15:50:51 +00:00
Hannes Wallnöfer
9a726df373
8359024: Accessibility bugs in API documentation
...
Reviewed-by: vyazici, liach
2025-06-24 15:48:31 +00:00
Artur Barashev
2af869b193
8156715: TrustStoreManager does not buffer keystore input stream
...
Reviewed-by: ascarpino
2025-06-24 15:32:13 +00:00
Aleksey Shipilev
5c1f77fab1
8360201: JFR: Initialize JfrThreadLocal::_sampling_critical_section
...
Reviewed-by: zgu, mgronlun
2025-06-24 15:05:40 +00:00
Gautham Krishnan
54acadbe66
8294226: Document missing UnsupportedTemporalTypeException
...
Reviewed-by: rriggs, naoto
2025-06-24 14:53:14 +00:00
Kim Barrett
0514cee6c8
8360177: ParallelArguments::initialize has incorrect format string
...
Reviewed-by: tschatzl, sangheki
2025-06-24 14:27:47 +00:00
Coleen Phillimore
28e96e333b
8359920: Use names for frame types in stackmaps
...
Reviewed-by: dholmes, jsjolen, matsaave, sspitsyn
2025-06-24 12:31:04 +00:00
Afshin Zafari
f5201ac117
8359959: Test runtime/NMT/VirtualAllocTestType.java failed: '\\[0x[0]*7f7dc4043000 - 0x[0]*7f7dc4083000\\] reserved 256KB for Test' missing from stdout/stderr
...
Reviewed-by: jsjolen, dholmes
2025-06-24 11:17:48 +00:00
Albert Mingkun Yang
a3609ba5ac
8360324: Parallel: Remove unused local variable in MutableNUMASpace::set_top
...
Reviewed-by: tschatzl
2025-06-24 10:34:14 +00:00
Michael McMahon
116b8543b0
8351983: HttpCookie Parser Incorrectly Handles Cookies with Expires Attribute
...
Reviewed-by: dfuchs, vyazici
2025-06-24 09:15:58 +00:00
David Beaumont
fdfc557878
8360131: Remove use of soon-to-be-removed APIs by CTW framework
...
Reviewed-by: liach, thartmann
2025-06-24 08:09:53 +00:00
Albert Mingkun Yang
54fec2b98b
8360220: Deprecate and obsolete ParallelRefProcBalancingEnabled
...
Reviewed-by: kbarrett, tschatzl
2025-06-24 07:34:15 +00:00
Manuel Hässig
03d66d9ee2
8358572: C1 hits "need debug information" assert with -XX:-DeoptC1
...
Reviewed-by: shade, aph
2025-06-24 07:00:45 +00:00
Manuel Hässig
f6ff38ab42
8353815: [ubsan] compilationPolicy.cpp: division by zero related to tiered compilation flags
...
Reviewed-by: mbaesken, kvn
2025-06-24 06:55:05 +00:00
Daniel Jeliński
dbbfa76b73
8131136: java/awt/font/JNICheck/JNICheck.sh issue warning on core-libs code
...
Reviewed-by: aivanov, prr, serb
2025-06-24 06:09:17 +00:00
Jaikiran Pai
9af36b13c5
8360307: Problemlist tools/sincechecker/modules/jdk.management.jfr/JdkManagementJfrCheckSince.java
...
Reviewed-by: dholmes, liach
2025-06-24 05:19:18 +00:00
Anjian Wen
34412da52b
8360179: RISC-V: Only enable BigInteger intrinsics when AvoidUnalignedAccess == false
...
Reviewed-by: fjiang, fyang
2025-06-24 03:08:50 +00:00
Chad Rakoczy
a350a1115a
8358655: AArch64: Simplify Interpreter::profile_taken_branch
...
Reviewed-by: shade, aph
2025-06-24 02:34:53 +00:00
Manukumar V S
bcad87eacb
8358697: TextLayout/MyanmarTextTest.java passes if no Myanmar font is found
...
Reviewed-by: aivanov
2025-06-24 02:20:49 +00:00
Nizar Benalla
2a70a6dc58
8346886: Add since checker test to jdk.management.jfr
...
Reviewed-by: egahlin
2025-06-23 22:24:57 +00:00
Kim Barrett
6df0f5e390
8360281: VMError::error_string has incorrect format usage
...
Reviewed-by: coleenp
2025-06-23 18:19:01 +00:00
Naoto Sato
9c3eaa49f7
8359732: Make standard i/o encoding related system properties StaticProperty
...
Reviewed-by: rriggs, alanb, vyazici
2025-06-23 16:16:28 +00:00
Justin Lu
dfcea0547e
8358729: jdk/internal/loader/URLClassPath/ClassnameCharTest.java depends on Applet
...
Reviewed-by: jpai, lancea
2025-06-23 14:26:02 +00:00
Jonas Norlinder
c748d358b2
8360024: Reorganize GC VM operations and implement is_gc_operation
...
Reviewed-by: tschatzl, dholmes
2025-06-23 12:49:59 +00:00
Aleksey Shipilev
72679c94ee
8360042: GHA: Bump MSVC to 14.44
...
Reviewed-by: erikj, ihse
2025-06-23 12:46:32 +00:00