Tobias Holenstein
|
dd06cc638e
|
8283807: Handle CompileThreshold the same as other thresholds when scaled with -XX:CompileThresholdScaling
Reviewed-by: kvn, iklam, thartmann
|
2022-05-06 07:08:19 +00:00 |
|
Jie Fu
|
7ebc4bce93
|
8286066: assert(k != __null) failed: klass not loaded caused by FillerObject_klass
Reviewed-by: dholmes, tschatzl, iklam
|
2022-05-05 23:16:42 +00:00 |
|
Alex Menkov
|
1bba64070e
|
8284027: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/ is failing
Reviewed-by: sspitsyn, cjplummer
|
2022-05-05 19:41:41 +00:00 |
|
Emanuel Peter
|
4a5e7a1ada
|
8282555: Missing memory edge when spilling MoveF2I, MoveD2L etc
Reviewed-by: kvn, thartmann, jbhateja
|
2022-05-05 08:15:53 +00:00 |
|
Vikey Chen
|
7d545084f4
|
8283606: Tests may fail with zh locale on MacOS
Reviewed-by: iklam, rriggs
|
2022-05-05 00:06:24 +00:00 |
|
Xin Liu
|
c5a0687f80
|
8285976: compiler/exceptions/OptimizeImplicitExceptions.java can't pass with -XX:+DeoptimizeALot
Reviewed-by: kvn, thartmann, simonis
|
2022-05-04 17:59:39 +00:00 |
|
Coleen Phillimore
|
be67acdf5c
|
8285832: runtime/Thread/TooSmallStackSize.java failed "assert(k->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation"
Reviewed-by: dholmes, fparain, iklam
|
2022-05-03 17:43:12 +00:00 |
|
Igor Veresov
|
4434c7df03
|
8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
Reviewed-by: kvn, thartmann
|
2022-05-03 16:02:22 +00:00 |
|
Matthias Baesken
|
0f62cb6fcc
|
8285921: serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java fails on Alpine
Reviewed-by: stuefe, dholmes
|
2022-05-03 11:21:57 +00:00 |
|
Roberto Castañeda Lozano
|
6fcd322258
|
8279622: C2: miscompilation of map pattern as a vector reduction
Reviewed-by: roland, kvn, thartmann
|
2022-05-03 11:08:48 +00:00 |
|
Jie Fu
|
3420a1aa70
|
8286013: Incorrect test configurations for compiler/stable/TestStableShort.java
Reviewed-by: shade, thartmann
|
2022-05-02 22:41:59 +00:00 |
|
Daniel D. Daugherty
|
41de506ed6
|
8285507: revert fix for JDK-8282704 now that JDK-8282952 is fixed
Reviewed-by: dholmes, pchilanomate
|
2022-05-02 15:39:06 +00:00 |
|
Thomas Schatzl
|
7a95a40e03
|
8285970: gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java still fails after JDK-8285011
Reviewed-by: ayang, dcubed
|
2022-05-02 15:30:35 +00:00 |
|
Daniel D. Daugherty
|
4a79270c01
|
8284632: runtime/Thread/StopAtExit.java possibly leaking memory again
Reviewed-by: pchilanomate, rehn
|
2022-05-02 15:23:03 +00:00 |
|
Thomas Schatzl
|
7020595631
|
8284435: Add dedicated filler objects for known dead Java heap areas
Reviewed-by: iklam, iwalulya
|
2022-05-02 11:03:57 +00:00 |
|
Jie Fu
|
1f9f8738f3
|
8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled
Reviewed-by: thartmann
|
2022-05-02 10:38:31 +00:00 |
|
Johan Sjölén
|
d9541c5e9f
|
8276202: LogFileOutput.invalid_file_vm asserts when being executed from a read only working directory
Reviewed-by: dholmes, stuefe
|
2022-04-30 08:00:26 +00:00 |
|
Fei Gao
|
df7fba1cda
|
8284981: Support the vectorization of some counting-down loops in SLP
Reviewed-by: roland, kvn
|
2022-04-30 07:39:16 +00:00 |
|
Leonid Mesnik
|
95d38bbd6b
|
8285773: Replace Algorithms.eatMemory(...) with WB.fullGC() in vmTestbase/gc/gctests/ReferencesGC/ReferencesGC.java
Reviewed-by: tschatzl, kbarrett
|
2022-04-29 19:33:41 +00:00 |
|
Dean Long
|
cd8709e8e0
|
8284883: JVM crash: guarantee(sect->end() <= sect->limit()) failed: sanity on AVX512
Reviewed-by: kvn, jbhateja
|
2022-04-29 19:09:58 +00:00 |
|
Roland Westrelin
|
e98ac23553
|
8285793: C2: optimization of mask checks in counted loops fail in the presence of cast nodes
Reviewed-by: kvn, thartmann
|
2022-04-29 11:19:27 +00:00 |
|
Jie Fu
|
c4f7a850c6
|
8285828: runtime/execstack/TestCheckJDK.java fails with zipped debug symbols
Reviewed-by: dholmes, stuefe
|
2022-04-29 08:50:06 +00:00 |
|
Jatin Bhateja
|
e4066628ad
|
8282711: Accelerate Math.signum function for AVX and AVX512 target.
Reviewed-by: sviswanathan, thartmann
|
2022-04-29 06:34:09 +00:00 |
|
Tobias Hartmann
|
0a4a6403bb
|
8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity
Reviewed-by: kvn, dlong
|
2022-04-29 06:12:43 +00:00 |
|
Thomas Schatzl
|
b7185780ff
|
8285011: gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java fails after JDK-8280761
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: ayang, lkorinth
|
2022-04-28 15:49:27 +00:00 |
|
Aleksey Shipilev
|
5629c7555f
|
8284848: C2: Compiler blackhole arguments should be treated as globally escaping
Reviewed-by: kvn, thartmann
|
2022-04-28 08:32:44 +00:00 |
|
Ivan Walulya
|
4f2e4c7c24
|
8178969: [TESTBUG] Wrong reporting of gc/g1/humongousObjects/TestHeapCounters test.
Reviewed-by: tschatzl, ayang
|
2022-04-28 08:04:19 +00:00 |
|
Chris Plummer
|
5c0934931b
|
8285032: vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/ fails with "eventSet.suspendPolicy() != policyExpected"
Reviewed-by: sspitsyn, amenkov
|
2022-04-27 20:38:18 +00:00 |
|
Ioi Lam
|
4714fdcd6a
|
8285279: ArgumentsTest.set_numeric_flag_double_vm fails on some locales (again)
Reviewed-by: dholmes
|
2022-04-27 04:58:13 +00:00 |
|
Eric Liu
|
d3ea4b7bb4
|
8283435: AArch64: [vectorapi] Optimize SVE lane/withLane operations for 64/128-bit vector sizes
Reviewed-by: njian, ngasson
|
2022-04-27 01:22:27 +00:00 |
|
Tyler Steele
|
97a0a292a6
|
8283643: [AIX, testbug] MachCodeFramesInErrorFile test fails to find 'Native frames' text
Reviewed-by: dnsimon, dholmes
|
2022-04-26 15:26:21 +00:00 |
|
Andrew Haley
|
a7b5157375
|
8282541: AArch64: Auto-vectorize Math.round API
Reviewed-by: njian, ngasson, adinn
|
2022-04-26 13:43:12 +00:00 |
|
Tobias Hartmann
|
8de3c65545
|
8284951: Compile::flatten_alias_type asserts with "indeterminate pointers come only from unsafe ops"
Reviewed-by: kvn, roland
|
2022-04-26 12:05:24 +00:00 |
|
Dean Long
|
947869609c
|
8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)
Reviewed-by: kvn, thartmann
|
2022-04-26 07:25:47 +00:00 |
|
Calvin Cheung
|
9b8270895e
|
8284319: Test runtime/cds/appcds/TestParallelGCWithCDS.java fails in repo-loom
Reviewed-by: iklam
|
2022-04-25 20:50:56 +00:00 |
|
Calvin Cheung
|
1e79ded98a
|
8284889: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc timed out
Reviewed-by: iklam
|
2022-04-25 16:54:44 +00:00 |
|
Roland Westrelin
|
32593df392
|
8279888: Local variable independently used by multiple loops can interfere with loop optimizations
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: thartmann, kvn
|
2022-04-25 09:30:00 +00:00 |
|
Roland Westrelin
|
dc6358444b
|
8273115: CountedLoopEndNode::stride_con crash in debug build with -XX:+TraceLoopOpts
Reviewed-by: kvn, thartmann
|
2022-04-25 08:32:50 +00:00 |
|
Aleksey Shipilev
|
ce8db2c403
|
8285394: Compiler blackholes can be eliminated due to stale ciMethod::intrinsic_id()
Reviewed-by: kvn, dlong
|
2022-04-22 17:11:34 +00:00 |
|
Calvin Cheung
|
73f3e17ea7
|
8213445: jcmd VM.symboltable and VM.stringtable -verbose output contains no shared symbols or strings
Reviewed-by: iklam, dholmes
|
2022-04-21 15:40:29 +00:00 |
|
Doug Simon
|
8543aaa7eb
|
8283839: [JVMCI] add support for querying indy bootstrap method target and arguments
Reviewed-by: psandoz, kvn
|
2022-04-20 20:25:00 +00:00 |
|
Quan Anh Mai
|
b4a85cdae1
|
8284742: x86: Handle integral division overflow during parsing
Reviewed-by: kvn, mdoerr
|
2022-04-20 16:17:01 +00:00 |
|
Tobias Holenstein
|
46b2e547a9
|
8075816: Deprecate AliasLevel flag since it is broken
Reviewed-by: thartmann, kvn
|
2022-04-20 09:41:53 +00:00 |
|
Thomas Schatzl
|
a5bb210589
|
8285012: Problemlist gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
Reviewed-by: ayang, dcubed
|
2022-04-19 15:31:42 +00:00 |
|
KIRIYAMA Takuya
|
8d96ab0f36
|
8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory
Reviewed-by: ayang, tschatzl
|
2022-04-19 12:54:08 +00:00 |
|
Boris Ulasevich
|
21de4e55b8
|
8284681: compiler/c2/aarch64/TestFarJump.java fails with "RuntimeException: for CodeHeap < 250MB the far jump is expected to be encoded with a single branch instruction"
Reviewed-by: kvn
|
2022-04-16 05:57:00 +00:00 |
|
Doug Simon
|
1ebf2f0d37
|
8284909: [JVMCI] remove remnants of AOT support
Reviewed-by: kvn
|
2022-04-15 17:30:00 +00:00 |
|
Thomas Stuefe
|
bdf8a2a205
|
8283326: Implement SafeFetch statically
Reviewed-by: dholmes, mdoerr, akozlov, lucy
|
2022-04-15 10:39:19 +00:00 |
|
Andrey Turbanov
|
48c7549806
|
8284853: Fix various 'expected' typo
Reviewed-by: bpb, ihse
|
2022-04-14 18:05:49 +00:00 |
|
Zhiqiang Zang
|
c7755b815d
|
8283094: Add Ideal transformation: x + (con - y) -> (x - y) + con
Reviewed-by: kvn, thartmann
|
2022-04-13 16:01:10 +00:00 |
|