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
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
Axel Boldt-Christmas
cdb4ba9657
8301326: Optimize compiler/uncommontrap/TestDeoptOOM.java test
...
Reviewed-by: rcastanedalo, thartmann
2023-01-31 07:54:20 +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
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
Coleen Phillimore
fccf818972
8301123: Enable Symbol refcounting underflow checks in PRODUCT
...
Reviewed-by: fparain, iklam
2023-01-27 14:56:29 +00:00
Erik Österlund
6e4710bc83
8300253: Introduce AArch64 nzcv accessors
...
Reviewed-by: aph, smonteith
2023-01-27 08:08:59 +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
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
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
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
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
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
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
Justin King
c8dd7583a9
8300260: Remove metaprogramming/isSame.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-21 15:03:26 +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
Chris Plummer
5784eb7b68
8300721: Cleanup ProblemList-svc-vthread.txt
...
Reviewed-by: alanb, lmesnik
2023-01-20 19:58:54 +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
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
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
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
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
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
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
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
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