Hannes Wallnöfer
|
be2b92bd8b
|
8326694: Defer setting of autocapitalize attribute
Reviewed-by: jjg
|
2024-02-28 18:13:16 +00:00 |
|
Vladimir Kozlov
|
b938a5c9ed
|
8324969: C2: prevent elimination of unbalanced coarsened locking regions
Reviewed-by: epeter, vlivanov, dlong
|
2024-02-28 16:04:47 +00:00 |
|
Alexey Ivanov
|
41242cbe5d
|
8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java
Reviewed-by: honkar, dmarkov
|
2024-02-28 14:42:03 +00:00 |
|
Matthias Baesken
|
9b1f1e5294
|
8326389: [test] improve assertEquals failure output
Reviewed-by: clanger, jpai
|
2024-02-28 08:37:44 +00:00 |
|
Christian Hagedorn
|
6cad07c23b
|
8325746: Refactor Loop Unswitching code
Reviewed-by: epeter, kvn
|
2024-02-28 07:03:57 +00:00 |
|
Robert Toyonaga
|
4dd6c44cbd
|
8326529: JFR: Test for CompilerCompile events fails due to time out
Reviewed-by: egahlin
|
2024-02-28 00:50:31 +00:00 |
|
SendaoYan
|
349df0a0e5
|
8326726: Problem list Exhaustiveness.java due to 8326616
Reviewed-by: jlahoda
|
2024-02-27 22:19:14 +00:00 |
|
Hamlin Li
|
552411f832
|
8326824: Test: remove redundant test in compiler/vectorapi/reshape/utils/TestCastMethods.java
Reviewed-by: kvn
|
2024-02-27 20:08:22 +00:00 |
|
Tobias Hartmann
|
9f0e7da64e
|
8326638: Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop
Reviewed-by: chagedorn, kvn
|
2024-02-27 16:58:22 +00:00 |
|
Kim Barrett
|
d482c1af28
|
8326524 : Rename agent_common.h
Reviewed-by: coleenp, sspitsyn, jwaters, dlong, lmesnik
|
2024-02-27 10:26:42 +00:00 |
|
Lei Zaakjyu
|
c5f1dcccfc
|
8325082: Rename headers named 'heapRegion*' of G1
Reviewed-by: stefank, tschatzl
|
2024-02-27 08:58:52 +00:00 |
|
Hamlin Li
|
a48f5966be
|
8322179: RISC-V: Implement SHA-1 intrinsic
Reviewed-by: tonyp, fyang
|
2024-02-27 08:17:33 +00:00 |
|
SendaoYan
|
5daf63b717
|
8326636: Problem list StartupOutput.java due to 8326615
Reviewed-by: kvn, thartmann
|
2024-02-27 08:14:38 +00:00 |
|
Justin Lu
|
d22d890cac
|
8325898: ChoiceFormat returns erroneous result when formatting bad pattern
Reviewed-by: naoto
|
2024-02-26 23:43:52 +00:00 |
|
Patricio Chilano Mateo
|
93feda3d9a
|
8322962: Upcall stub might go undetected when freezing frames
Reviewed-by: jvernee, alanb, mdoerr, fyang, dlong
|
2024-02-26 23:29:18 +00:00 |
|
Alex Menkov
|
fc67c2b4f1
|
8325530: Vague error message when com.sun.tools.attach.VirtualMachine fails to load agent library
Reviewed-by: sspitsyn, cjplummer
|
2024-02-26 23:18:49 +00:00 |
|
Weijun Wang
|
b87d9cf2c9
|
8325506: Ensure randomness is only read from provided SecureRandom object
Reviewed-by: kdriver, valeriep
|
2024-02-26 21:52:40 +00:00 |
|
Anthony Scarpino
|
0963a4e9a1
|
8326699: Problemlist CertMsgCheck.java
Reviewed-by: rhalade
|
2024-02-26 21:00:07 +00:00 |
|
sunyaqi
|
bf13a4e281
|
8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp
Reviewed-by: bpb
|
2024-02-26 20:47:59 +00:00 |
|
Anthony Scarpino
|
f62b5789ad
|
8311644: Server should not send bad_certificate alert when the client does not send any certificates
Reviewed-by: djelinski, jjiang, ssahoo
|
2024-02-26 16:49:01 +00:00 |
|
Claes Redestad
|
9a9cfbe0ba
|
8325340: Add ASCII fast-path to Data-/ObjectInputStream.readUTF
Reviewed-by: rgiulietti, bpb, rriggs
|
2024-02-26 16:05:18 +00:00 |
|
Lance Andersen
|
20c71ceacd
|
8321156: Improve the handling of invalid UTF-8 byte sequences for ZipInputStream::getNextEntry and ZipFile::getComment
Reviewed-by: jpai, alanb
|
2024-02-26 15:31:55 +00:00 |
|
Chen Liang
|
3a00fc732a
|
8323698: Class use page does not include extends/implements type arguments
Reviewed-by: prappo, hannesw
|
2024-02-26 12:10:58 +00:00 |
|
Leonid Mesnik
|
d10f277bd3
|
8326006: Allow TEST_VM_FLAGLESS to set flagless mode
Reviewed-by: tschatzl, ayang
|
2024-02-23 19:58:38 +00:00 |
|
Roland Westrelin
|
5d414da504
|
8325372: Shenandoah: SIGSEGV crash in unnecessary_acquire due to LoadStore split through phi
Reviewed-by: shade, rkennke, thartmann
|
2024-02-23 10:09:06 +00:00 |
|
Jan Lahoda
|
93a2e773a5
|
8326129: Java Record Pattern Match leads to infinite loop
Reviewed-by: vromero
|
2024-02-23 10:08:56 +00:00 |
|
Roman Kennke
|
336bbbe389
|
8139457: Relax alignment of array elements
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: stuefe, stefank, shade, coleenp, kdnilsen, aboldtch
|
2024-02-23 10:05:25 +00:00 |
|
Jan Lahoda
|
cb809f8e04
|
8325215: Incorrect not exhaustive switch error
Reviewed-by: vromero
|
2024-02-23 08:56:14 +00:00 |
|
Jaikiran Pai
|
54f09d7345
|
8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test
Reviewed-by: martin, lancea
|
2024-02-23 00:53:19 +00:00 |
|
Justin Lu
|
00ffc42cef
|
8318761: MessageFormat pattern support for CompactNumberFormat, ListFormat, and DateTimeFormatter
Reviewed-by: naoto, rriggs
|
2024-02-22 22:27:12 +00:00 |
|
Thomas Stuefe
|
d695af89f6
|
8326376: java -version failed with CONF=fastdebug -XX:InitialCodeCacheSize=1024K -XX:ReservedCodeCacheSize=1200k
Reviewed-by: kvn, jwaters
|
2024-02-22 17:45:34 +00:00 |
|
Renjith Kannath Pariyangad
|
724a2a2c4a
|
8321192: j.a.PrintJob/ImageTest/ImageTest.java: Fail or skip the test if there's no printer
Reviewed-by: aivanov, tr
|
2024-02-22 14:05:02 +00:00 |
|
Roland Westrelin
|
4406915ebc
|
8323274: C2: array load may float above range check
Reviewed-by: epeter, thartmann
|
2024-02-22 11:07:13 +00:00 |
|
SendaoYan
|
cc1e216eb9
|
8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable
Reviewed-by: shade, alanb
|
2024-02-22 09:59:37 +00:00 |
|
Laurent Bourgès
|
8b30503387
|
8323695: RenderPerf (2D) enhancements (23.12)
Reviewed-by: avu, prr
|
2024-02-22 07:57:21 +00:00 |
|
Claes Redestad
|
5f16f342d9
|
8326370: Remove redundant and misplaced micros from StringBuffers
Reviewed-by: shade
|
2024-02-21 11:19:37 +00:00 |
|
Tejesh R
|
04d43c435d
|
8187759: Background not refreshed when painting over a transparent JFrame
Reviewed-by: azvegint, abhiscxk, serb
|
2024-02-21 05:54:30 +00:00 |
|
Thomas Stuefe
|
d31fd78d96
|
8325496: Make TrimNativeHeapInterval a product switch
Reviewed-by: dholmes, mbaesken
|
2024-02-21 04:39:09 +00:00 |
|
Kim Barrett
|
27003b53bb
|
8326090: Rename jvmti_aod.h
Reviewed-by: coleenp, sspitsyn
|
2024-02-21 03:09:29 +00:00 |
|
Jaikiran Pai
|
36246c975b
|
8326233: Utils#copySSLParameters loses needClientAuth Setting
Reviewed-by: djelinski, jjiang, dfuchs
|
2024-02-21 01:26:21 +00:00 |
|
Claes Redestad
|
d2590c69b4
|
8325730: StringBuilder.toString allocation for the empty String
Reviewed-by: jlaskey, shade
|
2024-02-20 20:28:55 +00:00 |
|
Hannes Wallnöfer
|
aa792eabab
|
8164094: javadoc allows to create a @link to a non-existent method
Reviewed-by: prappo, jjg
|
2024-02-20 19:56:15 +00:00 |
|
Hannes Wallnöfer
|
a2d027eaa0
|
8326089: Text incorrectly placed in breadcrumbs list in generated docs
Reviewed-by: jjg
|
2024-02-20 19:22:59 +00:00 |
|
Alexey Ivanov
|
b419e95173
|
8294148: Support JSplitPane for instructions and test UI
Reviewed-by: honkar, dmarkov
|
2024-02-20 16:30:32 +00:00 |
|
Darragh Clarke
|
9538f5d317
|
8319651: Several network tests ignore vm flags when start java process
Reviewed-by: dfuchs, jpai
|
2024-02-20 16:00:09 +00:00 |
|
Joshua Cao
|
bb675afae6
|
8325542: CTW: Runner can produce negative StressSeed
Reviewed-by: shade, xliu
|
2024-02-20 08:54:48 +00:00 |
|
Joshua Cao
|
5bf859c8e9
|
8325610: CTW: Add StressIncrementalInlining to stress options
Reviewed-by: shade, xliu
|
2024-02-20 08:54:36 +00:00 |
|
Denghui Dong
|
9fbcc008cb
|
8326127: JFR: Add SafepointCleanupTask to hardToTestEvents of TestLookForUntestedEvents
Reviewed-by: mgronlun
|
2024-02-20 00:41:15 +00:00 |
|
Magnus Ihse Bursie
|
5c5a282f91
|
8325950: Make sure all files in the JDK pass jcheck
Reviewed-by: prr, wetmore, erikj, naoto
|
2024-02-19 16:13:34 +00:00 |
|
Chen Liang
|
f6d7e30b84
|
8294977: Convert test/jdk/java tests from ASM library to Classfile API
Reviewed-by: asotona
|
2024-02-19 14:07:46 +00:00 |
|