Magnus Ihse Bursie
|
264feb35ff
|
8257905: Make fixpath.sh more liberal in accepting paths embedded in arguments
Reviewed-by: erikj
|
2020-12-08 17:59:35 +00:00 |
|
Vladimir Ivanov
|
044616bd71
|
8252049: Native memory leak in ciMethodData ctor
Reviewed-by: kbarrett, coleenp
|
2020-12-08 17:02:09 +00:00 |
|
Daniel Fuchs
|
fab6158c19
|
8236413: AbstractConnectTimeout should tolerate both NoRouteToHostException and UnresolvedAddressException
Reviewed-by: aefimov, michaelm
|
2020-12-08 16:36:04 +00:00 |
|
Gerard Ziemski
|
936a7acf32
|
8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests
Reviewed-by: dholmes
|
2020-12-08 15:49:11 +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 |
|
Kim Barrett
|
52ab72127d
|
8254733: HotSpot Style Guide should permit using range-based for loops
Reviewed-by: dholmes, pliden, jrose, dcubed, iklam, eosterlund, tschatzl, kvn
|
2020-12-08 09:25:42 +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 |
|
Vicente Romero
|
6ff18e38b4
|
8257855: Example SafeVarargsNotApplicableToRecordAccessors breaks test tools/javac/diags/CheckExamples.java
Reviewed-by: jjg
|
2020-12-08 04:07:38 +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 |
|
Xue-Lei Andrew Fan
|
39b8a2e682
|
8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
Reviewed-by: jnimeh
|
2020-12-07 23:53:17 +00:00 |
|
Jie Fu
|
c43c224ef9
|
8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32
Reviewed-by: kvn
|
2020-12-07 22:59:51 +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 |
|
Aleksey Shipilev
|
36c0600523
|
8257805: Add compiler/blackhole tests to tier1
Reviewed-by: kvn
|
2020-12-07 19:26:40 +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 |
|
Thomas Schatzl
|
e08b9ed0be
|
8257820: Remove gc/ergonomics/TestMinHeapSize.java as it is too brittle
Reviewed-by: jiefu, kbarrett
|
2020-12-07 12:43:35 +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 |
|
Daniel Fuchs
|
566d77a2ae
|
8254802: ThrowingPushPromisesAsStringCustom.java fails in "try throwing in GET_BODY"
Reviewed-by: michaelm
|
2020-12-07 09:58:16 +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 |
|
Aleksey Shipilev
|
05dac03f36
|
8257803: Add -Xbatch to compiler/blackhole tests
Reviewed-by: dholmes
|
2020-12-07 06:43:34 +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 |
|