Mandy Chung
|
1d7bb1ffa0
|
8304585: Method::invoke rewraps InvocationTargetException if a caller-sensitive method throws IAE
Reviewed-by: darcy, jpai, alanb
|
2023-03-30 16:07:47 +00:00 |
|
Per Minborg
|
9df2060059
|
8305157: The java.util.Arrays class should be declared final
Reviewed-by: alanb, rriggs, bpb
|
2023-03-30 09:24:35 +00:00 |
|
Ilya Korennoy
|
b261e6c43f
|
8304445: Remaining uses of NULL in ciInstanceKlass.cpp
Reviewed-by: thartmann
|
2023-03-30 08:57:25 +00:00 |
|
Tobias Holenstein
|
2c38e67b29
|
8302644: IGV: Apply filters per graph tab and not globally
Reviewed-by: rcastanedalo, chagedorn, thartmann
|
2023-03-30 08:12:10 +00:00 |
|
Severin Gehwolf
|
f0dba218ac
|
8304871: Use default visibility for static library builds
Reviewed-by: erikj, dholmes
|
2023-03-30 08:01:36 +00:00 |
|
Emanuel Peter
|
77811fa39b
|
8305222: Change unique_ctrl_out_or_null to unique_ctrl_out in PhaseCFG::convert_NeverBranch_to_Goto
Reviewed-by: kvn, thartmann
|
2023-03-30 07:26:38 +00:00 |
|
Daniel Jeliński
|
2d607c9cd1
|
8262294: java/net/httpclient/ProxyAuthDisabledSchemes.java fails with HTTP/1.1 parser received no bytes
Reviewed-by: dfuchs, jpai
|
2023-03-30 05:15:19 +00:00 |
|
Kim Barrett
|
b3ff8d1c89
|
8303805: [REDO] JDK-8302189 and JDK-8302799
Reviewed-by: dholmes, coleenp
|
2023-03-29 23:45:03 +00:00 |
|
Ioi Lam
|
b524a74165
|
8301106: Allow archived Java strings to be moved by GC
Reviewed-by: dholmes
|
2023-03-29 23:42:52 +00:00 |
|
Chris Plummer
|
9643f654da
|
8304436: com/sun/jdi/ThreadMemoryLeakTest.java fails with "OutOfMemoryError: Java heap space" with ZGC
8304449: com/sun/jdi/ThreadMemoryLeakTest.java times out
Reviewed-by: lmesnik, dcubed
|
2023-03-29 23:29:30 +00:00 |
|
Daniel Fuchs
|
69152c3b18
|
8305202: Fix Copyright Header in ZonedDateTimeFormatterBenchmark
Reviewed-by: rriggs, naoto, dcubed
|
2023-03-29 19:12:02 +00:00 |
|
Sergey Tsypanov
|
438c969b7b
|
8304976: Optimize DateTimeFormatterBuilder.ZoneTextPrinterParser.getTree()
Reviewed-by: naoto
|
2023-03-29 18:32:14 +00:00 |
|
Roger Riggs
|
d063b8964f
|
8303392: Runtime.exec and ProcessBuilder.start should use System logger
Reviewed-by: stuefe, alanb, mullan
|
2023-03-29 17:32:46 +00:00 |
|
SUN Guoyun
|
be764a711c
|
8302814: Delete unused CountLoopEnd instruct with CmpX
Reviewed-by: kvn, fjiang
|
2023-03-29 17:18:59 +00:00 |
|
Kim Barrett
|
34f4d7f4ad
|
8304759: Add BitMap iterators
Reviewed-by: stefank, aboldtch, tschatzl
|
2023-03-29 17:18:16 +00:00 |
|
Harshitha Onkar
|
42df1a99b7
|
8304991: Redundant hyphen in @param results in double-dash in javadocs
Reviewed-by: psadhukhan
|
2023-03-29 16:50:24 +00:00 |
|
Naoto Sato
|
e3855d0054
|
8304840: Dangling CharacterCodingException in a few javadoc descriptions
Reviewed-by: alanb, iris, rriggs, jpai
|
2023-03-29 16:19:44 +00:00 |
|
Bhavana Kilambi
|
67274906ae
|
8303161: [vectorapi] VectorMask.cast narrow operation returns incorrect value with SVE
Reviewed-by: eliu, xgong, ngasson
|
2023-03-29 16:12:56 +00:00 |
|
Naoto Sato
|
f07decb74b
|
8272613: CharsetDecoder.decode(ByteBuffer) throws IllegalArgumentException
Reviewed-by: alanb, bpb
|
2023-03-29 16:08:57 +00:00 |
|
Thomas Schatzl
|
014c658708
|
8305086: G1 Redirty Cards phase printed twice
Reviewed-by: ayang, kbarrett
|
2023-03-29 15:21:02 +00:00 |
|
Lance Andersen
|
2fa09333ef
|
8304990: unnecessary dash in @param gives double-dash in docs
Reviewed-by: bpb, naoto
|
2023-03-29 14:52:11 +00:00 |
|
Daniel Fuchs
|
e56bcb04b1
|
8305095: Update java/net/httpclient/CustomRequestPublisher.java to use new HttpTestServer factory methods
Reviewed-by: jpai
|
2023-03-29 09:46:15 +00:00 |
|
Xiaolin Zheng
|
09852884cc
|
8304681: compiler/sharedstubs/SharedStubToInterpTest.java fails after JDK-8304387
Reviewed-by: eastigeevich, kvn, shade
|
2023-03-29 08:29:03 +00:00 |
|
Matthias Baesken
|
ff368d504e
|
8304867: Explicitly disable dtrace for ppc builds
Reviewed-by: erikj, shade, lucy
|
2023-03-29 06:55:51 +00:00 |
|
Xiaolin Zheng
|
96fa2751e8
|
8305112: RISC-V: Typo fix for RVC description
Reviewed-by: dholmes
|
2023-03-29 02:53:58 +00:00 |
|
Jonathan Gibbons
|
7239150f8a
|
8305094: typo (missing *) in doc comment
Reviewed-by: iris
|
2023-03-28 20:58:57 +00:00 |
|
Matias Saavedra Silva
|
3fbbfd1749
|
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
|
2023-03-28 19:50:38 +00:00 |
|
Daniel Fuchs
|
50a995f03a
|
8304927: Update java/net/httpclient/BasicAuthTest.java to check basic auth over HTTP/2
Reviewed-by: jpai
|
2023-03-28 18:58:29 +00:00 |
|
Raffaello Giulietti
|
ca745cb426
|
8291598: Matcher.appendReplacement should not create new StringBuilder instances
Reviewed-by: rriggs
|
2023-03-28 17:55:23 +00:00 |
|
Jim Laskey
|
1683a63a7d
|
8305098: [Backout] JDK-8303912 Clean up JavadocTokenizer
Reviewed-by: jjg, mcimadamore
|
2023-03-28 17:48:59 +00:00 |
|
Jan Lahoda
|
fab23577ab
|
8304498: JShell does not switch to raw mode when there is no /bin/test
Reviewed-by: coffeys, vromero
|
2023-03-28 16:56:28 +00:00 |
|
Jim Laskey
|
1fc218c58b
|
8303912: Clean up JavadocTokenizer
Reviewed-by: vromero, jjg
|
2023-03-28 16:36:07 +00:00 |
|
Archie L. Cobbs
|
c1f5ca115d
|
8303623: Compiler should disallow non-standard UTF-8 string encodings
Reviewed-by: vromero
|
2023-03-28 16:14:37 +00:00 |
|
Martin Doerr
|
695683b5b1
|
8304880: [PPC64] VerifyOops code in C1 doesn't work with ZGC
Reviewed-by: shade
|
2023-03-28 15:45:34 +00:00 |
|
Jonathan Gibbons
|
83ce65e12c
|
8305004: add @spec tags to langtools modules
Reviewed-by: iris
|
2023-03-28 14:52:22 +00:00 |
|
Justin King
|
32ef452132
|
8304884: Update Bytecodes data to be mostly compile time constants
Reviewed-by: coleenp, dholmes
|
2023-03-28 14:17:03 +00:00 |
|
Per Minborg
|
927e674c12
|
8300977: Retire java.io.ExpiringCache
Reviewed-by: alanb, jpai
|
2023-03-28 13:15:19 +00:00 |
|
Jaikiran Pai
|
c90699eae7
|
8304989: unnecessary dash in @param gives double-dash in docs
Reviewed-by: lancea
|
2023-03-28 12:02:27 +00:00 |
|
Sergey Tsypanov
|
395a4ce0dd
|
8304591: (fs) UnixPath.stringValue need not be volatile
Reviewed-by: alanb, bpb, shade
|
2023-03-28 11:14:09 +00:00 |
|
Per Minborg
|
60640a216d
|
8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream
Reviewed-by: alanb
|
2023-03-28 10:58:52 +00:00 |
|
Daniel Jeliński
|
cddaf686e1
|
8304962: sun/net/www/http/KeepAliveCache/B5045306.java: java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
Reviewed-by: jpai
|
2023-03-28 08:57:02 +00:00 |
|
nbauma109
|
a06f46196a
|
8303214: Typo in java.util.Collections#synchronizedNavigableMap javadoc
Reviewed-by: martin, smarks, aturbanov
|
2023-03-28 08:47:55 +00:00 |
|
Albert Mingkun Yang
|
7987ad427b
|
8304412: Serial: Refactor old generation cards update after Full GC
Reviewed-by: tschatzl, kbarrett
|
2023-03-28 07:24:33 +00:00 |
|
Daniel Jeliński
|
3c4cd50e3c
|
8304963: HttpServer closes connection after processing HEAD after JDK-7026262
Reviewed-by: dfuchs
|
2023-03-28 06:12:30 +00:00 |
|
Eirik Bjorsnos
|
4f625c0b9a
|
8304543: Modernize debugging jvm args in test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
Reviewed-by: dholmes, cjplummer, alanb
|
2023-03-28 04:21:15 +00:00 |
|
Archie L. Cobbs
|
426025aab4
|
8303526: Changing "arbitrary" Name.compareTo() ordering breaks the regression suite
Reviewed-by: vromero
|
2023-03-28 03:39:29 +00:00 |
|
Matias Saavedra Silva
|
6aec6f3a84
|
8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
Reviewed-by: coleenp, dholmes
|
2023-03-27 22:12:36 +00:00 |
|
David Holmes
|
63ce88b5fb
|
8304147: JVM crash during shutdown when dumping dynamic archive
Reviewed-by: ccheung, matsaave, coleenp
|
2023-03-27 22:05:23 +00:00 |
|
Serguei Spitsyn
|
554bccf046
|
8304448: Kitchensink failed: assert(!thread->is_in_any_VTMS_transition()) failed: class prepare events are not allowed in any VTMS transition
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: rpressler, alanb
|
2023-03-27 21:44:48 +00:00 |
|
Justin Lu
|
3b88b2a9f8
|
8304761: Update IANA Language Subtag Registry to Version 2023-03-22
Reviewed-by: naoto
|
2023-03-27 21:37:16 +00:00 |
|