Jaikiran Pai
|
cf5bb12731
|
Merge
Reviewed-by: alanb, dfuchs
|
2024-10-16 11:36:01 +00:00 |
|
Thomas Schatzl
|
577babf196
|
8334010: VM crashes with ObjectAlignmentInBytes > GCCardSizeInBytes
Reviewed-by: shade, iwalulya
|
2024-10-16 07:27:28 +00:00 |
|
Emanuel Peter
|
b9b0bd0871
|
8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
Reviewed-by: chagedorn, tholenstein
|
2024-10-16 07:23:12 +00:00 |
|
Kim Barrett
|
e4ff553c12
|
8341931: os_linux gtest uses lambdas with explicit capture lists
Reviewed-by: jwaters, jsjolen
|
2024-10-16 07:05:17 +00:00 |
|
Matthias Baesken
|
2c0c65353b
|
8342044: Increase timeout of gc/shenandoah/oom/TestClassLoaderLeak.java
Reviewed-by: shade
|
2024-10-15 11:52:34 +00:00 |
|
Emanuel Peter
|
cfa25b71a6
|
8328544: Improve handling of vectorization
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: mschoene, kvn, chagedorn, rhalade
|
2024-10-15 17:04:27 +05:30 |
|
Thomas Schatzl
|
c9a536c330
|
8337339: gc/arguments/Test*SizeFlags.java timing out with Xcomp
Reviewed-by: shade, iwalulya
|
2024-10-15 09:15:40 +00:00 |
|
Igor Veresov
|
a8a8b2deba
|
8341831: PhaseCFG::insert_anti_dependences asserts with "no loads"
Reviewed-by: dlong, kvn
|
2024-10-14 16:44:53 +00:00 |
|
Afshin Zafari
|
1581508988
|
8335091: NMT: VMATree reserve_mapping and commit_mapping APIs need MEMFLAGS while un/-committing API has no MEMFLAGS arg
Reviewed-by: jsjolen, gziemski
|
2024-10-14 10:51:37 +00:00 |
|
Fei Gao
|
dcac4b0a53
|
8341471: Reversed field layout caused by unstable sorting
Reviewed-by: jwaters, jsjolen
|
2024-10-14 08:40:03 +00:00 |
|
Aleksey Shipilev
|
037f11b864
|
8341708: Optimize safepoint poll encoding with smaller poll data offset
Reviewed-by: kvn, qamai
|
2024-10-14 06:02:00 +00:00 |
|
Tobias Hartmann
|
8d0975a27d
|
8336726: C2: assert(!do_asserts || projs->fallthrough_ioproj != nullptr) failed: must be found
Reviewed-by: chagedorn, kvn, vlivanov
|
2024-10-14 05:26:48 +00:00 |
|
Ramkumar Sunderbabu
|
41ee582df8
|
8341138: Rename jtreg property docker.support as container.support
Reviewed-by: sgehwolf, mseledtsov
|
2024-10-12 03:25:42 +00:00 |
|
Quan Anh Mai
|
7276a1bec0
|
8341784: Refactor TypeVect to use a BasicType instead of a const Type*
Reviewed-by: kvn, jkarthikeyan
|
2024-10-11 15:28:15 +00:00 |
|
Matthias Baesken
|
e7c5bf45f7
|
8341722: Fix some warnings as errors when building on Linux with toolchain clang
Reviewed-by: cjplummer, lucy
|
2024-10-10 07:21:05 +00:00 |
|
Daniel D. Daugherty
|
a45abf131b
|
8341860: ProblemList applications/ctw/modules/java_base_2.java on linux-x64
Reviewed-by: azvegint
|
2024-10-09 18:20:52 +00:00 |
|
Kangcheng Xu
|
c30ad0124e
|
8325495: C2: implement optimization for series of Add of unique value
Reviewed-by: chagedorn, roland
|
2024-10-09 15:07:13 +00:00 |
|
Roland Westrelin
|
ff2f39f240
|
8340214: C2 compilation asserts with "no node with a side effect" in PhaseIdealLoop::try_sink_out_of_loop
Reviewed-by: chagedorn, thartmann
|
2024-10-09 14:59:15 +00:00 |
|
Roland Westrelin
|
ecc77a5b4a
|
8336702: C2 compilation fails with "all memory state should have been processed" assert
Reviewed-by: thartmann, chagedorn
|
2024-10-09 14:57:37 +00:00 |
|
Daniel Skantz
|
d3f3c6a8cd
|
8330157: C2: Add a stress flag for bailouts
Reviewed-by: chagedorn, thartmann
|
2024-10-09 07:01:23 +00:00 |
|
Daniel D. Daugherty
|
f276f58fb4
|
8341803: ProblemList containers/docker/TestJcmdWithSideCar.java on linux-x64
8341805: ProblemList five mlvm/indy/func/jvmti tests in Xcomp mode
Reviewed-by: psandoz
|
2024-10-09 00:00:09 +00:00 |
|
Igor Veresov
|
7eab0a506a
|
8337066: Repeated call of StringBuffer.reverse with double byte string returns wrong result
Reviewed-by: kvn, thartmann
|
2024-10-08 23:21:44 +00:00 |
|
Amit Kumar
|
59ac7039d3
|
8339220: [s390x] TestIfMinMax.java failure
Reviewed-by: lucy, aph
|
2024-10-08 09:19:40 +00:00 |
|
Tobias Hartmann
|
92186a2774
|
8341612: [BACKOUT] 8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: chagedorn
|
2024-10-07 07:58:01 +00:00 |
|
Kim Barrett
|
feb6a830e2
|
8340945: Ubsan: oopStorage.cpp:374:8: runtime error: applying non-zero offset 18446744073709551168 to null pointer
Reviewed-by: tschatzl, mbaesken
|
2024-10-04 15:58:22 +00:00 |
|
Todd V. Jonker
|
1bdd79e7b2
|
8341261: Tests assume UnlockExperimentalVMOptions is disabled by default
Reviewed-by: stefank, mli, ysr
|
2024-10-04 09:01:41 +00:00 |
|
Dhamoder Nalla
|
4ded28380b
|
8338136: Hotspot should support multiple large page sizes on Windows
Reviewed-by: dholmes, djelinski
|
2024-10-04 04:50:54 +00:00 |
|
Daniel D. Daugherty
|
10402b43c7
|
8341489: ProblemList runtime/cds/appcds/DumpRuntimeClassesTest.java in Xcomp mode
Reviewed-by: matsaave
|
2024-10-03 20:25:47 +00:00 |
|
Severin Gehwolf
|
21f8ccf4a9
|
8341310: Test TestJcmdWithSideCar.java should skip ACCESS_TMP_VIA_PROC_ROOT (after JDK-8327114)
Reviewed-by: kevinw
|
2024-10-03 12:55:54 +00:00 |
|
Roberto Castañeda Lozano
|
0b467e902d
|
8334060: Implementation of Late Barrier Expansion for G1
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Siyao Liu <siyao.l.liu@oracle.com>
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Sergey Nazarkin <snazarki@openjdk.org>
Reviewed-by: kvn, tschatzl, fyang, ayang, kbarrett
|
2024-10-03 08:36:33 +00:00 |
|
Calvin Cheung
|
0bdfe88e4c
|
8328313: Archived module graph should allow identical --module-path to be specified during dump time and run time
Reviewed-by: alanb, dholmes, iklam
|
2024-10-02 15:51:56 +00:00 |
|
Ramkumar Sunderbabu
|
49501fe9c4
|
8341412: Various test failures after JDK-8334305
Reviewed-by: lmesnik, dcubed
|
2024-10-02 15:13:27 +00:00 |
|
Matias Saavedra Silva
|
883804841e
|
8324259: Classes used by CDS at runtime should be archived
Reviewed-by: iklam, ccheung
|
2024-10-02 14:45:56 +00:00 |
|
Ramkumar Sunderbabu
|
855c8a7def
|
8334305: Remove all code for nsk.share.Log verbose mode
Reviewed-by: mli, cjplummer, lmesnik
|
2024-10-02 10:48:21 +00:00 |
|
Tobias Holenstein
|
8d6d37fea1
|
8320308: C2 compilation crashes in LibraryCallKit::inline_unsafe_access
Reviewed-by: thartmann, kvn, vlivanov, epeter, roland
|
2024-10-01 23:52:46 +00:00 |
|
Ramkumar Sunderbabu
|
860d49db22
|
8211400: nsk.share.gc.Memory::getArrayLength returns wrong value
Reviewed-by: kbarrett, tschatzl
|
2024-09-30 13:43:40 +00:00 |
|
Tobias Hartmann
|
58b6fc5baa
|
8341197: [BACKOUT] 8322770: Implement C2 VectorizedHashCode on AArch64
Reviewed-by: shade, jpai
|
2024-09-30 10:56:52 +00:00 |
|
Mikhail Ablakatov
|
475b8943c6
|
8322770: Implement C2 VectorizedHashCode on AArch64
Reviewed-by: aph, adinn
|
2024-09-30 09:02:59 +00:00 |
|
Sebastian Lövdahl
|
52ba72823b
|
8327114: Attach in Linux may have wrong behaviour when pid == ns_pid (Kubernetes debug container)
Co-authored-by: Larry Cable <larry.cable@oracle.com>
Reviewed-by: kevinw, sgehwolf
|
2024-09-30 08:33:12 +00:00 |
|
Axel Boldt-Christmas
|
6514aef840
|
8340419: ZGC: Create an UseLargePages adaptation of TestAllocateHeapAt.java
Reviewed-by: stefank, sjohanss, jsikstro
|
2024-09-30 06:20:08 +00:00 |
|
Daniel D. Daugherty
|
5aae3d4085
|
8341096: ProblemList compiler/cha/TypeProfileFinalMethod.java in Xcomp mode
Reviewed-by: azvegint
|
2024-09-27 16:26:30 +00:00 |
|
Stefan Karlsson
|
9003e2c519
|
8341027: Crash in java/runtime/Unsafe/InternalErrorTest when running with -XX:-UseCompressedClassPointers
Reviewed-by: aboldtch, coleenp
|
2024-09-27 08:28:59 +00:00 |
|
Todd V. Jonker
|
2349bb7ace
|
8340974: Ambiguous name of jtreg property vm.libgraal.enabled
Reviewed-by: dnsimon, phh
|
2024-09-26 21:38:08 +00:00 |
|
Maxim Kartashev
|
aceae76fb5
|
8339460: CDS error when module is located in a directory with space in the name
Reviewed-by: ccheung, iklam
|
2024-09-26 15:40:31 +00:00 |
|
Lutz Schmidt
|
777c20cb14
|
8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
Reviewed-by: mdoerr, shade
|
2024-09-26 11:45:09 +00:00 |
|
Brian Burkhalter
|
81b5f09749
|
8340946: Add vmTestbase/gc/memory/Nio/Nio.java and java/nio/Buffer/LimitDirectMemory.java to problem list
Reviewed-by: liach, dcubed, alanb
|
2024-09-25 16:36:28 +00:00 |
|
Kuai Wei
|
e1c4d3039f
|
8339299: C1 will miss type profile when inline final method
Reviewed-by: lmesnik, vlivanov
|
2024-09-24 11:08:36 +00:00 |
|
Yudi Zheng
|
44024826e5
|
8340585: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement.java fails with -XX:-UseCompressedClassPointers
Reviewed-by: dnsimon
|
2024-09-24 08:25:06 +00:00 |
|
Afshin Zafari
|
e60e882156
|
8335167: Test runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
Reviewed-by: stuefe, dholmes, gziemski
|
2024-09-24 07:56:14 +00:00 |
|
Axel Boldt-Christmas
|
4098acc200
|
8340146: ZGC: TestAllocateHeapAt.java should not run with UseLargePages
Reviewed-by: tschatzl, stefank
|
2024-09-24 05:35:12 +00:00 |
|