Christian Hagedorn
|
f148915d54
|
8245107: Use Unified Logging in trace_method_handle_stub()
Reviewed-by: coleenp, mdoerr
|
2020-12-09 14:36:13 +00:00 |
|
Julia Boes
|
5bdce9b995
|
8257639: Update usage of "type" terminology in java.lang.Enum & java.lang.Record
Reviewed-by: chegar, dfuchs
|
2020-12-09 09:32:22 +00:00 |
|
Hannes Wallnöfer
|
b4615c67a3
|
8256580: Fault in new grid display
Reviewed-by: jjg
|
2020-12-09 09:21:50 +00:00 |
|
Jie Fu
|
df55ecd83c
|
8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32
Reviewed-by: shade
|
2020-12-09 09:01:07 +00:00 |
|
Per Liden
|
79f1dfb8d3
|
8255987: JDI tests fail with com.sun.jdi.ObjectCollectedException
Reviewed-by: dholmes, cjplummer
|
2020-12-09 07:46:04 +00:00 |
|
Igor Veresov
|
10da767c2f
|
8257847: Tiered should publish MDO data pointer for interpreter after profile start
Reviewed-by: thartmann, kvn, dlong
|
2020-12-09 04:28:59 +00:00 |
|
Joe Darcy
|
2a62d5d34f
|
8256917: Use combo @returns tag in java.compiler javadoc
Reviewed-by: jjg, iris
|
2020-12-09 02:37:30 +00:00 |
|
Jonathan Gibbons
|
b29f9cd7b0
|
8075778: Add javadoc tag to avoid duplication of return information in simple situations.
Reviewed-by: prappo, jlahoda
|
2020-12-08 23:25:08 +00:00 |
|
Dan Smith
|
48d8650ae1
|
8257845: Integrate JEP 390
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
|
2020-12-08 23:04:01 +00:00 |
|
Mark Reinhold
|
ed4c4ee73b
|
8256299: Implement JEP 396: Strongly Encapsulate JDK Internals by Default
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: mchung, alanb
|
2020-12-08 22:12:24 +00:00 |
|
Marius Volkhart
|
c47ab5f6b7
|
8256515: javax.xml.XMLEventReader produces incorrect START_DOCUMENT event
Reviewed-by: joehw
|
2020-12-08 20:43:42 +00:00 |
|
Vladimir Ivanov
|
044616bd71
|
8252049: Native memory leak in ciMethodData ctor
Reviewed-by: kbarrett, coleenp
|
2020-12-08 17:02:09 +00:00 |
|
Jan Lahoda
|
d0c526513d
|
8256149: Weird AST structure for incomplete member select
Reviewed-by: vromero
|
2020-12-08 13:09:15 +00:00 |
|
Maurizio Cimadamore
|
a70802477e
|
8257194: Add 'foreign linker API' in 'jdk.incubator.foreign' module desc/summary
Reviewed-by: jvernee, shade
|
2020-12-08 12:15:13 +00:00 |
|
Aleksey Shipilev
|
35e81536e7
|
8257848: -XX:CompileCommand=blackhole,* should be diagnostic
Reviewed-by: vlivanov
|
2020-12-08 10:11:01 +00:00 |
|
Athijegannathan Sundararajan
|
d2b66196b4
|
8242258: (jrtfs) Path::toUri throws AssertionError for malformed input
Reviewed-by: alanb
|
2020-12-08 09:38:38 +00:00 |
|
Christian Hagedorn
|
1d0adbb812
|
8253644: C2: assert(skeleton_predicate_has_opaque(iff)) failed: unexpected
Reviewed-by: roland, kvn
|
2020-12-08 08:48:58 +00:00 |
|
Jan Lahoda
|
51ac37686c
|
8256411: Based anonymous classes have a weird end position
Reviewed-by: vromero
|
2020-12-08 08:38:24 +00:00 |
|
Roland Westrelin
|
0b6b6eb59a
|
8257813: [redo] C2: Filter type in PhiNode::Value() for induction variables of trip-counted integer loops
Reviewed-by: chagedorn, kvn
|
2020-12-08 08:30:18 +00:00 |
|
Jamil Nimeh
|
500ab45770
|
8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305
Reviewed-by: mullan, valeriep
|
2020-12-08 06:10:10 +00:00 |
|
Erik Gahlin
|
cef606feca
|
8253762: JFR: getField(String) should be able to access subfields
Reviewed-by: mgronlun
|
2020-12-08 00:06:20 +00:00 |
|
Vladimir Ivanov
|
62c7788b29
|
8257211: C2: Enable call devirtualization during post-parse phase
Reviewed-by: kvn, neliasso, thartmann
|
2020-12-07 22:50:38 +00:00 |
|
David Holmes
|
149a02f99a
|
8257572: Deprecate the archaic signal-chaining interfaces: sigset and signal
Reviewed-by: ihse, alanb, dcubed, erikj
|
2020-12-07 21:56:05 +00:00 |
|
Eric Caspole
|
f92745d73e
|
8257718: LogCompilation: late_inline doesnt work right for JDK 8 logs
Reviewed-by: redestad, kvn
|
2020-12-07 21:31:19 +00:00 |
|
Joe Darcy
|
6937d9f9dd
|
8257799: Update JLS cross-references in java.compiler
Reviewed-by: jjg
|
2020-12-07 20:46:22 +00:00 |
|
Dean Long
|
a5297bd0d4
|
8254939: macOS: unused function 'replicate4_imm'
Reviewed-by: redestad, thartmann
|
2020-12-07 20:10:07 +00:00 |
|
Zhengyu Gu
|
395b6bdeee
|
8257817: Shenandoah: Don't race with conc-weak-in-progress flag in weak-LRB
Reviewed-by: rkennke
|
2020-12-07 19:19:23 +00:00 |
|
Alexander Matveev
|
a265c20138
|
8255619: Localized WinResources.properties have MsiInstallerStrings_en.wxl resource
Reviewed-by: herrick, naoto, asemenyuk
|
2020-12-07 18:11:35 +00:00 |
|
Andy Herrick
|
e3793e5a60
|
8257514: Fix the issues in jdk.jpackage identified by SpotBugs
Reviewed-by: asemenyuk, almatvee, shade
|
2020-12-07 18:04:04 +00:00 |
|
Maurizio Cimadamore
|
bbc44f57c4
|
8257186: Size of heap segments is not computed correctlyFix overflow in size computation for heap segments
Reviewed-by: jvernee, chegar
|
2020-12-07 17:25:23 +00:00 |
|
Vicente Romero
|
b4b9828cb0
|
8254784: javac should reject records with @SafeVarargs applied to varargs record component
Reviewed-by: mcimadamore
|
2020-12-07 16:45:51 +00:00 |
|
Xue-Lei Andrew Fan
|
dcf63f8578
|
8257788: Class fields could be local in the SunJSSE provider
Reviewed-by: shade
|
2020-12-07 16:35:01 +00:00 |
|
Magnus Ihse Bursie
|
d29c78da19
|
8257679: Improved unix compatibility layer in Windows build (winenv)
Reviewed-by: erikj, jvernee, burban
|
2020-12-07 15:55:53 +00:00 |
|
Eric Caspole
|
74be819088
|
8257517: LogCompilation: Add -z to the help messages
Reviewed-by: redestad
|
2020-12-07 15:41:03 +00:00 |
|
Guoxiong Li
|
2c04fc02c9
|
8257037: No javac warning when calling deprecated constructor with diamond
Reviewed-by: mcimadamore
|
2020-12-07 13:51:33 +00:00 |
|
Martin Doerr
|
46b35acfcb
|
8257798: [PPC64] undefined reference to Klass::vtable_start_offset()
Reviewed-by: goetz
|
2020-12-07 13:45:19 +00:00 |
|
Zhengyu Gu
|
ecd7e476f8
|
8257793 : Shenandoah: SATB barrier should only filter out already strongly marked oops
Reviewed-by: shade, rkennke
|
2020-12-07 13:18:02 +00:00 |
|
Jan Lahoda
|
637b0c64b0
|
8246778: Compiler implementation for Sealed Classes (Second Preview)
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Reviewed-by: lfoltan, mchung, alanb, mcimadamore, chegar
|
2020-12-07 11:11:31 +00:00 |
|
Erik Gahlin
|
09707dd4f2
|
8252807: The jdk.jfr.Recording.getStream does not work when toDisk is disabled
Reviewed-by: mgronlun
|
2020-12-07 11:09:25 +00:00 |
|
Jorn Vernee
|
04ce8e3840
|
8257184: Upstream 8252504: Add a method to MemoryLayout which returns a offset-computing method handle
Reviewed-by: mcimadamore, chegar
|
2020-12-07 11:08:24 +00:00 |
|
Chris Hegarty
|
5a03e47605
|
8255560: Class::isRecord should check that the current class is final and not abstract
Reviewed-by: mchung, darcy
|
2020-12-07 11:02:52 +00:00 |
|
Thomas Stuefe
|
8e8e584552
|
8257588: Make os::_page_sizes a bitmask
Reviewed-by: tschatzl, stefank
|
2020-12-07 10:32:05 +00:00 |
|
Roland Westrelin
|
f5a582c287
|
8257575: C2: "failed: only phis" assert failure in loop strip mining verification
Reviewed-by: thartmann, neliasso
|
2020-12-07 09:38:22 +00:00 |
|
Julia Boes
|
d05401d886
|
8256679: Update serialization javadoc once JOSS changes for records are complete
Reviewed-by: chegar, rriggs
|
2020-12-07 09:30:52 +00:00 |
|
Jie Fu
|
7620124ee9
|
8257230: assert(InitialHeapSize >= MinHeapSize) failed: Ergonomics decided on incompatible initial and minimum heap sizes
Reviewed-by: tschatzl, sjohanss
|
2020-12-07 09:27:33 +00:00 |
|
Lin Zang
|
29a09c8911
|
8257668: SA JMap - skip non-java thread stack dump for heap dump
Reviewed-by: cjplummer, sspitsyn, phh
|
2020-12-07 04:01:51 +00:00 |
|
Aleksey Shipilev
|
e590618962
|
8252505: C1/C2 compiler support for blackholes
Reviewed-by: vlivanov, aph
|
2020-12-06 17:43:34 +00:00 |
|
Mandy Chung
|
972bc3b408
|
8256167: Convert JDK use of Reference::get to Reference::refersTo
Reviewed-by: sspitsyn, shade, dfuchs, alanb, kbarrett
|
2020-12-06 00:08:22 +00:00 |
|
Valerie Peng
|
78be334c38
|
8242332: Add SHA3 support to SunPKCS11 provider
Reviewed-by: xuelei
|
2020-12-05 23:47:35 +00:00 |
|
Martin Buchholz
|
c4339c3064
|
8243614: Typo in ReentrantLock's Javadoc
Reviewed-by: dholmes, alanb
|
2020-12-05 08:44:22 +00:00 |
|