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 |
|
Sergey Bylokhov
|
d3ac1bf16c
|
8198390: Test MultiResolutionDrawImageWithTransformTest.java fails when -esa is passed
Reviewed-by: kizune
|
2020-12-04 23:06:07 +00:00 |
|
Erik Joelsson
|
51d325e613
|
8257633: Missing -mmacosx-version-min=X flag when linking libjvm
Reviewed-by: mikael
|
2020-12-04 21:40:39 +00:00 |
|
Brian Burkhalter
|
e27ea4d12c
|
8257750: writeBuffer field of java.io.DataOutputStream should be final
Reviewed-by: lancea, naoto
|
2020-12-04 20:32:07 +00:00 |
|
Vladimir Kozlov
|
dd0b9454a2
|
8257531: Super word not applied to a loop of simple Buffer operations
Reviewed-by: roland, psandoz
|
2020-12-04 19:23:52 +00:00 |
|
Xue-Lei Andrew Fan
|
d76039d3dc
|
8257725: No throws of SSLHandshakeException
Reviewed-by: jnimeh
|
2020-12-04 18:29:55 +00:00 |
|
Xue-Lei Andrew Fan
|
fcc84795f6
|
8257724: Incorrect package of the linked class in BaseSSLSocketImpl
Reviewed-by: valeriep, wetmore
|
2020-12-04 18:20:14 +00:00 |
|
Calvin Cheung
|
d8ac76fa09
|
8257651: LambdaEagerInit.java test failed in 2 different ways
Reviewed-by: iklam, lfoltan
|
2020-12-04 17:07:00 +00:00 |
|
Mikhailo Seledtsov
|
3eb694605e
|
8257732: Problem list TestJFRWithJMX for OL 8.2 until the issue is resolved
Reviewed-by: hseigel
|
2020-12-04 16:38:21 +00:00 |
|
Kartik Ohri
|
ac54900849
|
8257401: Use switch expressions in jdk.internal.net.http and java.net.http
Reviewed-by: chegar, dfuchs, pconcannon
|
2020-12-04 15:15:56 +00:00 |
|
Roland Westrelin
|
86b65756cb
|
8257574: C2: "failed: parsing found no loops but there are some" assert failure
Reviewed-by: thartmann, neliasso, chagedorn
|
2020-12-04 12:01:53 +00:00 |
|
Maurizio Cimadamore
|
dede01eb20
|
8257622: MemoryAccess methods are missing @ForceInline annotations
Reviewed-by: jvernee, shade
|
2020-12-04 11:46:06 +00:00 |
|
Martin Doerr
|
1d2d9815d0
|
8257423: [PPC64] Support -XX:-UseInlineCaches
Reviewed-by: stuefe, rrich
|
2020-12-04 11:24:15 +00:00 |
|
Erik Gahlin
|
feabddee56
|
8251843: jfr/tool/TestPrintJSON.java fails intermittently
Reviewed-by: mgronlun
|
2020-12-04 10:37:59 +00:00 |
|
Andrey Turbanov
|
c6f93ec9f2
|
8257707: Fix incorrect format string in Http1HeaderParser
Reviewed-by: shade
|
2020-12-04 10:19:30 +00:00 |
|
Vladimir Ivanov
|
fbdc1877e2
|
8257624: C2: PhaseMacroExpand::eliminate_macro_nodes() crashes on out-of-bounds access into macro node array
Reviewed-by: neliasso, kvn
|
2020-12-04 09:37:18 +00:00 |
|
Vladimir Ivanov
|
fd6756ee2b
|
8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag
Reviewed-by: kvn, adityam, thartmann
|
2020-12-04 09:24:08 +00:00 |
|
Hao Sun
|
af6b7f9c55
|
8257743: Minimal build on AArch64 failed with --disable-precompiled-headers
Reviewed-by: shade
|
2020-12-04 09:12:30 +00:00 |
|
Alexander Scherbatiy
|
d6dd440c76
|
8256264: Printed GlyphVector outline with low DPI has bad quality on Windows
Reviewed-by: serb
|
2020-12-04 09:02:20 +00:00 |
|
Alan Bateman
|
2b4a423fd7
|
8255542: Attribute length of Module, ModulePackages and other attributes is ignored
Reviewed-by: mchung, dfuchs, chegar
|
2020-12-04 08:59:14 +00:00 |
|
Thomas Schatzl
|
ca402671af
|
8257509: Strengthen requirements to call G1HeapVerifier::verify(VerifyOption)
Reviewed-by: sjohanss, ayang
|
2020-12-04 08:40:12 +00:00 |
|
Christian Hagedorn
|
4a85514963
|
8257182: JCK test failures in integer / long rotation tests
Reviewed-by: mdoerr, vlivanov, thartmann, kvn
|
2020-12-04 08:10:31 +00:00 |
|
Vladimir Ivanov
|
f33808ffc9
|
8257631: C2: Assertion failure in ArrayCopyNode::get_count() during late inlining
Reviewed-by: neliasso, kvn, thartmann
|
2020-12-04 07:55:40 +00:00 |
|
Vladimir Ivanov
|
417e7e6317
|
8257632: C2: Late inlining attempt on a call with a dead memory crashes
Reviewed-by: neliasso, kvn, thartmann
|
2020-12-04 07:55:04 +00:00 |
|
Vladimir Ivanov
|
6845fee905
|
8257625: C2: Harden input checks in vector intrinsics
Reviewed-by: thartmann
|
2020-12-04 07:54:24 +00:00 |
|
Vladimir Ivanov
|
4390f2c8c3
|
8257630: C2: ReplacedNodes doesn't handle non-CFG multi nodes
Reviewed-by: neliasso, kvn, thartmann
|
2020-12-04 07:53:17 +00:00 |
|
Andrey Turbanov
|
d08c612b40
|
8257708: Remove redundant unmodifiableSet wrapper from already immutable set returned by Collections.singleton
Reviewed-by: shade, sspitsyn
|
2020-12-04 06:32:14 +00:00 |
|
Valerie Peng
|
49f9e57715
|
8257734: Extraneous output in HmacSHA3_512 constructor
Reviewed-by: ascarpino
|
2020-12-04 03:52:04 +00:00 |
|
Andrey Turbanov
|
f83fd4acb4
|
8257438: Avoid adding duplicate values into extendedKeyCodesSet
Reviewed-by: serb
|
2020-12-03 23:11:55 +00:00 |
|
Jie Fu
|
37c7835c78
|
8257673: Build fails without shenandoahgc after JDK-8257563
Reviewed-by: aph, shade
|
2020-12-03 23:09:07 +00:00 |
|
Mandy Chung
|
f0b1194004
|
8235784: java/lang/invoke/VarHandles/VarHandleTestByteArrayAsInt.java fails due to timeout with fastdebug bits
Reviewed-by: bchristi, naoto
|
2020-12-03 22:14:52 +00:00 |
|