Hao Sun
|
84c93d5a18
|
8257137: Revise smov and umov in aarch64 assembler
Reviewed-by: aph, njian
|
2021-03-04 03:19:15 +00:00 |
|
Alex Menkov
|
d93fa0d6e3
|
8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach"
Reviewed-by: cjplummer, lmesnik
|
2021-03-04 00:39:28 +00:00 |
|
Alex Menkov
|
104a26283a
|
8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach
Reviewed-by: sspitsyn, dfuchs
|
2021-03-04 00:37:55 +00:00 |
|
Joe Darcy
|
2848938977
|
8262927: Explicitly state fields examined for BigDecimal.hashCode
Reviewed-by: bpb
|
2021-03-03 23:15:02 +00:00 |
|
Sergey Bylokhov
|
b397472e4f
|
8262915: java.awt.color.ColorSpace.getName() is not thread-safe
Reviewed-by: azvegint, aivanov
|
2021-03-03 20:27:06 +00:00 |
|
Lutz Schmidt
|
268d9b7982
|
8261447: MethodInvocationCounters frequently run into overflow
Reviewed-by: thartmann, mdoerr, kvn, iveresov
|
2021-03-03 20:04:31 +00:00 |
|
Ivan Šipka
|
75aa15467e
|
8259267: Refactor LoaderLeak shell test as java test.
Reviewed-by: rriggs, iignatyev, dfuchs
|
2021-03-03 20:02:57 +00:00 |
|
Joe Darcy
|
a11818528a
|
8261862: Expand discussion of rationale for BigDecimal equals/compareTo semantics
Reviewed-by: smarks, bpb
|
2021-03-03 19:29:17 +00:00 |
|
Zhengyu Gu
|
2d2ef08c0f
|
8262885: Shenandoah: FullGC prologue does not need to save/restore heap has_forwarded_object flag
Reviewed-by: shade
|
2021-03-03 17:26:38 +00:00 |
|
Albert Mingkun Yang
|
1d2c1e6289
|
8248314: Parallel: Parallelize parallel full gc Adjust Roots phase
Reviewed-by: tschatzl, iwalulya
|
2021-03-03 15:37:36 +00:00 |
|
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 |
|
Sebastian Stenzel
|
bf90e8574d
|
8262926: JDK-8260966 broke AIX build
Reviewed-by: stuefe, clanger
|
2021-03-03 12:19:18 +00:00 |
|
Tobias Hartmann
|
54dfd79cda
|
8262256: C2 intrinsincs should not modify IR when bailing out
Reviewed-by: roland, kvn
|
2021-03-03 11:30:52 +00:00 |
|
Matthias Baesken
|
0265ab63e4
|
8262466: linux libsaproc/DwarfParser.cpp delete DwarfParser object in early return
Reviewed-by: ysuenaga, kevinw
|
2021-03-03 07:41:01 +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 |
|
Ioi Lam
|
044e2a2a49
|
8183569: Assert the same limits are used in parse_xss and globals.hpp
Reviewed-by: stuefe, kbarrett
|
2021-03-03 02:59:23 +00:00 |
|
Maurizio Cimadamore
|
5de0f4b2ce
|
8260869: Test java/foreign/TestHandshake.java fails intermittently
Reviewed-by: psandoz
|
2021-03-03 01:14:25 +00:00 |
|
Joe Darcy
|
c9097a60b6
|
8262893: Enable more doclint checks in javadoc build
Reviewed-by: jjg, erikj
|
2021-03-03 01:03:26 +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 |
|
Jonathan Gibbons
|
93ffe6a6a2
|
8262892: minor typo in implSpec comment
Reviewed-by: bpb
|
2021-03-02 22:53:18 +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 |
|
Zhengyu Gu
|
c92f3bc37a
|
8262876: Shenandoah: Fix comments regarding VM_ShenandoahOperation inheritances
Reviewed-by: rkennke
|
2021-03-02 21:29:07 +00:00 |
|
Jonathan Gibbons
|
20b9ba53a5
|
8262875: doccheck: empty paragraphs, etc in java.base module
Reviewed-by: alanb, darcy, lancea
|
2021-03-02 20:35:51 +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 |
|
Harold Seigel
|
96c43210d3
|
8262424: Change multiple get_java_xxx() functions in thread.cpp into one function
Reviewed-by: coleenp, lfoltan
|
2021-03-02 15:47:13 +00:00 |
|
Sebastian Stenzel
|
0de6abd4b4
|
8260966: (fs) Consolidate Linux and macOS implementations of UserDefinedFileAttributeView
8260691: (fs) LinuxNativeDispatcher should link to xattr functions
Reviewed-by: alanb
|
2021-03-02 14:40:45 +00:00 |
|
Daniel Fuchs
|
5f4bc0aca6
|
8253100: Fix "no comment" warnings in java.base/java.net
Reviewed-by: ryadav, chegar, naoto, alanb
|
2021-03-02 12:54:54 +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 |
|
Nick Gasson
|
be67aaabe6
|
8262726: AArch64: C1 StubAssembler::call_RT can corrupt stack
Reviewed-by: aph
|
2021-03-02 09:56:05 +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 |
|
Matthias Baesken
|
dd33a8eaaa
|
8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
Reviewed-by: psadhukhan, azvegint, aivanov
|
2021-03-02 08:00:23 +00:00 |
|
Yasumasa Suenaga
|
3b350ad87f
|
8261710: SA DSO objects have sizes that are too large
Reviewed-by: sspitsyn, cjplummer
|
2021-03-02 06:56:40 +00:00 |
|
Thomas Stuefe
|
fdd109327c
|
8261552: s390: MacroAssembler::encode_klass_not_null() may produce wrong results for non-zero values of narrow klass base
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Reviewed-by: mdoerr, lucy
|
2021-03-02 04:30:26 +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 |
|
Joe Wang
|
6635d7a56c
|
8261670: Add javadoc for the XML processing limits
Reviewed-by: lancea, naoto, iris
|
2021-03-02 03:26:32 +00:00 |
|
Ioi Lam
|
85b774af92
|
8255859: Incorrect comments in log.hpp
Reviewed-by: kbarrett
|
2021-03-02 03:18:51 +00:00 |
|
Yasumasa Suenaga
|
c3eb80e18f
|
8262500: HostName entry in VM.info should be a new line
Reviewed-by: stuefe, dcubed, dholmes
|
2021-03-02 03:02:30 +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 |
|
Olga Mikhaltsova
|
d3398324e9
|
8257414: Drag n Drop target area is wrong on high DPI systems
Reviewed-by: serb
|
2021-03-02 00:57:50 +00:00 |
|
John Jiang
|
353416ffca
|
8262509: JSSE Server should check the legacy version in TLSv1.3 ClientHello
Reviewed-by: xuelei, wetmore
|
2021-03-01 22:26:15 +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 |
|
Sergey Bylokhov
|
682e120235
|
8262497: Delete unused utility methods in ICC_Profile class
Reviewed-by: azvegint, pbansal, trebari, kizune
|
2021-03-01 19:31:05 +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 |
|
Harold Seigel
|
75bf10610f
|
8262028: Make InstanceKlass::implementor return InstanceKlass
Reviewed-by: coleenp, ccheung, vlivanov
|
2021-03-01 13:25:23 +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 |
|