jdk-24/test/hotspot/jtreg/compiler
Fei Gao 24fe8ad74c 8283307: Vectorize unsigned shift right on signed subword types
Reviewed-by: jiefu, pli, sviswanathan, kvn
2022-06-06 02:02:10 +00:00
..
allocation 8284369: TestFailedAllocationBadGraph fails with -XX:TieredStopAtLevel < 4 2022-04-06 06:51:02 +00:00
arguments 8283807: Handle CompileThreshold the same as other thresholds when scaled with -XX:CompileThresholdScaling 2022-05-06 07:08:19 +00:00
arraycopy 8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity 2022-04-29 06:12:43 +00:00
blackhole 8284848: C2: Compiler blackhole arguments should be treated as globally escaping 2022-04-28 08:32:44 +00:00
c1 8282218: C1: Missing side effects of dynamic class loading during constant linkage 2022-05-06 23:09:23 +00:00
c2 8283307: Vectorize unsigned shift right on signed subword types 2022-06-06 02:02:10 +00:00
calls 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
cha 8275830: C2: Receiver downcast is missing when inlining through method handle linkers 2022-01-04 12:35:48 +00:00
ciReplay 8254108: ciReplay: Support incremental inlining 2021-11-23 15:22:11 +00:00
classUnloading/methodUnloading 8243287: Removal of Unsafe::defineAnonymousClass 2021-05-13 12:46:54 +00:00
codecache 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
codegen 8284981: Support the vectorization of some counting-down loops in SLP 2022-04-30 07:39:16 +00:00
compilercontrol 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
controldependency 8262739: String inflation C2 intrinsic prevents insertion of anti-dependencies 2021-03-29 12:40:11 +00:00
conversions 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well 2020-12-10 08:09:08 +00:00
cpuflags 8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly 2021-09-16 08:23:55 +00:00
debug 8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN 2021-09-23 12:59:22 +00:00
dependencies/MonomorphicObjectCall 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
eliminateAutobox 8284198: Undo JDK-8261137: Optimization of Box nodes in uncommon_trap 2022-04-11 06:23:09 +00:00
escapeAnalysis 8276455: C2: iterative EA 2021-12-14 19:24:13 +00:00
exceptions 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
floatingpoint 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
gcbarriers 8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity 2022-04-29 06:12:43 +00:00
inlining 8282509: [exploded image] ResolvedClassTest fails with similar output 2022-03-10 15:09:19 +00:00
integerArithmetic 8286182: [BACKOUT] x86: Handle integral division overflow during parsing 2022-05-19 19:12:28 +00:00
interpreter 8271055: Crash during deoptimization with "assert(bb->is_reachable()) failed: getting result from unreachable basicblock" with -XX:+VerifyStack 2022-02-03 22:10:44 +00:00
intrinsics 8283894: Intrinsify compress and expand bits on x86 2022-06-06 00:37:54 +00:00
jsr292 8287362: FieldAccessWatch testcase failed on AIX platform 2022-05-28 05:33:08 +00:00
jvmci 8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type # 2022-06-01 14:41:23 +00:00
lib/ir_framework 8283307: Vectorize unsigned shift right on signed subword types 2022-06-06 02:02:10 +00:00
linkage 8266166: mark hotspot compiler/linkage tests which ignore VM flags 2021-04-28 03:40:47 +00:00
locks 8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code 2021-06-14 23:41:50 +00:00
longcountedloops 8277906: Incorrect type for IV phi of long counted loops after CCP 2021-12-02 15:09:58 +00:00
loopopts 8283466: C2: missing skeleton predicates in peeled loop 2022-06-02 06:49:23 +00:00
loopstripmining 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
macronodes 8236140: assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it 2020-01-09 16:14:14 +01:00
membars 8253765: C2: Control randomization in StressLCM and StressGCM 2020-10-12 11:40:50 +00:00
memoryinitialization
onSpinWait 8279134: Fix Amazon copyright in various files 2021-12-26 22:10:54 +00:00
oracle 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
osr
parsing 8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int) 2022-04-26 07:25:47 +00:00
patches/java.base/java/lang 8281146: Replace StringCoding.hasNegatives with countPositives 2022-03-17 09:20:24 +00:00
print 8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics 2022-03-03 07:59:45 +00:00
profiling 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel 2022-02-16 07:50:07 +00:00
rangechecks 8286638: C2: CmpU needs to do more precise over/underflow analysis 2022-05-16 07:21:30 +00:00
reflection
regalloc 8272570: C2: crash in PhaseCFG::global_code_motion 2021-08-25 01:16:48 +00:00
relocations
rtm 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
runtime 8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32 2022-03-18 07:58:58 +00:00
stable 8286013: Incorrect test configurations for compiler/stable/TestStableShort.java 2022-05-02 22:41:59 +00:00
startup 8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java 2021-09-16 08:12:31 +00:00
stringopts 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization 2020-06-19 11:32:51 +02:00
testlibrary 8276799: Implementation of JEP 422: Linux/RISC-V Port 2022-03-24 09:22:46 +00:00
tiered 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
types 8284853: Fix various 'expected' typo 2022-04-14 18:05:49 +00:00
uncommontrap 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
unsafe 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
vectorapi 8284960: Integration of JEP 426: Vector API (Fourth Incubator) 2022-05-31 16:02:09 +00:00
vectorization 8283307: Vectorize unsigned shift right on signed subword types 2022-06-06 02:02:10 +00:00
whitebox 8264395: WB_EnqueueInitializerForCompilation fails with "method holder must be initialized" when called for uninitialized class 2021-04-30 08:23:57 +00:00