Per Liden
|
a6fa6ed1ed
|
8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
Reviewed-by: eosterlund, stefank
|
2021-11-04 13:47:59 +00:00 |
|
Hannes Wallnöfer
|
19075b3f6b
|
8275788: Create code element with suitable attributes for code snippets
Reviewed-by: prappo
|
2021-11-04 13:06:24 +00:00 |
|
Hamlin Li
|
7de653e428
|
8276301: G1: Refine implementation of G1CardSetFreePool::memory_sizes()
Reviewed-by: tschatzl, ayang
|
2021-11-04 12:31:27 +00:00 |
|
Julia Boes
|
ee49963258
|
8275534: com.sun.net.httpserver.BasicAuthenticator should check whether "realm" is a quoted string
Reviewed-by: michaelm, dfuchs
|
2021-11-04 11:31:51 +00:00 |
|
Aleksey Shipilev
|
3613ce7c7d
|
8275586: Zero: Simplify interpreter initialization
Reviewed-by: aph, adinn
|
2021-11-04 10:23:11 +00:00 |
|
Aleksey Shipilev
|
c62b3476ce
|
8276623: JDK-8275650 accidentally pushed "out" file
Reviewed-by: tschatzl, dholmes
|
2021-11-04 09:03:21 +00:00 |
|
Christian Hagedorn
|
a1f4c428ba
|
8276227: ciReplay: SIGSEGV if classfile for replay compilation is not present after JDK-8275868
Reviewed-by: kvn, thartmann, dlong
|
2021-11-04 08:53:37 +00:00 |
|
Aleksey Shipilev
|
9eadcbb47e
|
8276217: Harmonize StrictMath intrinsics handling
Reviewed-by: aph, kvn
|
2021-11-04 08:08:07 +00:00 |
|
Aleksey Shipilev
|
fb0be81f01
|
8276096: Simplify Unsafe.{load|store}Fence fallbacks by delegating to fullFence
Reviewed-by: psandoz, aph, dholmes
|
2021-11-04 08:03:51 +00:00 |
|
Yasumasa Suenaga
|
558ee40a4a
|
8276615: Update CR number of some tests in ProblemList-zgc.txt
Reviewed-by: dholmes
|
2021-11-04 04:34:07 +00:00 |
|
Yumin Qi
|
603bba282a
|
8271420: Extend CDS custom loader support to Windows platform
Reviewed-by: iklam, ccheung
|
2021-11-03 23:16:15 +00:00 |
|
Claes Redestad
|
ce8c76700b
|
8276220: Reduce excessive allocations in DateTimeFormatter
Reviewed-by: scolebourne, naoto
|
2021-11-03 22:57:13 +00:00 |
|
Jie Fu
|
0ab910d626
|
8276066: Reset LoopPercentProfileLimit for x86 due to suboptimal performance
Reviewed-by: thartmann, kvn
|
2021-11-03 22:45:50 +00:00 |
|
Joe Darcy
|
f3320d2fbd
|
8276588: Change "ccc" to "CSR" in HotSpot sources
Reviewed-by: dcubed, kbarrett
|
2021-11-03 21:20:09 +00:00 |
|
Ivan Šipka
|
32895ac609
|
8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11
Reviewed-by: bpb, msheppar
|
2021-11-03 19:30:12 +00:00 |
|
Jakob Cornell
|
c7f070f5f1
|
8276208: vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java fails with "AssertionError: Unexpected output"
Reviewed-by: cjplummer, iklam
|
2021-11-03 18:18:16 +00:00 |
|
Brian Burkhalter
|
684edbb4c8
|
8273922: (fs) UserDefinedFileAttributeView doesn't handle file names that are just under the MAX_PATH limit (win)
Reviewed-by: alanb
|
2021-11-03 16:55:23 +00:00 |
|
Daniel Fuchs
|
7115892f96
|
8276401: Use blessed modifier order in java.net.http
Reviewed-by: prappo, rriggs
|
2021-11-03 16:23:57 +00:00 |
|
Phil Race
|
0ef8cbe325
|
8276385: Re-run blessed-modifier-order script on java.desktop and jdk.accessibility
Reviewed-by: serb
|
2021-11-03 16:22:42 +00:00 |
|
Aleksey Shipilev
|
724bf3be14
|
8275604: Zero: Reformat opclabels_data
Reviewed-by: adinn, zgu
|
2021-11-03 15:41:26 +00:00 |
|
Tobias Holenstein
|
61cb4bc6b0
|
8276036: The value of full_count in the message of insufficient codecache is wrong
Reviewed-by: kvn, dlong, thartmann, chagedorn
|
2021-11-03 15:31:50 +00:00 |
|
Daniel D. Daugherty
|
8731846001
|
8276556: ProblemList java/nio/channels/FileChannel/LargeGatheringWrite.java on windows-x64
Reviewed-by: alanb
|
2021-11-03 15:02:20 +00:00 |
|
Hamlin Li
|
be1ca2bd20
|
8276298: G1: Remove unused G1SegmentedArrayBufferList::add
Reviewed-by: tschatzl
|
2021-11-03 12:39:15 +00:00 |
|
Zhengyu Gu
|
a316c06e03
|
8275730: Relax memory constraint on MultiThreadedRefCounter
Reviewed-by: mgronlun, minqi
|
2021-11-03 12:08:37 +00:00 |
|
Pavel Rappo
|
615063364a
|
8276348: Use blessed modifier order in java.base
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
|
2021-11-03 10:07:48 +00:00 |
|
Aleksey Shipilev
|
465d350d0b
|
8276157: C2: Compiler stack overflow during escape analysis on Linux x86_32
Reviewed-by: kvn, thartmann
|
2021-11-03 09:06:21 +00:00 |
|
Christian Hagedorn
|
7439b59b5a
|
8276044: ciReplay: C1 does not dump a replay file when using DumpReplay as compile command option
Reviewed-by: kvn, thartmann, dlong
|
2021-11-03 08:44:03 +00:00 |
|
sunguoyun
|
87b926ebb7
|
8275086: compiler/c2/irTests/TestPostParseCallDevirtualization.java fails when compiler1 is disabled
Reviewed-by: iveresov
|
2021-11-03 05:51:18 +00:00 |
|
Guoxiong Li
|
2b02b6f513
|
8274942: AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
Reviewed-by: vromero
|
2021-11-03 01:57:52 +00:00 |
|
Alex Menkov
|
bb92fb02ca
|
8274930: sun/tools/jps/TestJps.java can fail with long VM arguments string
Reviewed-by: sspitsyn, lmesnik
|
2021-11-02 21:57:16 +00:00 |
|
Markus Karg
|
6a04899ba1
|
8275840: Add test to java/nio/channels/Channels/TransferTo.java to test transfer sizes > 2GB
Reviewed-by: lancea
|
2021-11-02 18:06:14 +00:00 |
|
Daniel D. Daugherty
|
01105d6985
|
8276367: ProblemList vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Reviewed-by: bpb
|
2021-11-02 16:50:47 +00:00 |
|
Evgeny Astigeevich
|
8fc16f1605
|
8275729: Qualified method names in CodeHeap Analytics
Reviewed-by: yyang, thartmann
|
2021-11-02 16:32:04 +00:00 |
|
Brian Burkhalter
|
fa4ce824a3
|
8276260: (se) Remove java/nio/channels/Selector/Wakeup.java from ProblemList (win)
Reviewed-by: alanb
|
2021-11-02 16:27:56 +00:00 |
|
Naoto Sato
|
495c828ae9
|
8276188: Clarify "default charset" descriptions in String class
Reviewed-by: iris, joehw
|
2021-11-02 16:08:11 +00:00 |
|
Alexander Zuev
|
cd778f5b04
|
8202667: java/awt/Debug/DumpOnKey/DumpOnKey.java times out on Windows
Reviewed-by: prr
|
2021-11-02 13:23:18 +00:00 |
|
Thomas Stuefe
|
b889f2a88a
|
8276175: codestrings.validate_vm gtest still broken on ppc64 after JDK-8276046
Reviewed-by: mdoerr
|
2021-11-02 13:04:09 +00:00 |
|
Yoshiki Sato
|
5b4e39863d
|
8275766: (tz) Update Timezone Data to 2021e
8275849: TestZoneInfo310.java fails with tzdata2021e
Reviewed-by: naoto, iris, erikj, coffeys
|
2021-11-02 13:02:51 +00:00 |
|
Hannes Wallnöfer
|
8630f55ed7
|
8275406: Add copy-to-clipboard feature to snippet UI
Reviewed-by: erikj, jjg
|
2021-11-02 12:10:47 +00:00 |
|
Severin Gehwolf
|
9971a2cab3
|
8275735: [linux] Remove deprecated Metrics api (kernel memory limit)
Reviewed-by: hseigel, mchung
|
2021-11-02 10:39:41 +00:00 |
|
Aleksey Shipilev
|
b7a06be98d
|
8252990: Intrinsify Unsafe.storeStoreFence
Reviewed-by: dholmes, thartmann, whuang
|
2021-11-02 10:26:21 +00:00 |
|
Ludvig Janiuk
|
92be9d8c53
|
8276236: Table headers missing in Formatter api docs
Reviewed-by: coffeys, iris
|
2021-11-02 09:46:37 +00:00 |
|
Masanori Yano
|
9bf31652cb
|
8276164: RandomAccessFile#write method could throw IndexOutOfBoundsException that is not described in javadoc
Reviewed-by: alanb
|
2021-11-02 06:44:48 +00:00 |
|
Aleksey Shipilev
|
0488ebdf14
|
8276105: C2: Conv(D|F)2(I|L)Nodes::Ideal should handle rounding correctly
Reviewed-by: kvn, thartmann
|
2021-11-02 06:38:26 +00:00 |
|
Phil Race
|
acceffcbf7
|
8273704: DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time
Reviewed-by: serb, psadhukhan
|
2021-11-02 02:49:56 +00:00 |
|
Pavel Rappo
|
2eafa036c0
|
8276234: Trivially clean up locale-related code
Reviewed-by: redestad, naoto, iris
|
2021-11-01 22:50:43 +00:00 |
|
Alisen Chung
|
47e7a42594
|
8262945: [macos] Regression Manual Test for Key Events Fails
Reviewed-by: prr, kizune
|
2021-11-01 22:29:40 +00:00 |
|
Zhengyu Gu
|
99b7b95e01
|
8276205: Shenandoah: CodeCache_lock should always be held for initializing code cache iteration
Reviewed-by: shade
|
2021-11-01 19:38:49 +00:00 |
|
Patrick Concannon
|
977154400b
|
8260428: Drop support for pre JDK 1.4 DatagramSocketImpl implementations
Reviewed-by: alanb, dfuchs, vtewari
|
2021-11-01 17:11:20 +00:00 |
|
Thomas Schatzl
|
e265f83858
|
8276107: Preventive collections trigger before maxing out heap
Reviewed-by: sjohanss, ayang
|
2021-11-01 16:48:13 +00:00 |
|