Christian Hagedorn
|
7c6f57fcb1
|
8275610: C2: Object field load floats above its null check resulting in a segfault
Reviewed-by: kvn, roland
|
2021-12-06 14:48:03 +00:00 |
|
Markus Grönlund
|
a885aab696
|
8276125: RunThese24H.java SIGSEGV in JfrThreadGroup::thread_group_id
Reviewed-by: egahlin, shade
|
2021-12-06 14:36:51 +00:00 |
|
Jie Fu
|
6994d80937
|
8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011
Reviewed-by: shade, thartmann
|
2021-12-06 13:44:22 +00:00 |
|
Hamlin Li
|
286a26c366
|
8278277: G1: Simplify implementation of G1GCPhaseTimes::record_or_add_time_secs
Reviewed-by: iwalulya, sjohanss, tschatzl
|
2021-12-06 11:50:11 +00:00 |
|
Markus Grönlund
|
d14f06a963
|
8278031: MultiThreadedRefCounter should not use relaxed atomic decrement
Reviewed-by: kbarrett
|
2021-12-06 09:29:28 +00:00 |
|
Ludvig Janiuk
|
8d190dd003
|
8277496: Remove duplication in c1 Block successor lists
Reviewed-by: neliasso, kvn
|
2021-12-06 08:58:41 +00:00 |
|
Jan Lahoda
|
194cdf4e28
|
8277864: Compilation error thrown while doing a boxing conversion on selector expression
Reviewed-by: jlaskey, vromero
|
2021-12-06 08:42:26 +00:00 |
|
Tobias Holenstein
|
f39fe5b3d6
|
8154011: Make TraceDeoptimization a diagnostic flag
Reviewed-by: kvn, dholmes, thartmann
|
2021-12-06 08:23:49 +00:00 |
|
Aleksey Shipilev
|
f180a4591f
|
8278016: Add compiler tests to tier{2,3}
Reviewed-by: kvn, dholmes
|
2021-12-06 06:26:50 +00:00 |
|
Srikanth Adayapalam
|
104aa1f7f9
|
8268575: Annotations not visible on model elements before they are generated
Reviewed-by: mcimadamore
|
2021-12-06 06:24:56 +00:00 |
|
Aleksey Shipilev
|
839b6067c8
|
8278143: Remove unused "argc" from ConstantPool::copy_bootstrap_arguments_at_impl
Reviewed-by: lfoltan, dholmes
|
2021-12-05 21:38:45 +00:00 |
|
Coleen Phillimore
|
267c024eb5
|
8265150: AsyncGetCallTrace crashes on ResourceMark
Reviewed-by: dholmes, stuefe, eosterlund, sspitsyn
|
2021-12-04 13:05:06 +00:00 |
|
Markus Karg
|
9642629d15
|
8276779: (ch) InputStream returned by Channels.newInputStream should have fast path for SelectableChannels
Reviewed-by: lancea, alanb
|
2021-12-04 09:27:23 +00:00 |
|
Joe Darcy
|
02ee337ae0
|
8278175: Enable all doclint warnings for build of java.desktop
Reviewed-by: erikj, prr
|
2021-12-04 02:12:35 +00:00 |
|
Sandhya Viswanathan
|
24e16ac637
|
8277617: Adjust AVX3Threshold for copy/fill stubs
Reviewed-by: jbhateja, dholmes, neliasso, jiefu
|
2021-12-03 21:06:16 +00:00 |
|
Jatin Bhateja
|
2b87c2b429
|
8277793: Support vector F2I and D2L cast operations for X86
Reviewed-by: neliasso, sviswanathan
|
2021-12-03 20:21:21 +00:00 |
|
Weijun Wang
|
e1cde19dbd
|
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException
Reviewed-by: mullan
|
2021-12-03 19:52:18 +00:00 |
|
Weijun Wang
|
a729a70c01
|
8225181: KeyStore should have a getAttributes method
Reviewed-by: mullan
|
2021-12-03 18:52:17 +00:00 |
|
vamsi-parasa
|
38f525e96e
|
8275821: Optimize random number generators developed in JDK-8248862 using Math.unsignedMultiplyHigh()
Reviewed-by: psandoz, jlaskey
|
2021-12-03 18:17:54 +00:00 |
|
Joe Darcy
|
780b8b1072
|
8278179: Enable all doclint warnings for build of java.naming
Reviewed-by: iris, erikj
|
2021-12-03 18:14:33 +00:00 |
|
Daniel D. Daugherty
|
678ac589ad
|
8278240: ProblemList containers/docker/TestJcmd.java on linux-aarch64
Reviewed-by: mseledtsov, tschatzl
|
2021-12-03 17:22:14 +00:00 |
|
Christian Hagedorn
|
01cb2b9883
|
8277529: SIGSEGV in C2 CompilerThread Node::rematerialize() compiling Packet::readUnsignedTrint
Reviewed-by: thartmann, roland, kvn
|
2021-12-03 17:14:10 +00:00 |
|
Prasanta Sadhukhan
|
660f21a418
|
8278119: ProblemList few headful test failing in macosx12-aarch64 system
Reviewed-by: dcubed
|
2021-12-03 17:08:40 +00:00 |
|
merykitty
|
2e30fa936d
|
8278171: [vectorapi] Mask incorrectly computed for zero extending cast
Reviewed-by: psandoz
|
2021-12-03 17:07:11 +00:00 |
|
Magnus Ihse Bursie
|
fbf096eea4
|
8251400: Fix incorrect addition of library to test in JDK-8237858
Reviewed-by: dholmes, erikj
|
2021-12-03 16:56:36 +00:00 |
|
Calvin Cheung
|
0a09092631
|
8268288: jdk/jfr/api/consumer/streaming/TestOutOfProcessMigration.java fails with "Error: ShouldNotReachHere()"
Reviewed-by: minqi, iklam
|
2021-12-03 16:36:19 +00:00 |
|
Brian Burkhalter
|
0d938cedca
|
8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux
Reviewed-by: lancea, alanb
|
2021-12-03 16:00:27 +00:00 |
|
Aleksey Shipilev
|
0e7b6bcd82
|
8278141: LIR_OpLoadKlass::_info shadows the field of the same name from LIR_Op
Reviewed-by: thartmann, rkennke
|
2021-12-03 15:43:51 +00:00 |
|
Aleksey Shipilev
|
53a4342783
|
8278137: JFR: PrettyWriter uses incorrect year specifier
Reviewed-by: egahlin
|
2021-12-03 15:42:18 +00:00 |
|
Denghui Dong
|
f7237793ff
|
8278079: C2: expand_dtrace_alloc_probe doesn't take effect in macro.cpp
Reviewed-by: thartmann, kvn, chagedorn
|
2021-12-03 13:31:06 +00:00 |
|
Maurizio Cimadamore
|
3f28a21414
|
8278144: Javadoc for MemorySegment::set/MemorySegment::setAtIndex is missing throws tag
Reviewed-by: sundar
|
2021-12-03 13:23:36 +00:00 |
|
Athijegannathan Sundararajan
|
ba2a8e5a49
|
8278205: jlink plugins should dump .class file in debug mode
Reviewed-by: jlaskey
|
2021-12-03 13:20:08 +00:00 |
|
Andrey Turbanov
|
18c54b4e1a
|
8274640: Cleanup unnecessary null comparison before instanceof check in java.desktop
Reviewed-by: aivanov
|
2021-12-03 13:04:26 +00:00 |
|
Albert Mingkun Yang
|
dda8f26ce0
|
8278139: G1: Refactor G1BlockOffsetTablePart::block_at_or_preceding
Reviewed-by: sjohanss, mli
|
2021-12-03 10:58:14 +00:00 |
|
Albert Mingkun Yang
|
e4774e68e3
|
8277916: Gather non-strong reference count logic in a single place
Reviewed-by: sjohanss, mli
|
2021-12-03 10:57:18 +00:00 |
|
Julia Boes
|
53df9ffbca
|
8278154: SimpleFileServer#createFileServer() should specify that the returned server is not started
Reviewed-by: dfuchs
|
2021-12-03 10:18:21 +00:00 |
|
Pavel Rappo
|
d1cad2463a
|
8278168: Add a few missing words to the specification of Files.mismatch
Reviewed-by: rriggs, bpb, iris, alanb
|
2021-12-03 09:54:23 +00:00 |
|
Andrew Leonard
|
45da3aea22
|
8278163: --with-cacerts-src variable resolved after GenerateCacerts recipe setup
Reviewed-by: ihse
|
2021-12-03 08:28:37 +00:00 |
|
Jan Lahoda
|
890700320a
|
8272234: Pass originating elements from Filer to JavaFileManager
Reviewed-by: jjg
|
2021-12-03 07:40:34 +00:00 |
|
Aleksey Shipilev
|
0fbd2713f1
|
8278115: gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx
Reviewed-by: mli, tschatzl
|
2021-12-03 07:20:39 +00:00 |
|
Aleksey Shipilev
|
bef5c7a286
|
8278116: runtime/modules/LoadUnloadModuleStress.java has duplicate -Xmx
Reviewed-by: dholmes
|
2021-12-03 07:19:48 +00:00 |
|
Jie Fu
|
473ececaf5
|
8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs
Reviewed-by: dholmes
|
2021-12-03 06:00:14 +00:00 |
|
Chris Plummer
|
19ce33d5e7
|
8258512: serviceability/sa/TestJmapCore.java timed out on macOS 10.13.6
Reviewed-by: lmesnik, dcubed
|
2021-12-02 22:16:55 +00:00 |
|
Magnus Ihse Bursie
|
c93552c8bb
|
8277069: [REDO] JDK-8276743 Make openjdk build Zip Archive generation "reproducible"
Co-authored-by: Andrew Leonard <aleonard@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: erikj
|
2021-12-02 21:31:13 +00:00 |
|
Tim Prinzing
|
b8ac0d20ce
|
8276681: Additional malformed Javadoc inline tags in JDK source
Reviewed-by: lancea
|
2021-12-02 21:22:43 +00:00 |
|
Alexey Ivanov
|
b310f301ef
|
8277396: [TESTBUG] In DefaultButtonModelCrashTest.java, frame is accessed from main thread
Reviewed-by: serb, psadhukhan
|
2021-12-02 20:59:46 +00:00 |
|
Brian Burkhalter
|
15345e3edc
|
8276661: (fs) UserDefinedFileAttributeView no longer works with long path (win)
Reviewed-by: alanb
|
2021-12-02 20:53:13 +00:00 |
|
Tim Prinzing
|
652b5f8546
|
8276674: Malformed Javadoc inline tags in JDK source
Reviewed-by: jjg, rriggs, prappo, bchristi
|
2021-12-02 20:47:29 +00:00 |
|
Scott Gibbons
|
e0f1fc783c
|
8277358: Accelerate CRC32-C
Co-authored-by: Greg Tucker <greg.b.tucker@intel.com>
Co-authored-by: Scott Gibbons <sgibbons@openjdk.org>
Reviewed-by: kvn, sviswanathan, ecaspole
|
2021-12-02 20:06:05 +00:00 |
|
Sergey Tsypanov
|
73a9654c26
|
8276806: Use Objects.checkFromIndexSize where possible in java.base
Reviewed-by: rriggs, lancea
|
2021-12-02 20:00:49 +00:00 |
|