Pavel Rappo
|
fdcd16a38f
|
8277048: Tiny improvements to the specification text for java.util.Properties.load
Reviewed-by: rriggs, iris, naoto
|
2021-11-15 11:25:23 +00:00 |
|
Hamlin Li
|
b231f5baa9
|
8276921: G1: Remove redundant failed evacuation regions calculation in RemoveSelfForwardPtrHRClosure
Reviewed-by: ayang, tschatzl
|
2021-11-15 10:08:14 +00:00 |
|
Richard Reingruber
|
ca2efb73f5
|
8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend
Reviewed-by: cjplummer, sspitsyn, rschmelter
|
2021-11-15 07:02:22 +00:00 |
|
Thomas Stuefe
|
296780c7ae
|
8276983: Small fixes to DumpAllocStat::print_stats
Reviewed-by: dholmes, iklam
|
2021-11-15 06:47:15 +00:00 |
|
Man Cao
|
8c5f030491
|
8276453: Undefined behavior in C1 LIR_OprDesc causes SEGV in fastdebug build
Co-authored-by: Chuck Rasbold <rasbold@openjdk.org>
Co-authored-by: James Y Knight <jyknight@google.com>
Reviewed-by: kvn, dlong
|
2021-11-12 22:34:10 +00:00 |
|
Daniel D. Daugherty
|
176d21d6c5
|
8276824: refactor Thread::is_JavaThread_protected
Reviewed-by: coleenp, rehn, dholmes
|
2021-11-12 19:06:01 +00:00 |
|
Daniel D. Daugherty
|
74f3e69dc8
|
8277071: [BACKOUT] JDK-8276743 Make openjdk build Zip Archive generation "reproducible"
Reviewed-by: erikj
|
2021-11-12 18:46:39 +00:00 |
|
Lance Andersen
|
b85500e524
|
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
Reviewed-by: redestad, alanb
|
2021-11-12 17:12:13 +00:00 |
|
Coleen Phillimore
|
0d2980cdd1
|
8258192: Obsolete the CriticalJNINatives flag
Reviewed-by: mdoerr, shade
|
2021-11-12 17:03:33 +00:00 |
|
Andrey Turbanov
|
5a2452c80e
|
8274835: Remove unnecessary castings in java.base
Reviewed-by: mullan, naoto, lancea, bpb
|
2021-11-12 16:30:56 +00:00 |
|
Coleen Phillimore
|
3b2585c02b
|
8276658: Clean up JNI local handles code
Reviewed-by: dholmes, pchilanomate
|
2021-11-12 16:17:15 +00:00 |
|
Andrew Leonard
|
aeba653034
|
8276743: Make openjdk build Zip Archive generation "reproducible"
Reviewed-by: erikj, ihse
|
2021-11-12 14:43:54 +00:00 |
|
Magnus Ihse Bursie
|
51a5731d6d
|
8277016: Use blessed modifier order in jdk.httpserver
Reviewed-by: dfuchs
|
2021-11-12 14:12:37 +00:00 |
|
Magnus Ihse Bursie
|
c4b44329c1
|
8277012: Use blessed modifier order in src/utils
Reviewed-by: dholmes, stuefe
|
2021-11-12 14:08:43 +00:00 |
|
Julia Boes
|
13deb38433
|
8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port
Reviewed-by: dfuchs
|
2021-11-12 12:05:45 +00:00 |
|
Nils Eliasson
|
710f496456
|
8273277: C2: Move conditional negation into rc_predicate
Reviewed-by: thartmann, chagedorn, kvn
|
2021-11-12 10:08:26 +00:00 |
|
Per Liden
|
6b833db3f9
|
8275329: ZGC: vmTestbase/gc/gctests/SoftReference/soft004/soft004.java fails with assert(_phases->length() <= 1000) failed: Too many recored phases?
Reviewed-by: stefank, eosterlund
|
2021-11-12 08:19:03 +00:00 |
|
Andrey Turbanov
|
1e941dedad
|
8275197: Remove unused fields in ThaiBuddhistChronology
Reviewed-by: naoto, rriggs, iris
|
2021-11-11 22:26:45 +00:00 |
|
Evgeny Astigeevich
|
6954b98f8f
|
8186670: Implement _onSpinWait() intrinsic for AArch64
Reviewed-by: phh, aph
|
2021-11-11 22:23:35 +00:00 |
|
David Holmes
|
3445e50bd5
|
8276265: jcmd man page is outdated
Reviewed-by: stuefe, cjplummer
|
2021-11-11 22:10:18 +00:00 |
|
Claes Redestad
|
0ca0acf63c
|
8276947: Clarify how DateTimeFormatterBuilder.appendFraction handles value ranges
Reviewed-by: rriggs, naoto
|
2021-11-11 20:36:46 +00:00 |
|
Lance Andersen
|
b0d7a9daa6
|
8276994: java/nio/channels/Channels/TransferTo.java leaves multi-GB files in /tmp
Reviewed-by: alanb
|
2021-11-11 19:09:17 +00:00 |
|
Alan Bateman
|
8aae88b0fc
|
8276763: java/nio/channels/SocketChannel/AdaptorStreams.java fails with "SocketTimeoutException: Read timed out"
Reviewed-by: dfuchs
|
2021-11-11 19:07:09 +00:00 |
|
Alexander Zvegintsev
|
6f35eede45
|
8079267: [TEST_BUG] Test java/awt/Frame/MiscUndecorated/RepaintTest.java fails
Reviewed-by: serb
|
2021-11-11 16:53:27 +00:00 |
|
Ludvig Janiuk
|
5e98f993b3
|
8276800: Fix table headers in NumericShaper.html
Reviewed-by: naoto, aivanov
|
2021-11-11 16:46:52 +00:00 |
|
Aleksei Efimov
|
2ca4ff87b7
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
|
2021-11-11 14:33:58 +00:00 |
|
Tobias Hartmann
|
c29cab8ab4
|
8276112: Inconsistent scalar replacement debug info at safepoints
Reviewed-by: kvn, chagedorn
|
2021-11-11 13:09:05 +00:00 |
|
casparcwang
|
aea096770e
|
8275854: C2: assert(stride_con != 0) failed: missed some peephole opt
Co-authored-by: Roland Westrelin <roland@openjdk.org>
Reviewed-by: thartmann, roland, kvn
|
2021-11-11 10:39:09 +00:00 |
|
Hannes Wallnöfer
|
9862cd07c1
|
8275786: New javadoc option to add script files to generated documentation
Reviewed-by: jjg
|
2021-11-11 09:13:49 +00:00 |
|
Christian Hagedorn
|
7a140af253
|
8276546: [IR Framework] Whitelist and ignore CompileThreshold
Reviewed-by: kvn, neliasso
|
2021-11-11 08:03:01 +00:00 |
|
Aleksey Shipilev
|
91bb0d658b
|
8276796: gc/TestSystemGC.java large pages subtest fails with ZGC
Reviewed-by: pliden, stefank
|
2021-11-11 07:07:58 +00:00 |
|
Hamlin Li
|
08e0fd6757
|
8276835: G1: make G1EvacFailureObjectsSet::record inline
Reviewed-by: tschatzl, ayang
|
2021-11-11 05:52:58 +00:00 |
|
Yoshiki Sato
|
ad3be04d2a
|
8276536: Update TimeZoneNames files to follow the changes made by JDK-8275766
Reviewed-by: naoto, coffeys
|
2021-11-11 01:39:06 +00:00 |
|
Jesper Wilhelmsson
|
e27a67a916
|
8276930: Update ProblemList
Reviewed-by: kevinw, dholmes
|
2021-11-11 01:14:30 +00:00 |
|
Zhengyu Gu
|
73e6d7d74d
|
8276801: gc/stress/CriticalNativeStress.java fails intermittently with Shenandoah
Reviewed-by: shade
|
2021-11-11 00:14:52 +00:00 |
|
Naoto Sato
|
bce35ac1d6
|
8276775: ZonedDateTime/OffsetDateTime.toString return invalid ISO-8601 for years <= 1893
Reviewed-by: lancea, iris, bpb, scolebourne, rriggs
|
2021-11-10 20:53:23 +00:00 |
|
Naoto Sato
|
0c409cac78
|
8276186: Require getAvailableLocales() methods to include Locale.ROOT
Reviewed-by: prappo, smarks, iris
|
2021-11-10 20:52:11 +00:00 |
|
Ioi Lam
|
df02daa6f9
|
8269986: Remove +3 from Symbol::identity_hash()
Reviewed-by: coleenp
|
2021-11-10 20:22:41 +00:00 |
|
Alisen Chung
|
2374abda19
|
8276678: Malformed Javadoc inline tags in JDK source in com/sun/beans/decoder/DocumentHandler.java
Reviewed-by: serb, aivanov
|
2021-11-10 20:08:13 +00:00 |
|
Coleen Phillimore
|
67c2714ba2
|
8276889: Improve compatibility discussion in instanceKlass.cpp
Reviewed-by: hseigel
|
2021-11-10 19:45:09 +00:00 |
|
Weijun Wang
|
a5c160c711
|
8267108: Alternate Subject.getSubject and doAs APIs that do not depend on Security Manager APIs
Reviewed-by: mullan
|
2021-11-10 19:35:17 +00:00 |
|
Jonathan Gibbons
|
ce3ed65ac3
|
8273154: Provide a JavadocTester method for non-overlapping, unordered output matching
Reviewed-by: prappo
|
2021-11-10 15:24:27 +00:00 |
|
Aleksey Shipilev
|
f561d3c194
|
8276864: Update boot JDKs to 17.0.1 in GHA
Reviewed-by: erikj, ihse
|
2021-11-10 14:41:33 +00:00 |
|
Yasumasa Suenaga
|
38ec3a16d7
|
8276672: Cannot build hsdis on WSL
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Yasumasa Suenaga <ysuenaga@openjdk.org>
Reviewed-by: ihse, erikj
|
2021-11-10 14:33:02 +00:00 |
|
Harold Seigel
|
55b36c6f3b
|
8276825: hotspot/runtime/SelectionResolution test errors
Reviewed-by: dholmes, shade
|
2021-11-10 13:11:16 +00:00 |
|
Sergey Tsypanov
|
0f23c6a9fe
|
8276926: Use String.valueOf() when initializing File.separator and File.pathSeparator
Reviewed-by: redestad, jlaskey
|
2021-11-10 12:46:30 +00:00 |
|
Aleksey Shipilev
|
a0b84453b0
|
8276846: JDK-8273416 is incomplete for UseSSE=1
Reviewed-by: neliasso, kvn
|
2021-11-10 11:27:13 +00:00 |
|
Aleksey Shipilev
|
a3f710efbe
|
8276215: Intrinsics matchers should handle native method flags better
Reviewed-by: dholmes, kvn
|
2021-11-10 10:45:51 +00:00 |
|
Aleksey Shipilev
|
0f463a7bf7
|
8276845: (fs) java/nio/file/spi/SetDefaultProvider.java fails on x86_32
Reviewed-by: alanb
|
2021-11-10 09:50:27 +00:00 |
|
Prasanta Sadhukhan
|
e01d6d00bc
|
8276679: Malformed Javadoc inline tags in JDK source in javax/swing
Reviewed-by: aivanov, pbansal
|
2021-11-10 08:34:07 +00:00 |
|