Harold Seigel
|
3d3eb5c8d3
|
8262368: wrong verifier message for bogus return type
Reviewed-by: dholmes, coleenp
|
2021-03-03 13:18:36 +00:00 |
|
Jan Lahoda
|
6d3c858cbb
|
8259235: javac crashes while attributing super method invocation
Reviewed-by: vromero
|
2021-03-03 12:38:26 +00:00 |
|
Dong Bo
|
c15801e98c
|
8261142: AArch64: Incorrect instruction encoding when right-shifting vectors with shift amount equals to the element width
Reviewed-by: njian, aph
|
2021-03-03 06:43:25 +00:00 |
|
Maurizio Cimadamore
|
5de0f4b2ce
|
8260869: Test java/foreign/TestHandshake.java fails intermittently
Reviewed-by: psandoz
|
2021-03-03 01:14:25 +00:00 |
|
Jie Fu
|
40bdf52e24
|
8262096: Vector API fails to work due to VectorShape initialization exception
Reviewed-by: psandoz, vlivanov
|
2021-03-02 23:29:50 +00:00 |
|
John Jiang
|
4f4d0f5366
|
8261969: SNIHostName should check if the encoded hostname conform to RFC 3490
Reviewed-by: rhalade, xuelei
|
2021-03-02 22:36:28 +00:00 |
|
Kim Barrett
|
f304b74e0a
|
8261859: gc/g1/TestStringDeduplicationTableRehash.java failed with "RuntimeException: 'Rehash Count: 0' found in stdout"
Reviewed-by: ayang, sjohanss, tschatzl
|
2021-03-02 18:23:30 +00:00 |
|
Stuart Marks
|
f18c019287
|
8247373: ArraysSupport.newLength doc, test, and exception message
Reviewed-by: rriggs, psandoz, martin, prappo
|
2021-03-02 18:08:26 +00:00 |
|
Attila Szegedi
|
d185a6c53e
|
8261483: jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java failed with "AssertionError: Should have GCd a method handle by now"
Reviewed-by: shade, plevart
|
2021-03-02 12:25:25 +00:00 |
|
Jan Lahoda
|
85a5ae8cb7
|
8261606: Surprising behavior of step over in String switch
Reviewed-by: vromero
|
2021-03-02 12:02:26 +00:00 |
|
Jie Fu
|
0f6122b92f
|
8262819: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails with release VMs
Reviewed-by: roland, shade
|
2021-03-02 09:30:06 +00:00 |
|
Thomas Stuefe
|
f5ab7f688c
|
8262472: Buffer overflow in UNICODE::as_utf8 for zero length output buffer
Reviewed-by: dholmes, iklam
|
2021-03-02 04:28:48 +00:00 |
|
Jiangli Zhou
|
9f0f0c9870
|
8260933: runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java fails without CompactStrings
Reviewed-by: iklam
|
2021-03-02 02:58:06 +00:00 |
|
Andy Herrick
|
642f45f9dc
|
8261839: Error creating runtime package on macos without mac-package-identifier
Reviewed-by: asemenyuk, almatvee, kizune
|
2021-03-01 19:33:27 +00:00 |
|
Severin Gehwolf
|
4c9adce20d
|
8262379: Add regression test for JDK-8257746
Reviewed-by: hseigel
|
2021-03-01 15:14:40 +00:00 |
|
Roland Westrelin
|
6baecf39d5
|
8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
Reviewed-by: kvn, jvernee, vlivanov
|
2021-03-01 15:11:25 +00:00 |
|
Alexander Zvegintsev
|
c569f1d64b
|
8262085: Hovering Metal HTML Tooltips in different windows cause IllegalArgExc on Linux
Reviewed-by: serb, psadhukhan
|
2021-03-01 14:31:56 +00:00 |
|
Stefan Johansson
|
fe8e3707c5
|
8262188: Add test to verify trace page sizes logging on Linux
Reviewed-by: stuefe, tschatzl
|
2021-03-01 12:03:44 +00:00 |
|
Conor Cleary
|
8bc8542e3f
|
8262195: Harden tests that use the HostsFileNameService (jdk.net.hosts.file property)
Reviewed-by: michaelm, aefimov, dfuchs, chegar
|
2021-03-01 10:18:12 +00:00 |
|
Roland Westrelin
|
ddd550ae84
|
8261308: C2: assert(inner->is_valid_counted_loop(T_INT) && inner->is_strip_mined()) failed: OuterStripMinedLoop should have been removed
Reviewed-by: chagedorn, kvn
|
2021-03-01 08:42:10 +00:00 |
|
Sergey Bylokhov
|
6800ba465f
|
8257500: Drawing MultiResolutionImage with ImageObserver "leaks" memory
Reviewed-by: azvegint, aivanov
|
2021-02-26 19:57:29 +00:00 |
|
Weijun Wang
|
a4c249610e
|
8259535: ECDSA SignatureValue do not always have the specified length
Reviewed-by: mullan
|
2021-02-26 16:49:44 +00:00 |
|
Leonid Mesnik
|
2515c42b2c
|
8262332: serviceability/sa/ClhsdbJhisto.java fails with Test ERROR java.lang.RuntimeException: 'ParselTongue' missing from stdout/stderr
Reviewed-by: cjplummer
|
2021-02-26 16:35:28 +00:00 |
|
Mikhailo Seledtsov
|
07061fc73a
|
8256417: Exclude TestJFRWithJMX test from running with PodMan
Reviewed-by: iignatyev
|
2021-02-26 16:21:12 +00:00 |
|
Jaikiran Pai
|
240f2a1bb7
|
8260366: ExtendedSocketOptions <clinit> can deadlock in some circumstances
Reviewed-by: dfuchs
|
2021-02-26 14:07:35 +00:00 |
|
hltj
|
de3f519dc9
|
8258897: wrong translation of capturing local classes inside nested lambdas
Co-authored-by: Bernard Blaser <bsrbnd@openjdk.org>
Reviewed-by: jlahoda
|
2021-02-26 13:09:47 +00:00 |
|
Xin Liu
|
7603278164
|
8260198: TypeInstPtr::dump2() emits multiple lines if Verbose is set
Reviewed-by: thartmann
|
2021-02-26 10:46:43 +00:00 |
|
Thomas Stuefe
|
722142ee6c
|
8261520: JDK-8261302 breaks runtime/NMT/CheckForProperDetailStackTrace.java
Reviewed-by: zgu, coleenp
|
2021-02-26 06:46:20 +00:00 |
|
Prasanta Sadhukhan
|
bcca10066d
|
4710675: JTextArea.setComponentOrientation does not work with correct timing
Reviewed-by: serb, pbansal
|
2021-02-26 06:19:15 +00:00 |
|
Chris Plummer
|
35c0a6956c
|
8262416: ProblemList TestHeapDumpForLargeArray.java due to JDK-8262386
Reviewed-by: dcubed
|
2021-02-25 21:13:37 +00:00 |
|
Weijun Wang
|
ded96ddcde
|
8139348: Deprecate 3DES and RC4 in Kerberos
Reviewed-by: mullan
|
2021-02-25 18:49:05 +00:00 |
|
Adam Sotona
|
7d4f60b16b
|
8260403: javap should be more robust in the face of invalid class files
Reviewed-by: vromero
|
2021-02-25 16:03:04 +00:00 |
|
Jonathan Gibbons
|
674be87d30
|
8261203: Incorrectly escaped javadoc html with type annotations
Reviewed-by: hannesw
|
2021-02-25 15:37:18 +00:00 |
|
Adam Sotona
|
2eca17d1b1
|
8261457: test/langtools/tools/javac/T8187978 can fail if ArrayList class is modified
Reviewed-by: vromero
|
2021-02-25 14:59:32 +00:00 |
|
Lin Zang
|
c54724da14
|
8257234: Add gz option to SA jmap to write a gzipped heap dump
Reviewed-by: cjplummer, ysuenaga, sspitsyn
|
2021-02-25 12:09:55 +00:00 |
|
Lin Zang
|
aa35b42354
|
8261131: jcmd jmap dump should not accept gz option with no value
Reviewed-by: cjplummer, sspitsyn
|
2021-02-25 12:06:32 +00:00 |
|
Evan Whelan
|
ebdc80ead9
|
8252883: AccessDeniedException caused by delayed file deletion on Windows
Reviewed-by: dfuchs
|
2021-02-25 12:05:16 +00:00 |
|
Ioi Lam
|
0f8be6e433
|
8261868: Reduce inclusion of metaspace.hpp
Reviewed-by: stuefe, ccheung
|
2021-02-25 04:31:12 +00:00 |
|
Yang Yi
|
3a0d6a64bc
|
8262099: jcmd VM.metaspace should report unlimited size if MaxMetaspaceSize isn't specified
Reviewed-by: stuefe, lucy
|
2021-02-25 02:08:52 +00:00 |
|
Severin Gehwolf
|
a50725db2a
|
8254001: [Metrics] Enhance parsing of cgroup interface files for version detection
Reviewed-by: hseigel, andrew
|
2021-02-24 19:39:46 +00:00 |
|
Fernando Guallini
|
d70fd7b3c4
|
8258855: Two tests sun/security/krb5/auto/ReplayCacheTestProc.java and ReplayCacheTestProcWithMD5.java failed on OL8.3
Reviewed-by: weijun, rhalade
|
2021-02-24 17:05:58 +00:00 |
|
Naoto Sato
|
9d9ad969ca
|
8261919: java/util/Locale/LocaleProvidersRun.java failed with "RuntimeException: Expected log was not emitted. LogRecord: null"
Reviewed-by: joehw, dfuchs
|
2021-02-24 16:23:24 +00:00 |
|
Daniel Fuchs
|
0d2dbd2995
|
8262027: Improve how HttpConnection detects a closed channel when taking/returning a connection to the pool
Reviewed-by: chegar, michaelm
|
2021-02-24 10:50:35 +00:00 |
|
Eric Liu
|
382e38dd24
|
8256438: AArch64: Implement match rules with ROR shift register value
Reviewed-by: aph, roland
|
2021-02-24 09:49:53 +00:00 |
|
Jonathan Gibbons
|
fac37bf515
|
8262269: javadoc test TestGeneratedClasses.java fails on Windows
Reviewed-by: darcy
|
2021-02-24 03:50:25 +00:00 |
|
Yumin Qi
|
3e13b66e3f
|
8262157: LingeredApp.startAppExactJvmOpts does not print app output when launching fails
Reviewed-by: iklam, cjplummer
|
2021-02-24 00:31:57 +00:00 |
|
Daniel D. Daugherty
|
c769388d0f
|
8262266: JDK-8262049 fails validate-source
Reviewed-by: dholmes
|
2021-02-23 22:08:53 +00:00 |
|
Daniel D. Daugherty
|
03e781b470
|
8262265: ProblemList jdk/javadoc/doclet/testGeneratedClasses/TestGeneratedClasses.java on Windows
Reviewed-by: rriggs, bpb
|
2021-02-23 21:48:05 +00:00 |
|
Roman Kennke
|
c6eae06142
|
8262049: [TESTBUG] Fix TestReferenceRefersTo.java for Shenandoah IU mode
Reviewed-by: kbarrett, zgu
|
2021-02-23 21:43:53 +00:00 |
|
Joe Darcy
|
e5304b3a99
|
8253409: Double-rounding possibility in float fma
Reviewed-by: bpb
|
2021-02-23 19:42:05 +00:00 |
|