David Holmes
|
8a1639d49b
|
8305936: JavaThread::create_system_thread_object has unused is_visible argument
Reviewed-by: alanb, kbarrett
|
2023-04-13 23:10:18 +00:00 |
|
Matthew Donovan
|
76cda9f44a
|
8255548: Missing coverage for javax.xml.crypto.dom.DOMCryptoContext
Reviewed-by: rhalade, mullan
|
2023-04-13 20:37:39 +00:00 |
|
Kevin Driver
|
b60604e8eb
|
8305794: Unused interface sun.security.util.PermissionFactory can be removed
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: mullan, aturbanov
|
2023-04-13 18:46:21 +00:00 |
|
Leonid Mesnik
|
92521b100f
|
8305875: Test TraceVirtualThreadLocals should be run with continuations only
Reviewed-by: alanb
|
2023-04-13 16:39:25 +00:00 |
|
Leonid Mesnik
|
00eb348a52
|
8305937: com/sun/jdi/SetLocalWhileThreadInNative.java fails with -XX:+TieredCompilation
Reviewed-by: dcubed
|
2023-04-13 16:02:17 +00:00 |
|
Daniel D. Daugherty
|
1385c3d2f1
|
8305966: ProblemList com/sun/jdi/JdbLastErrorTest.java on windows-x64
Reviewed-by: alanb
|
2023-04-13 15:50:24 +00:00 |
|
Daniel Fuchs
|
90b4006bce
|
8305847: Improve diagnosability and resilience of HttpClient::close tests
Reviewed-by: jpai, djelinski
|
2023-04-13 15:27:45 +00:00 |
|
Harshitha Onkar
|
d7dc474a5a
|
8305712: [MacOS] Deprecated Cocoa-NSEvent names
Reviewed-by: dmarkov, prr
|
2023-04-13 15:26:47 +00:00 |
|
Archie L. Cobbs
|
e0620b8e05
|
8296420: javac has long lines in its command-line help
Reviewed-by: jjg
|
2023-04-13 15:08:55 +00:00 |
|
Jonathan Dowland
|
6b9b7d1d92
|
8304350: Font.getStringBounds calculates wrong width for TextAttribute.TRACKING other than 0.0
Reviewed-by: stuefe
|
2023-04-13 12:02:14 +00:00 |
|
Jim Laskey
|
2060c8ea14
|
8305688: jdk build --with-memory-size=1024 broken by JDK-8305100
Reviewed-by: martin
|
2023-04-13 11:42:00 +00:00 |
|
Jaikiran Pai
|
646b666a26
|
8305900: Use loopback IP addresses in security policy files of httpclient tests
Reviewed-by: dfuchs
|
2023-04-13 09:41:01 +00:00 |
|
Thomas Stuefe
|
fb9a29d732
|
8305414: gtest/NMTGtests.java is failing various sub-tests
Reviewed-by: rkennke, adinn
|
2023-04-13 07:47:34 +00:00 |
|
Quan Anh Mai
|
e846a1d700
|
8304450: [vectorapi] Refactor VectorShuffle implementation
Reviewed-by: psandoz, xgong, jbhateja, vlivanov
|
2023-04-13 07:02:28 +00:00 |
|
Jaikiran Pai
|
3f36dd811e
|
8305529: DefaultProxySelector.select(URI) in certain cases returns a List with null element
Reviewed-by: dfuchs, djelinski, michaelm
|
2023-04-13 01:30:00 +00:00 |
|
Eirik Bjorsnos
|
425ef0685c
|
8303923: ZipOutStream::putEntry should include an apiNote to indicate that the STORED compression method should be used when writing directory entries
Reviewed-by: lancea, alanb
|
2023-04-12 21:44:21 +00:00 |
|
Jiangli Zhou
|
2bbbff209d
|
8305858: Resolve multiple definition of 'handleSocketError' when statically linking with JDK native libraries
Reviewed-by: alanb
|
2023-04-12 20:42:05 +00:00 |
|
Leonid Mesnik
|
bc15163386
|
8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[])
Reviewed-by: cjplummer, dholmes
|
2023-04-12 17:44:38 +00:00 |
|
quadhier
|
19380d74e4
|
8305324: C2: Wrong execution of vectorizing Interger.reverseBytes
Reviewed-by: kvn, pli
|
2023-04-12 17:08:26 +00:00 |
|
Bill Huang
|
87017b5199
|
8295859: Update Manual Test Groups
Reviewed-by: msheppar
|
2023-04-12 16:08:34 +00:00 |
|
Quan Anh Mai
|
99a9dbc8f1
|
8305783: x86_64: Optimize AbsI and AbsL
Reviewed-by: jkarthikeyan, thartmann
|
2023-04-12 13:48:52 +00:00 |
|
Johannes Bechberger
|
d8af7a6014
|
8304725: AsyncGetCallTrace can cause SIGBUS on M1
Reviewed-by: dholmes, stuefe, mbaesken
|
2023-04-12 06:49:10 +00:00 |
|
Pengfei Li
|
b9bdbe9ab3
|
8305524: AArch64: Fix arraycopy issue on SVE caused by matching rule vmask_gen_sub
Reviewed-by: aph, xgong
|
2023-04-12 03:15:39 +00:00 |
|
Xin Liu
|
82e8b0332b
|
8305203: Simplify trimming operation in Region::Ideal
Reviewed-by: thartmann, kvn
|
2023-04-12 00:37:15 +00:00 |
|
Bill Huang
|
27cf63853c
|
8300912: Update java/nio/MappedByteBuffer/PmemTest.java to run on x86_64 only
Reviewed-by: msheppar
|
2023-04-11 21:39:03 +00:00 |
|
Justin King
|
42fa000a7d
|
8305484: Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process
Reviewed-by: thartmann, kvn
|
2023-04-11 19:50:01 +00:00 |
|
Brian Burkhalter
|
475e9a7cad
|
8305809: (fs) Review obsolete Linux kernel dependency on os.version (Unix kernel 2.6.39)
Reviewed-by: rriggs, alanb
|
2023-04-11 16:59:11 +00:00 |
|
Alexey Semenyuk
|
1de772cd89
|
8294806: jpackaged-app ignores splash screen from jar file
Reviewed-by: almatvee
|
2023-04-11 16:16:07 +00:00 |
|
Thomas Schatzl
|
d9db90636f
|
8305368: G1 remset chunk claiming may use relaxed memory ordering
Reviewed-by: ayang, iwalulya
|
2023-04-11 16:06:10 +00:00 |
|
Thomas Schatzl
|
c789d24039
|
8305370: Inconsistent use of for_young_only_phase parameter in G1 predictions
Reviewed-by: iwalulya, kbarrett
|
2023-04-11 16:04:12 +00:00 |
|
Aleksei Voitylov
|
c6d7cf6b48
|
8305663: Wrong iteration order of pause array in g1MMUTracker
Reviewed-by: ayang, tschatzl
|
2023-04-11 16:03:13 +00:00 |
|
Jiangli Zhou
|
ce4b995556
|
8305761: Resolve multiple definition of 'jvm' when statically linking with JDK native libraries
Reviewed-by: alanb, kevinw
|
2023-04-11 15:05:44 +00:00 |
|
Tom Rodriguez
|
12946f5748
|
8305419: JDK-8301995 broke building libgraal
Reviewed-by: matsaave, dnsimon, thartmann
|
2023-04-11 14:55:55 +00:00 |
|
Mark Powers
|
9486969bd3
|
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
Reviewed-by: mullan
|
2023-04-11 14:42:44 +00:00 |
|
Matias Saavedra Silva
|
628a3f173a
|
8304738: UnregisteredClassesTable_lock never created
Reviewed-by: iklam, jcking, dholmes
|
2023-04-11 14:03:10 +00:00 |
|
Leonid Mesnik
|
7a5597c34f
|
8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
Reviewed-by: kvn, sspitsyn
|
2023-04-11 13:55:20 +00:00 |
|
Chen Liang
|
e5ce7d9e43
|
8284871: Use covariant overrides for the resolveConstantDesc(Lookup) method in sub‑interfaces of java.lang.constant.ConstantDesc
Reviewed-by: mchung
|
2023-04-11 13:40:56 +00:00 |
|
Julian Waters
|
cd7d53c88c
|
8304717: Declaration aliasing between boolean and jboolean is wrong
Reviewed-by: dholmes
|
2023-04-11 06:52:34 +00:00 |
|
Alan Bateman
|
2586f36120
|
8304919: Implementation of Virtual Threads
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
|
2023-04-11 05:49:54 +00:00 |
|
Matthew Donovan
|
39398075b7
|
8182621: JSSE should reject empty TLS plaintexts
Reviewed-by: xuelei
|
2023-04-11 04:21:17 +00:00 |
|
Feilong Jiang
|
137513025d
|
8305728: RISC-V: Use bexti instruction to do single-bit testing
Reviewed-by: fyang, yzhu
|
2023-04-11 03:00:54 +00:00 |
|
Eirik Bjorsnos
|
4485737e9b
|
8304501: Remove orphaned demo netbeans projects
Reviewed-by: serb
|
2023-04-11 00:17:02 +00:00 |
|
Chen Liang
|
0ff2ff6789
|
8305807: Spurious right brace in ConstantDescs field Javadocs
Reviewed-by: mchung, iris
|
2023-04-10 22:54:32 +00:00 |
|
Justin Lu
|
2aeb0e5267
|
6241286: (cal) API: Calendar.DAY_OF_WEEK definition is wrong
Reviewed-by: naoto
|
2023-04-10 21:47:16 +00:00 |
|
Justin Lu
|
42965d390c
|
6218123: (cal) API: Spec for GregorianCalendar constructors and Calendar getInstance is inconsistent.
Reviewed-by: naoto
|
2023-04-10 21:46:31 +00:00 |
|
Mandy Chung
|
a43a17c8ea
|
8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD
Reviewed-by: rriggs, iris
|
2023-04-10 20:50:50 +00:00 |
|
Roger Riggs
|
ba90dc7795
|
8304911: Use OperatingSystem enum in some modules
Reviewed-by: naoto, lancea, iris, jpai
|
2023-04-10 15:51:01 +00:00 |
|
Lance Andersen
|
76975da59e
|
8305758: Update the JAR tool man page to indicate -i/--generate-file is deprecated
Reviewed-by: alanb, jpai
|
2023-04-10 14:11:51 +00:00 |
|
Eirik Bjorsnos
|
0d45a524b3
|
8302819: Remove JAR Index
Reviewed-by: mchung, alanb, lancea, jpai
|
2023-04-10 11:23:21 +00:00 |
|
Vladimir Petko
|
0243da2e4a
|
8305481: gtest is_first_C_frame failing on ARM
Reviewed-by: stuefe
|
2023-04-10 09:21:23 +00:00 |
|