Tatsunori Uchino
|
e7d33b944d
|
Add comment
|
2026-02-01 21:51:52 +09:00 |
|
Tatsunori Uchino
|
192b4465c2
|
Fix logic error
|
2026-02-01 21:51:46 +09:00 |
|
Tatsunori Uchino
|
b640e68d06
|
Add test
|
2026-02-01 10:57:43 +00:00 |
|
Tatsunori Uchino
|
43eb577a47
|
Reformat JavaDoc
|
2026-02-01 10:15:03 +00:00 |
|
Tatsunori Uchino
|
8b5db22c6d
|
Update JavaDoc
|
2026-02-01 15:24:22 +09:00 |
|
Tatsunori Uchino
|
04d82f8c00
|
Fix broken test methods calls
|
2026-02-01 15:24:11 +09:00 |
|
Tatsunori Uchino
|
81245159cc
|
Add missing semicolon
|
2026-01-31 23:27:12 +09:00 |
|
Tatsunori Uchino
|
cabb3efeac
|
Split testcases for StringBuilder.codePointCount
|
2026-01-31 22:28:43 +09:00 |
|
Tatsunori Uchino
|
e4e1bb6949
|
Update year
|
2026-01-31 22:09:30 +09:00 |
|
Tatsunori Uchino
|
2c5f5eb180
|
Improve JavaDoc
|
2026-01-31 21:53:26 +09:00 |
|
Tatsunori Uchino
|
77583bdc1a
|
Fix incorrect logic
|
2026-01-31 21:46:21 +09:00 |
|
Tatsunori Uchino
|
a291e1bba7
|
Add codePointCount for CharBuffer
|
2026-01-31 17:10:37 +09:00 |
|
Tatsunori Uchino
|
585ce36e12
|
Use codePointCountSB and add its test
|
2026-01-31 00:16:41 +09:00 |
|
Tatsunori Uchino
|
198b31889e
|
Merge remote-tracking branch 'origin/master' into codepoint-count
|
2026-01-29 10:41:35 +00:00 |
|
Tatsunori Uchino
|
8835ab3dff
|
Fix comments
|
2026-01-29 09:48:41 +00:00 |
|
Thomas Schatzl
|
681e4ec8d3
|
8376350: Convert ReferenceProcessorPhaseTimes to use Atomic<T>
Reviewed-by: stefank, iwalulya
|
2026-01-29 08:54:59 +00:00 |
|
Thomas Schatzl
|
f9cc104249
|
8376335: Convert PreservedMarks classes to use Atomic<T>
Reviewed-by: stefank, iwalulya
|
2026-01-29 08:54:37 +00:00 |
|
Stefan Karlsson
|
92072a93bf
|
8375747: ZGC: ZForwardingTest is unable to commit memory on Windows
Reviewed-by: jsikstro, eosterlund
|
2026-01-29 08:39:32 +00:00 |
|
Emanuel Peter
|
06d1345f29
|
8373026: C2 SuperWord and Vector API: vector algorithms test and benchmark
Co-authored-by: Otmar Ertl <otmar.ertl@dynatrace.com>
Reviewed-by: vlivanov, jbhateja, psandoz, xgong
|
2026-01-29 08:39:10 +00:00 |
|
Jaikiran Pai
|
19c6fdf11b
|
8376290: SocketChannel.finishConnect() contains confusing "getsockopt" in exception message for a failed connect() on Windows
Reviewed-by: alanb
|
2026-01-29 06:34:02 +00:00 |
|
Phil Race
|
62c7e9aefd
|
8376423: Test javax/swing/plaf/metal/MetalUtils/bug6190373.java failed: ClassCastException: class java.lang.Character cannot be cast to class javax.swing.Painter
Reviewed-by: aivanov, tr
jdk-27+7
|
2026-01-29 04:49:56 +00:00 |
|
Tatsunori Uchino
|
5df93771f2
|
Don't use removed Character::codePointCount overload
|
2026-01-29 03:44:51 +00:00 |
|
Prasanta Sadhukhan
|
2529e2fe8d
|
8376169: JPopupMenu.setInvoker(null) causes NPE
Reviewed-by: aivanov, azvegint, prr, kizune
|
2026-01-29 02:30:41 +00:00 |
|
Tatsunori Uchino
|
2cf8f448ed
|
Update year in copyright
|
2026-01-28 23:34:55 +00:00 |
|
Tatsunori Uchino
|
4f80009ebe
|
Fix double empty lines
|
2026-01-28 23:32:03 +00:00 |
|
Tatsunori Uchino
|
c9719d4e32
|
Remove Character.codePointCount()
|
2026-01-28 23:20:10 +00:00 |
|
Xiaolong Peng
|
09ed8e66dc
|
8376531: Genshen: Convert ShenandoahOldGeneration to use Atomic<T>
Reviewed-by: wkemper, shade
|
2026-01-28 21:28:16 +00:00 |
|
Phil Race
|
0722ae926f
|
8376433: Remove AppContext from Swing Windows L&F implementation
Reviewed-by: serb, aivanov
|
2026-01-28 19:53:41 +00:00 |
|
Phil Race
|
7efa3168b7
|
8376434: Remove AppContext from awt ImageFetcher implementation
Reviewed-by: azvegint, aivanov
|
2026-01-28 18:01:10 +00:00 |
|
Phil Race
|
89a18c0108
|
8376432: Remove AppContext from sun/swing/DefaultLookup.java
Reviewed-by: psadhukhan, azvegint, aivanov
|
2026-01-28 17:58:15 +00:00 |
|
Brian Burkhalter
|
50d872ad7a
|
8376419: (fs) Minor improvement of java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java
Reviewed-by: jpai
|
2026-01-28 16:30:56 +00:00 |
|
Matthias Baesken
|
0e2e66be24
|
8376402: Dependencies::print_statistics() and AbstractClassHierarchyWalker::print_statistics() are not called from PRODUCT code
Reviewed-by: azafari, chagedorn
|
2026-01-28 16:30:34 +00:00 |
|
Christian Stein
|
8095e33ee8
|
8375433: jar should validate automatic module names
Reviewed-by: jvernee
|
2026-01-28 15:02:21 +00:00 |
|
Roger Calnan
|
8c86b1bb10
|
8375325: add anchors to the options in the security man pages
Reviewed-by: weijun, hchao
|
2026-01-28 14:18:52 +00:00 |
|
Paul Hübner
|
2a465cb0eb
|
8371777: Clean up preferred address of G1's archive region
Reviewed-by: stefank, jsikstro
|
2026-01-28 13:14:51 +00:00 |
|
Yasumasa Suenaga
|
127bfc9b0d
|
8374926: EnableX86ECoreOpts was not enabled on some hybrid CPU
Reviewed-by: vpaprotski, dholmes
|
2026-01-28 11:11:07 +00:00 |
|
Saranya Natarajan
|
6afc0d8f39
|
8366861: Phase AFTER_LOOP_OPTS printed even though the method has no loops
Reviewed-by: chagedorn, dfenacci
|
2026-01-28 09:38:20 +00:00 |
|
Chad Rakoczy
|
4ae4ffd5a3
|
8374513: AArch64: Improve receiver type profiling reliability
Reviewed-by: shade, aph
|
2026-01-28 08:08:36 +00:00 |
|
Roland Westrelin
|
b2cd3b0d48
|
8350330: C2: PhaseIdealLoop::add_parse_predicate() should mirror GraphKit::add_parse_predicate()
Reviewed-by: chagedorn, qamai
|
2026-01-28 08:00:11 +00:00 |
|
Aleksey Shipilev
|
88c8a55a43
|
8373266: Strengthen constant CardTable base accesses
Reviewed-by: tschatzl, xpeng
|
2026-01-28 07:44:31 +00:00 |
|
Prasanta Sadhukhan
|
1161a640ab
|
8373239: Test java/awt/print/PrinterJob/PageRanges.java fails with incorrect selection of printed pages
Reviewed-by: prr, aivanov
|
2026-01-28 06:58:50 +00:00 |
|
Chris Plummer
|
fa1b1d677a
|
8375477: CoreUtils support for SA tests should attempt to locate and unzip core files when they have been zipped
Reviewed-by: lmesnik, kevinw
|
2026-01-27 20:39:35 +00:00 |
|
Nizar Benalla
|
eb6e74b1fa
|
8374176: Update --release 26 symbol information for JDK 26 build 32
Reviewed-by: liach, iris, darcy
|
2026-01-27 17:14:40 +00:00 |
|
Roger Riggs
|
e8048c87bc
|
8376509: [process] Problemlist Test java/lang/ProcessBuilder/PipelineLeaksFD.java
Reviewed-by: jpai
|
2026-01-27 16:07:45 +00:00 |
|
Chen Liang
|
a5d0b05136
|
8376274: JSpec preview support and output enhancement
Reviewed-by: hannesw
|
2026-01-27 15:04:26 +00:00 |
|
Chen Liang
|
bbb4b0d498
|
8376277: Migrate java/lang/reflect tests away from TestNG
Reviewed-by: alanb
|
2026-01-27 14:51:04 +00:00 |
|
Wang Haomin
|
64b0ae6be8
|
8376276: Add javafx to allowed-list of CheckFiles
Reviewed-by: erikj, kcr
|
2026-01-27 14:21:44 +00:00 |
|
Matthias Baesken
|
479ac8b2fd
|
8376281: Remove USE_XLC_BUILTINS macro usage in AIX code
Reviewed-by: mdoerr, clanger
|
2026-01-27 13:30:14 +00:00 |
|
Daniel Gredler
|
992a8ef46b
|
8376226: CharsetEncoder.canEncode(CharSequence) is much slower than necessary
Reviewed-by: alanb, naoto
|
2026-01-27 13:20:26 +00:00 |
|
Thomas Schatzl
|
40d1b642a4
|
8376191: Remove AtomicAccess include from files that do not use it in gc/shared
Reviewed-by: iwalulya, stefank
|
2026-01-27 12:51:20 +00:00 |
|