Bhavana Kilambi
0e4d4a0c31
8320725: AArch64: C2: Add "requires_strict_order" flag for floating-point add and mul reduction
...
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: gli, epeter, aph
2024-06-11 07:16:56 +00:00
Albert Mingkun Yang
badf1cb9ce
8331675: gtest CollectorPolicy.young_min_ergo_vm fails after 8272364
...
Reviewed-by: tschatzl, zgu, gli
2024-06-11 06:57:05 +00:00
Serguei Spitsyn
fe9c63cf73
8333931: Problemlist serviceability/jvmti/vthread/CarrierThreadEventNotification
...
Reviewed-by: serb
2024-06-11 05:35:33 +00:00
Jaikiran Pai
41c88bc395
8333756: java/lang/instrument/NativeMethodPrefixApp.java failed due to missing intrinsic
...
Reviewed-by: amenkov, cjplummer
2024-06-11 03:48:03 +00:00
Vladimir Kozlov
9691153755
8329141: Obsolete RTM flags and code
...
Reviewed-by: chagedorn
2024-06-10 17:58:22 +00:00
Matthew Donovan
b25476200a
8333829: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8333317
...
Reviewed-by: mullan
2024-06-10 15:41:30 +00:00
Albert Mingkun Yang
b68609f80d
8333779: Parallel: Remove Summary phase related debug print during Full GC
...
Reviewed-by: tschatzl
2024-06-10 15:23:41 +00:00
Kuai Wei
2a242db01e
8325821: [REDO] use "dmb.ishst+dmb.ishld" for release barrier
...
Reviewed-by: shade, aph
2024-06-10 12:57:03 +00:00
Alan Bateman
e7dc76b577
8333849: (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
...
Reviewed-by: dfuchs
2024-06-10 12:47:09 +00:00
Daniel Fuchs
ec1664e8c9
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
...
Reviewed-by: jpai
2024-06-10 12:44:36 +00:00
Thomas Stuefe
e22fc121ae
8333775: Small improvement to outputStream auto-indentation mode
...
Reviewed-by: jsjolen, mbaesken
2024-06-10 12:33:32 +00:00
Jatin Bhateja
a941397327
8329031: CPUID feature detection for Advanced Performance Extensions (Intel® APX)
...
Reviewed-by: sviswanathan, kvn
2024-06-09 00:47:23 +00:00
Alex Menkov
17bd483ff0
8333680: com/sun/tools/attach/BasicTests.java fails with "SocketException: Permission denied: connect"
...
Reviewed-by: sspitsyn, kevinw, lmesnik
2024-06-07 19:30:37 +00:00
Scott Gibbons
8e72d7cf8e
8320448: Accelerate IndexOf using AVX2
...
Reviewed-by: epeter, kvn, sviswanathan
2024-06-07 17:02:14 +00:00
Naoto Sato
25ad86234a
8332161: Test restoring echo in the Console implementation (java.base)
...
Reviewed-by: joehw, prappo
2024-06-07 16:22:02 +00:00
Jorn Vernee
ee82346bd5
8325984: 4 jcstress tests are failing in Tier6 4 times each
...
Reviewed-by: shade
2024-06-07 15:40:59 +00:00
SendaoYan
d130d2f4f4
8333477: Delete extra empty spaces in Makefiles
...
Reviewed-by: erikj, chagedorn, liach, jwaters
2024-06-07 13:36:05 +00:00
Thomas Stuefe
bf7f1c41cc
8333211: NMT Reports: replace manual indentation handling with auto indent
...
Reviewed-by: jsjolen, asmehra
2024-06-07 07:34:58 +00:00
Matthias Baesken
8ffc35d117
8333724: Problem list security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#teliasonerarootcav1
...
Reviewed-by: lucy, serb
2024-06-07 07:12:55 +00:00
Richard Reingruber
f7862bd6b9
8331311: C2: Big Endian Port of 8318446: optimize stores into primitive arrays by combining values into larger store
...
Reviewed-by: epeter, kvn
2024-06-07 06:16:03 +00:00
Emanuel Peter
b4beda21b4
8332537: C2: High memory usage reported for compiler/loopopts/superword/TestAlignVectorFuzzer.java
...
Reviewed-by: kvn, thartmann, stuefe
2024-06-07 05:07:03 +00:00
Emanuel Peter
944aeb81b1
8325155: C2 SuperWord: remove alignment boundaries
...
Reviewed-by: chagedorn, kvn
2024-06-07 05:01:23 +00:00
Justin Lu
6238bc8da2
8333456: CompactNumberFormat integer parsing fails when string has no suffix
...
Reviewed-by: naoto
2024-06-06 20:34:46 +00:00
Joe Darcy
75dc2f8518
8330182: Start of release updates for JDK 24
...
8330183: Add SourceVersion.RELEASE_24
8330184: Add source 24 and target 24 to javac
Reviewed-by: iris, vromero, asotona, dholmes
2024-06-06 16:01:57 +00:00
Martin Doerr
9b436d048e
8333674: Disable CollectorPolicy.young_min_ergo_vm for PPC64
...
Reviewed-by: mbaesken, zgu
2024-06-06 15:34:46 +00:00
Emanuel Peter
487c477181
8333647: C2 SuperWord: some additional PopulateIndex tests
...
Reviewed-by: kvn, chagedorn
2024-06-06 15:21:31 +00:00
Daniel Fuchs
d02cb742f7
8333270: HandlersOnComplexResetUpdate and HandlersOnComplexUpdate tests fail with "Unexpected reference" if timeoutFactor is less than 1/3
...
Reviewed-by: jpai
2024-06-06 15:19:50 +00:00
Jorn Vernee
02f240415c
8333560: -Xlint:restricted does not work with --release
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: vromero, mcimadamore
2024-06-06 15:18:18 +00:00
Saint Wesonga
f15d423fb5
6942632: Hotspot should be able to use more than 64 logical processors on Windows
...
Reviewed-by: jsjolen, dholmes
2024-06-06 11:55:43 +00:00
Matthias Baesken
880c6b42ba
8333178: ubsan: jvmti_tools.cpp:149:16: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Reviewed-by: cjplummer, sspitsyn
2024-06-06 07:46:35 +00:00
Christian Hagedorn
7ef2831293
8333644: C2: assert(is_Bool()) failed: invalid node class: Phi
...
Reviewed-by: thartmann, kvn
2024-06-06 06:58:05 +00:00
Cesar Soares Lucas
b351b5f60e
8331736: C2: Live Node limit exceeded limit after JDK-8316991
...
Reviewed-by: thartmann, chagedorn
2024-06-06 05:21:09 +00:00
David Holmes
ca9390755b
8256828: ostream::print_cr() truncates buffer in copy-through case
...
Reviewed-by: stuefe, matsaave
2024-06-06 00:15:43 +00:00
Serguei Spitsyn
60ea17e848
8311177: Switching to interpreter only mode in carrier thread can lead to crashes
...
Reviewed-by: pchilanomate, amenkov
2024-06-05 21:46:41 +00:00
Liam Miller-Cushon
7564949a56
8291643: Consider omitting type annotations from type error diagnostics
...
Reviewed-by: vromero
2024-06-05 19:10:13 +00:00
Jatin Bhateja
4c09d9f828
8332119: Incorrect IllegalArgumentException for C2 compiled permute kernel
...
Reviewed-by: sviswanathan, kvn
2024-06-05 18:36:49 +00:00
Jan Lahoda
f7dbb98fe6
8333086: Using Console.println is unnecessarily slow due to JLine initalization
...
Reviewed-by: asotona, naoto
2024-06-05 17:20:44 +00:00
Leonid Mesnik
f73922b27d
8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1
...
Reviewed-by: cjplummer, sspitsyn
2024-06-05 16:05:20 +00:00
Abhishek Kumar
5dcb7a627e
8160755: bug6492108.java test fails with exception Image comparison failed at (0, 0) for image 4 in GTK L&F
...
Reviewed-by: aivanov, dnguyen, tr
2024-06-05 16:03:35 +00:00
Mark Sheppard
7acfba288f
8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out
...
Reviewed-by: bpb
2024-06-05 15:47:52 +00:00
Christian Hagedorn
c5c0867881
8333252: C2: assert(assertion_predicate_has_loop_opaque_node(iff)) failed: must find OpaqueLoop* nodes
...
Reviewed-by: kvn, epeter
2024-06-05 15:37:31 +00:00
Adam Sotona
d85b0ca5cd
8332457: Examine startup overheads from JDK-8294961
...
8229959: Convert proxy class to use constant dynamic
Reviewed-by: liach, redestad
2024-06-05 15:33:03 +00:00
Viktor Klang
326dbb1b13
8312436: CompletableFuture never completes when 'Throwable.toString()' method throws Exception
...
Reviewed-by: alanb
2024-06-05 14:40:04 +00:00
Jaikiran Pai
6882b381e8
8333590: UnmodifiableHeaders.toString() returns a value that represents empty headers
...
Reviewed-by: dfuchs, michaelm
2024-06-05 14:03:29 +00:00
Sonia Zaldana Calles
cbb6747e6b
8329581: Java launcher no longer prints a stack trace
...
8329420: Java 22 (and 23) launcher calls default constructor although main() is static
8330864: No error message when ExceptionInInitializerError thrown in static initializer
Reviewed-by: stuefe
2024-06-05 13:12:30 +00:00
Doug Lea
789f704d9a
8322732: ForkJoinPool may underutilize cores in async mode
...
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
Reviewed-by: alanb
2024-06-05 13:02:15 +00:00
Hannes Wallnöfer
765ad0e40b
8331947: Preview creates checkbox for JEP-less preview feature
...
Reviewed-by: liach, prappo
2024-06-05 12:39:56 +00:00
Johan Sjölen
3944e67366
8312132: Add tracking of multiple address spaces in NMT
...
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: stefank, stuefe
2024-06-05 07:53:48 +00:00
Matthias Baesken
d0052c032c
8333326: Linux Alpine build fails after 8302744
...
Reviewed-by: sgehwolf, clanger, stuefe
2024-06-05 07:11:27 +00:00
Jaikiran Pai
4369856c6d
8333130: MakeJAR2.sh uses hard-coded JDK version
...
Reviewed-by: lancea, darcy, sspitsyn, amenkov
2024-06-05 06:35:46 +00:00