Archie L. Cobbs
07fb4f9a0b
7167356: (javac) investigate failing tests in JavacParserTest
...
Reviewed-by: vromero
2023-02-06 20:28:08 +00:00
Jonathan Gibbons
d53ade12a8
8301813: Bad caret position in error message
...
Reviewed-by: iris
2023-02-06 18:41:04 +00:00
Archie L. Cobbs
8c01b6e66b
8221580: Confusing diagnostic for assigning a static final field in a constructor
...
Reviewed-by: vromero
2023-02-06 18:22:22 +00:00
Eirik Bjorsnos
c129ce4660
8300259: Add test coverage for processing of pending block files in signed JARs
...
Reviewed-by: weijun
2023-02-06 17:15:26 +00:00
Weijun Wang
b56974209b
8301788: AlgorithmId should keep lowercase characters from 3rd party providers
...
Reviewed-by: mullan
2023-02-06 17:10:46 +00:00
Eirik Bjorsnos
05ea083b05
8301167: Update VerifySignedJar to actually exercise and test verification
...
Reviewed-by: weijun
2023-02-06 15:43:53 +00:00
Jan Lahoda
522fa13274
8301580: Error recovery does not clear returnResult
...
Reviewed-by: vromero
2023-02-06 12:25:06 +00:00
Aggelos Biboudis
7ac2079ba7
8301025: ClassCastException in switch with generic record
...
Reviewed-by: jlahoda
2023-02-06 12:24:21 +00:00
Emanuel Peter
8f195ff236
8298952: All nodes should have type(n) == Value(n) after IGVN
...
Reviewed-by: kvn, thartmann, chagedorn
2023-02-06 08:45:48 +00:00
Christian Hagedorn
96c50a3486
8301752: [IR Framework] Add more IR framework examples
...
Reviewed-by: kvn, thartmann
2023-02-06 07:38:21 +00:00
Justin King
3646c4e944
8301171
: Rename sanitizers/address.h to sanitizers/address.hpp
...
Reviewed-by: kbarrett
2023-02-06 07:24:09 +00:00
Joe Darcy
34493248c0
8301396: Port fdlibm expm1 to Java
...
Reviewed-by: bpb
2023-02-04 00:48:26 +00:00
Matthew Donovan
e7247b10cc
8298872: Update CheckStatus.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-02-03 19:55:54 +00:00
Bill Huang
20579e48cf
8299994: java/security/Policy/Root/Root.java fails when home directory is read-only
...
Reviewed-by: rhalade
2023-02-03 19:19:14 +00:00
Daniel Fuchs
8b70256d30
8301787: java/net/httpclient/SpecialHeadersTest failing after JDK-8301306
...
Reviewed-by: dcubed, rriggs
2023-02-03 16:01:47 +00:00
Varada M
bccd55bfdf
8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion
...
Reviewed-by: dholmes, stuefe
2023-02-03 15:35:26 +00:00
sunguoyun
6f9106e0d0
8301306: java/net/httpclient/* fail with -Xcomp
...
Reviewed-by: dfuchs, alanb
2023-02-03 11:56:06 +00:00
Per Minborg
b504c9411e
8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes
...
Reviewed-by: rriggs
2023-02-03 07:24:20 +00:00
Sibabrata Sahoo
7f313b0cef
8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jtreg Test
...
Reviewed-by: rhalade
2023-02-03 05:19:47 +00:00
Jaikiran Pai
4c9de876bf
8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
...
Reviewed-by: lancea
2023-02-03 01:03:28 +00:00
Hai-May Chao
b00b70c240
8286907: keytool should warn about weak PBE algorithms
...
Reviewed-by: mullan, weijun
2023-02-02 21:17:08 +00:00
Joe Darcy
ee0f5b5ed0
8301392: Port fdlibm log1p to Java
...
Reviewed-by: bpb
2023-02-02 20:36:34 +00:00
Raffaello Giulietti
f696785fd3
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
...
Reviewed-by: darcy, naoto
2023-02-02 19:10:42 +00:00
Chris Plummer
de5773325d
8301644: com/sun/jdi/JdbStopThreadTest.java fails after JDK-8300811
...
Reviewed-by: amenkov, kevinw
2023-02-02 16:58:48 +00:00
Leonid Mesnik
2d50c7d477
8298979: Remove duplicated serviceability/jvmti/thread/GetAllThreads/allthr01/allthr01.java
...
Reviewed-by: sspitsyn
2023-02-02 15:10:27 +00:00
Christian Hagedorn
59b7fb1a91
8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out
...
Reviewed-by: thartmann, kvn
2023-02-02 14:39:28 +00:00
Damon Fenacci
5b1584b92c
8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512
...
Reviewed-by: chagedorn, kvn, rcastanedalo
2023-02-02 14:33:28 +00:00
Aleksei Efimov
03b23a1e1b
8301367: Add exception handler method to the BaseLdapServer
...
Reviewed-by: jpai, vtewari, dfuchs
2023-02-02 12:45:00 +00:00
Johan Sjölen
7b6ac41ab1
8286876: NMT.test_unaliged_block_address_vm_assert fails if using clang toolchain
...
Reviewed-by: stuefe, gziemski
2023-02-02 10:14:26 +00:00
Roland Westrelin
af474ce359
8297582: C2: very slow compilation due to type system verification code
...
Reviewed-by: kvn, vlivanov
2023-02-02 08:29:19 +00:00
Jesper Wilhelmsson
d6832121b7
Merge
2023-02-01 22:36:07 +00:00
Mandy Chung
51ac8783b9
8284236: Remove java/lang/ref/ReferenceEnqueue.java from ProblemList-Xcomp.txt
...
Reviewed-by: alanb
2023-02-01 20:27:20 +00:00
Jonathan Gibbons
24ff3da054
8301201: Allow \n@ inside inline tags using inlineContent
...
Reviewed-by: hannesw
2023-02-01 18:28:42 +00:00
Matthew Donovan
3361a26df4
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
...
Reviewed-by: rhalade
2023-02-01 17:20:24 +00:00
Tobias Hartmann
cae577a710
8295486: Inconsistent constant field values observed during compilation
...
Reviewed-by: chagedorn, kvn, jbhateja, vlivanov
2023-02-01 11:15:35 +00:00
Claes Redestad
969f6a37e4
8301093: C2 fails assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out
...
Reviewed-by: thartmann, kvn
2023-02-01 10:55:43 +00:00
Roland Westrelin
2a8ae2ff1c
8300256: C2: vectorization is sometimes skipped on loops where it would succeed
...
Reviewed-by: kvn, thartmann
2023-02-01 09:48:54 +00:00
Kevin Walls
225f80532c
8299891: JMX ObjectInputFilter additional classes needed
...
Reviewed-by: dfuchs, sspitsyn, cjplummer
2023-02-01 09:14:25 +00:00
David Holmes
d269ebbad2
8301570: Test runtime/jni/nativeStack/ needs to detach the native thread
...
Co-authored-by: Calvin Cheung <ccheung@openjdk.org>
Reviewed-by: lmesnik, ccheung
2023-02-01 07:56:21 +00:00
Bill Huang
09bfbf8063
8300909: Update com/sun/jndi/dns/Test6991580.java manual test instruction
...
Reviewed-by: alanb
2023-01-31 22:12:07 +00:00
Vicente Romero
6beadbbe9f
8293519: deprecation warnings should be emitted for uses of annotation methods inside other annotations
...
Reviewed-by: jlahoda
2023-01-31 18:20:11 +00:00
Axel Boldt-Christmas
cdb4ba9657
8301326: Optimize compiler/uncommontrap/TestDeoptOOM.java test
...
Reviewed-by: rcastanedalo, thartmann
2023-01-31 07:54:20 +00:00
Jesper Wilhelmsson
561a25e025
Merge
2023-01-30 20:51:54 +00:00
Joe Darcy
63bb2ce8de
8301205: Port fdlibm log10 to Java
...
Reviewed-by: bpb
2023-01-30 20:33:01 +00:00
Leonid Mesnik
a91143cc93
8298907: nsk JDI tests pass if the debuggee failed to launch
...
Reviewed-by: cjplummer, kevinw
2023-01-30 17:32:45 +00:00
Daniel Fuchs
a74ebd048a
8299325: java/net/httpclient/CancelRequestTest.java fails "test CancelRequestTest.testGetSendAsync(" https://localhost:46509/https1/x/same/interrupt ", true, true)"
...
Reviewed-by: jpai
2023-01-30 14:41:59 +00:00
Daniel Fuchs
041a12e655
8301255: Http2Connection may send too many GOAWAY frames
...
Reviewed-by: jpai
2023-01-30 14:36:36 +00:00
Matthias Baesken
cbefe1fd35
8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le
...
Reviewed-by: rrich
2023-01-30 08:15:10 +00:00
Prasanta Sadhukhan
c2ebd17938
6187113: DefaultListSelectionModel.removeIndexInterval(0, Integer.MAX_VALUE) fails
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
2023-01-30 07:35:14 +00:00
Sergey Bylokhov
d4e9f5e5f2
8238170: BeanContextSupport remove and propertyChange can deadlock
...
Reviewed-by: phh
2023-01-29 20:04:37 +00:00
Jatin Bhateja
6475501a01
8300208: Optimize Adler32 stub for AVX-512 targets.
...
Reviewed-by: kvn, sviswanathan
2023-01-29 01:55:46 +00:00
Yadong Wang
af564e46b0
8299844: RISC-V: Implement _onSpinWait intrinsic
...
Reviewed-by: fjiang, fyang, luhenry
2023-01-28 02:17:44 +00:00
Damon Nguyen
ef6200c727
8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF
...
Co-authored-by: Manukumar V S <mvs@openjdk.org>
Reviewed-by: psadhukhan, kizune, achung, prr
2023-01-27 23:09:14 +00:00
Eirik Bjorsnos
5dfc4ec7d9
8300140: ZipFile.isSignatureRelated returns true for files in META-INF subdirectories
...
Reviewed-by: weijun
2023-01-27 22:47:51 +00:00
Jesper Wilhelmsson
5c59de52a3
Merge
2023-01-27 22:46:31 +00:00
Xue-Lei Andrew Fan
9c4bc2c395
8301132: Test update for deprecated sprintf in Xcode 14
...
Reviewed-by: mikael
2023-01-27 19:01:01 +00:00
Damon Nguyen
e5860ef60a
8301206: Fix issue with LocaleData after JDK-8300719
...
Reviewed-by: naoto
2023-01-27 17:22:05 +00:00
Mandy Chung
7aaf76c529
8300924: Method::invoke throws wrong exception type when passing wrong number of arguments to method with 4 or more parameters
...
Reviewed-by: rriggs
2023-01-27 17:13:54 +00:00
Coleen Phillimore
fccf818972
8301123: Enable Symbol refcounting underflow checks in PRODUCT
...
Reviewed-by: fparain, iklam
2023-01-27 14:56:29 +00:00
Tejesh R
db8fa1be05
8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case
...
Reviewed-by: serb
2023-01-27 11:05:12 +00:00
Erik Österlund
6e4710bc83
8300253: Introduce AArch64 nzcv accessors
...
Reviewed-by: aph, smonteith
2023-01-27 08:08:59 +00:00
Valerie Peng
7eff578768
8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
...
Reviewed-by: weijun
2023-01-26 22:07:31 +00:00
Matthew Donovan
d6007a356f
8298869: Update ConnectionTest.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 21:36:36 +00:00
Matthew Donovan
7ddafd75b0
8301189: validate-source fails after JDK-8298873
...
Reviewed-by: dcubed, rhalade
2023-01-26 19:36:41 +00:00
Matthew Donovan
fc26d3e577
8298873: Update IllegalRecordVersion.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 18:36:29 +00:00
Thomas Schatzl
315398c245
8221785: Let possibly_parallel_threads_do cover the same threads as threads_do
...
Reviewed-by: iwalulya, coleenp
2023-01-26 15:39:22 +00:00
Severin Gehwolf
64ddf9536f
8299858: [Metrics] Swap memory limit reported incorrectly when too large
...
Reviewed-by: stuefe
2023-01-26 14:50:46 +00:00
Roman Marchenko
15a1488401
8297437: javadoc cannot link to old docs (with old style anchors)
...
Reviewed-by: hannesw
2023-01-26 11:11:21 +00:00
Leo Korinth
30cb305dc1
8292170: Convert CodeRootSetTable to use ResourceHashtable
...
Reviewed-by: coleenp, iwalulya, iklam
2023-01-26 10:32:36 +00:00
Damon Fenacci
4b0e656bb6
8298118: split-if optimization causes empty loop to temporarily have more than one phi
...
Reviewed-by: roland, thartmann, kvn
2023-01-26 07:41:15 +00:00
Joe Darcy
b5a4744f90
8300857: State return value for Types.asElement(NoType) explicitly
...
Reviewed-by: jjg
2023-01-26 02:14:07 +00:00
Scott Gibbons
7e951f4b4c
8301092
: Add benchmark for CRC32
...
Reviewed-by: ecaspole, sviswanathan
2023-01-26 00:20:41 +00:00
Mikael Vidstedt
ccf2f5837b
8300806: Update googletest to v1.13.0
...
Reviewed-by: erikj, ihse
2023-01-25 18:27:26 +00:00
Xue-Lei Andrew Fan
e80b5ea448
8299635: Hotspot update for deprecated sprintf in Xcode 14
...
Reviewed-by: dholmes, mikael
2023-01-25 15:42:53 +00:00
Per Minborg
a23ff63af1
8301086: jdk/internal/util/ByteArray/ReadWriteValues.java fails with CompilationError
...
Reviewed-by: dfuchs
2023-01-25 14:13:22 +00:00
Jaikiran Pai
8a47429dc0
8295944: Move the Http2TestServer and related classes into a package of its own
...
Reviewed-by: dfuchs
2023-01-25 13:38:02 +00:00
Per Minborg
74e1a8bfa8
8300236: Use VarHandle access in Data(Input | Output)Stream classes
...
Reviewed-by: rriggs, alanb
2023-01-25 12:54:27 +00:00
Severin Gehwolf
3c61d5aa48
8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values
...
Reviewed-by: mbaesken
2023-01-25 10:24:33 +00:00
Erik Österlund
95fafd094f
8300644
: Remove gc/shenandoah/jni/TestStringCriticalWithDedup.java
...
Reviewed-by: wkemper, mbaesken
2023-01-25 08:15:35 +00:00
Christian Hagedorn
5a478ef775
8297730: C2: Arraycopy intrinsic throws incorrect exception
...
Reviewed-by: thartmann, kvn
2023-01-25 07:22:12 +00:00
Prasanta Sadhukhan
7465de453a
6603771: Nimbus L&F: Ctrl+F7 keybinding for Jinternal Frame throws a NPE.
...
Reviewed-by: abhiscxk, serb
2023-01-25 05:48:07 +00:00
Jesper Wilhelmsson
81d523d382
Merge
2023-01-24 22:28:07 +00:00
Eirik Bjorsnos
cf46004f27
8300272: Improve readability of the test JarWithOneNonDisabledDigestAlg
...
Reviewed-by: weijun
2023-01-24 22:16:28 +00:00
Brian Burkhalter
b678e70003
8300942: JDK-8299684 breaks x86 build
...
Reviewed-by: dholmes, jiefu
2023-01-24 20:32:46 +00:00
Jan Lahoda
a3ed7e94a2
8300623: Lambda deserialization regression involving Enum method reference
...
Reviewed-by: mcimadamore, vromero
2023-01-24 06:40:06 +00:00
Thomas Stuefe
2292ce137c
8294677: chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications
...
Reviewed-by: simonis, phh
2023-01-24 06:35:26 +00:00
Jamil Nimeh
2da2e5a0e8
8300946: Add sun/security/provider/certpath/OCSP/OCSPNoContentLength to ProblemList
...
Reviewed-by: jpai
2023-01-24 02:09:48 +00:00
Jamil Nimeh
1a3cb8c501
8296343: CPVE thrown on missing content-length in OCSP response
...
Reviewed-by: mullan, rhalade
2023-01-23 18:05:48 +00:00
Mandy Chung
86fed79670
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
...
Reviewed-by: jvernee, dholmes, psandoz
2023-01-23 17:58:53 +00:00
Brian Burkhalter
a56598f5a5
8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly
...
Reviewed-by: dholmes, alanb
2023-01-23 17:12:49 +00:00
Justin King
03a9a88efb
8300265: Remove metaprogramming/isSigned.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-23 16:03:28 +00:00
Emanuel Peter
5a4945c0d9
8299975: Limit underflow protection CMoveINode in PhaseIdealLoop::do_unroll must also protect type from underflow
...
Reviewed-by: roland, chagedorn
2023-01-23 13:10:42 +00:00
Prasanta Sadhukhan
11aadc9d98
8244400: MenuItem may cache the size and did not update it when the screen DPI is changed
...
Reviewed-by: serb, aivanov
2023-01-23 10:18:23 +00:00
Tobias Hartmann
45e4e00981
8300079: SIGSEGV in LibraryCallKit::inline_string_copy due to constant NULL src argument
...
Reviewed-by: roland, chagedorn, kvn
2023-01-23 06:06:32 +00:00
Jatin Bhateja
7ced08d4ec
8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug
...
Reviewed-by: kvn, pli
2023-01-22 06:47:00 +00:00
Tagir F. Valeev
67b1c890b3
8294693: Add Collections.shuffle overload that accepts RandomGenerator interface
...
Reviewed-by: smarks, darcy
2023-01-21 18:36:31 +00:00
Justin King
c8dd7583a9
8300260: Remove metaprogramming/isSame.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-21 15:03:26 +00:00
Claes Redestad
bb42e61a61
8300493: Use ArraysSupport.vectorizedHashCode in j.u.zip.ZipCoder
...
Reviewed-by: alanb, lancea
2023-01-21 11:54:51 +00:00
Doug Simon
06394ee8b1
8300590: [JVMCI] BytecodeFrame.equals is broken
...
Reviewed-by: adinn, dlong
2023-01-21 11:31:44 +00:00
Justin King
5331a3ef73
8298908: Instrument Metaspace for ASan
...
Reviewed-by: stuefe, ihse, iklam
2023-01-21 08:57:14 +00:00
Sergey Bylokhov
e1ee6727f7
8300725: Improve performance of ColorConvertOp for default destinations with alpha
...
Reviewed-by: prr
2023-01-21 07:09:00 +00:00
Chris Plummer
5784eb7b68
8300721: Cleanup ProblemList-svc-vthread.txt
...
Reviewed-by: alanb, lmesnik
2023-01-20 19:58:54 +00:00
Volodymyr Paprotski
9d44dd0cca
8297972: Poly1305 Endianness on ByteBuffer not enforced
...
Reviewed-by: jnimeh
2023-01-20 19:51:28 +00:00
Darragh Clarke
e803855708
8299863: URLFromURITest.java should import org.junit.jupiter.api.Test
...
Reviewed-by: dfuchs, cstein
2023-01-20 17:00:53 +00:00
Ralf Schmelter
92d8326e40
8299827: Add resolved IP address in connection exception for sockets
...
Reviewed-by: alanb, vtewari, jpai, dfuchs
2023-01-20 16:36:45 +00:00
Hannes Wallnöfer
b2d3622115
8299896: Reduce enum values of HtmlLinkInfo.Kind
...
Reviewed-by: jjg
2023-01-20 14:50:35 +00:00
Tobias Holenstein
97c611d029
8289748: C2 compiled code crashes with SIGFPE with -XX:+StressLCM and -XX:+StressGCM
...
Reviewed-by: thartmann, chagedorn, kvn
2023-01-20 14:20:32 +00:00
Daniel Fuchs
49d60fee49
8300172: java/net/httpclient/MappingResponseSubscriber.java failed with java.net.ConnectException
...
Reviewed-by: jpai
2023-01-20 09:23:37 +00:00
Damon Fenacci
e1893976d5
8296403: [TESTBUG] IR test runner methods in TestLongRangeChecks.java invoke wrong test methods
...
Reviewed-by: thartmann, chagedorn, jiefu
2023-01-20 08:16:28 +00:00
Matias Saavedra Silva
77f2d20e96
8287873: Add test for using -XX:+AutoCreateSharedArchive with different JDK versions
...
Reviewed-by: iklam
2023-01-20 00:55:28 +00:00
Alexey Ivanov
558d610beb
8299553: Make ScaledEtchedBorderTest.java comprehensive
...
Reviewed-by: serb, honkar, achung
2023-01-19 19:32:58 +00:00
Weijun Wang
b317658d69
8300399: EdDSA does not verify when there is no message
...
Reviewed-by: ascarpino
2023-01-19 18:32:08 +00:00
Alexey Ivanov
2e4a3c47e2
8293862: javax/swing/JFileChooser/8046391/bug8046391.java failed with 'Cannot invoke "java.awt.Image.getWidth(java.awt.image.ImageObserver)" because "retVal" is null'
...
Co-authored-by: Tejesh R <tr@openjdk.org>
Reviewed-by: prr, serb
2023-01-19 13:00:09 +00:00
Justin King
eba87a0ee0
8300264: Remove metaprogramming/isPointer.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-19 09:11:22 +00:00
Alan Bateman
08e621829b
8300526: Test runtime/jni/IsVirtualThread/IsVirtualThread.java should exercise alternative virtual thread implementation
...
Reviewed-by: pchilanomate
2023-01-19 09:00:01 +00:00
Emanuel Peter
5f66024e95
8299959: C2: CmpU::Value must filter overflow computation against local sub computation
...
Reviewed-by: kvn, chagedorn, roland
2023-01-19 07:37:50 +00:00
Alan Bateman
5b0af1a80b
8208077: File.listRoots performance degradation
...
Reviewed-by: lancea, bpb
2023-01-19 06:59:38 +00:00
Feilong Jiang
24cdcd4c70
8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview)
...
Co-authored-by: Weikai He <weikai@isrc.iscas.ac.cn>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: jvernee, fyang, shade, yadongwang
2023-01-19 01:33:35 +00:00
Pengfei Li
715b509f3d
8298632: [TESTBUG] Add IR checks in jtreg vectorization tests
...
Reviewed-by: kvn, jbhateja
2023-01-19 01:05:58 +00:00
Calvin Cheung
910dffea86
8292635: Run ArchivedEnumTest.java in jdk tier testing
...
Reviewed-by: iklam, dholmes
2023-01-19 00:20:13 +00:00
Jesper Wilhelmsson
fc9f8baf56
Merge
2023-01-18 23:29:12 +00:00
Sergey Bylokhov
8b70c432d3
8299772: The ColorModel.getRGBdefault() method is not thread-safe
...
Reviewed-by: prr
2023-01-18 20:27:30 +00:00
Claes Redestad
3ea0b8bc25
8300489: Use ArraysSupport.vectorizedHashCode in j.l.CharacterName
...
Reviewed-by: alanb, naoto
2023-01-18 17:39:27 +00:00
Coleen Phillimore
c3242ee452
8298596
: vmTestbase/nsk/sysdict/vm/stress/chain/chain008/chain008.java fails with "NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom"
...
Reviewed-by: ayang, tschatzl
2023-01-18 15:19:30 +00:00
Dmitry Chuyko
b3684f4bac
8153837: AArch64: Handle special cases for MaxINode & MinINode
...
Reviewed-by: fyang, aph
2023-01-18 14:56:53 +00:00
Maurizio Cimadamore
b9275a8ed1
8300275: SegmentScope.isAccessibleBy returning incorrect values
...
Reviewed-by: alanb, jvernee
2023-01-18 12:36:15 +00:00
Jan Lahoda
c1b4212a53
8300195: Fall-through issue occurs when using record pattern in switch statements
...
Reviewed-by: vromero
2023-01-18 10:43:53 +00:00
Axel Boldt-Christmas
c7056737e3
8299089: Instrument global jni handles with tag to make them distinguishable
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Reviewed-by: eosterlund, stefank, ayang
2023-01-18 09:21:08 +00:00
Ramkumar Sunderbabu
1f438a8a70
8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
...
Reviewed-by: lmesnik
2023-01-18 06:53:04 +00:00
Jonathan Gibbons
7071397ed9
8299224: TestReporterStreams.java has bad indentation for legal header
...
Reviewed-by: prappo
2023-01-17 23:43:35 +00:00
Claes Redestad
e37078f5bb
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
2023-01-17 21:06:22 +00:00
Alan Bateman
fb147aaea1
8300228: ModuleReader.find on exploded module throws if resource name maps to invalid file path
...
Reviewed-by: jpai, chegar, cstein
2023-01-17 16:25:11 +00:00
Erik Österlund
ae0e02766a
8298059: Linked stack watermarks don't support nesting
...
Reviewed-by: stefank
Backport-of: b17c52422c
2023-01-17 15:05:51 +00:00
Matthias Baesken
e82dc6935b
8300205: Swing test bug8078268 make latch timeout configurable
...
Reviewed-by: aivanov, serb
2023-01-17 08:21:12 +00:00
Per Minborg
3462438ae1
8299576: Reimplement java.io.Bits using VarHandle access
...
Reviewed-by: uschindler, alanb
2023-01-17 07:44:26 +00:00
Archie L. Cobbs
382fe51b6d
8163229: several regression tests have a main method that is never executed
...
Reviewed-by: vromero
2023-01-17 04:43:40 +00:00
Matthew Donovan
06f9374e0c
8298867: Basics.java fails with SSL handshake exception
...
Reviewed-by: xuelei, rhalade
2023-01-17 04:41:55 +00:00
Justin King
f52f6e65fb
8299972: Remove metaprogramming/removeReference.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-16 19:30:16 +00:00
Justin King
4c1e66e0ab
8299971: Remove metaprogramming/conditional.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-16 19:28:25 +00:00
Magnus Ihse Bursie
4073b68565
8298047: Remove all non-significant trailing whitespace from properties files
...
Reviewed-by: serb, rriggs
2023-01-16 18:53:54 +00:00
Leo Korinth
506c818689
8296401: ConcurrentHashTable::bulk_delete might miss to delete some objects
...
Reviewed-by: rehn, iwalulya, aboldtch
2023-01-16 16:36:36 +00:00
Afshin Zafari
289aed465e
8298128: runtime/ErrorHandling/TestSigInfoInHsErrFile.java fails to find pattern with slowdebug
...
Reviewed-by: dcubed, dholmes, stuefe
2023-01-16 12:36:45 +00:00
Manukumar V S
a2f67660f0
8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
...
Reviewed-by: dnguyen, aivanov
2023-01-16 12:18:51 +00:00
Bhavana Kilambi
98d75f1879
8299038: Add AArch64 backend support for auto-vectorized FP16 conversions
...
Reviewed-by: xgong, ngasson
2023-01-16 10:47:38 +00:00
Emanuel Peter
6fea233e22
8299960: Speed up test/hotspot/jtreg/compiler/c2/irTests/TestVectorizeURShiftSubword.java
...
Reviewed-by: thartmann, chagedorn, fgao
2023-01-16 09:17:31 +00:00
Emanuel Peter
7c1ebcc4ce
8299962: Speed up compiler/intrinsics/unsafe/DirectByteBufferTest.java and HeapByteBufferTest.java
...
Reviewed-by: kvn, thartmann
2023-01-16 09:15:31 +00:00
Daniel Jeliński
50e7df91c7
8300024: Replace use of JNI_COMMIT mode with mode 0
...
Reviewed-by: amenkov, sspitsyn, cjplummer
2023-01-16 06:58:27 +00:00
Jesper Wilhelmsson
4be94e4350
Merge
2023-01-14 01:57:13 +00:00
Daniel D. Daugherty
bc498f87f7
8300141: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC
...
8300144: ProblemList vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java with ZGC
8300147: ProblemList vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/TestDescription.java in Xcomp
Reviewed-by: mikael
2023-01-13 22:55:08 +00:00
Stefan Karlsson
c250222880
8300110: Unproblemlist Fuzz.java from ProblemList-zgc.txt
...
Reviewed-by: aboldtch, tschatzl
2023-01-13 12:28:52 +00:00