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
Raffaello Giulietti
33412c102c
8299677: Formatter.format might take a long time to format an integer or floating-point
...
Reviewed-by: alanb, stsypanov, darcy
2023-01-12 19:21:09 +00:00
Alan Bateman
4b573343a6
8278326: Socket close is not thread safe and other cleanup
...
Reviewed-by: jpai
2023-01-12 09:38:31 +00:00
Matthias Baesken
0ee8cac7c7
8299672: Enhance HeapDump JFR event
...
Reviewed-by: rschmelter, clanger
2023-01-12 08:04:46 +00:00
Christoph Langer
752a37016f
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
...
Reviewed-by: naoto
Backport-of: 3b374c0153
2023-01-12 08:02:58 +00:00