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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Eric Liu
|
c35590282d
|
8282528: AArch64: Incorrect replicate2L_zero rule
Reviewed-by: aph
|
2022-04-13 04:21:43 +00:00 |
|
Wu Yan
|
0c04bf8e59
|
8284198: Undo JDK-8261137: Optimization of Box nodes in uncommon_trap
Reviewed-by: kvn, thartmann
|
2022-04-11 06:23:09 +00:00 |
|
vamsi-parasa
|
37e28aea27
|
8282221: x86 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: sviswanathan, kvn, jbhateja
|
2022-04-10 03:47:18 +00:00 |
|
Fei Gao
|
e572a525f5
|
8280511: AArch64: Combine shift and negate to a single instruction
Reviewed-by: njian, ngasson
|
2022-04-08 01:25:13 +00:00 |
|
Boris Ulasevich
|
e524107a74
|
8280872: Reorder code cache segments to improve code density
Reviewed-by: simonis, kvn
|
2022-04-06 09:32:12 +00:00 |
|
Tobias Hartmann
|
955d61df30
|
8284369: TestFailedAllocationBadGraph fails with -XX:TieredStopAtLevel < 4
Reviewed-by: chagedorn
|
2022-04-06 06:51:02 +00:00 |
|
Pengfei Li
|
741be46138
|
8183390: Fix and re-enable post loop vectorization
Reviewed-by: roland, thartmann, kvn
|
2022-04-05 23:50:13 +00:00 |
|
Jatin Bhateja
|
003ec21f3c
|
8279508: Auto-vectorize Math.round API
Reviewed-by: sviswanathan, aph
|
2022-04-02 18:00:33 +00:00 |
|
Xiaohong Gong
|
05ea7a51e1
|
8282431: AArch64: Add optimized rules for masked vector multiply-add/sub for SVE
Reviewed-by: njian, ngasson
|
2022-04-01 09:33:46 +00:00 |
|
Sergey Bylokhov
|
ad83ec7e28
|
8283422: Create a new test for JDK-8254790
Reviewed-by: kvn, thartmann
|
2022-03-31 18:17:38 +00:00 |
|
Fei Yang
|
835c7e8d6d
|
8283907: Fix Huawei copyright in various files
Reviewed-by: mli
|
2022-03-31 00:46:44 +00:00 |
|
Ningsheng Jian
|
51c05e8219
|
8282764: AArch64: compiler/vectorapi/reshape/TestVectorCastNeon.java failed with incorrect result
Reviewed-by: psandoz, ngasson, eliu
|
2022-03-30 09:47:20 +00:00 |
|
Tobias Hartmann
|
2367228835
|
8283834: Unmappable character for US-ASCII encoding in TestPredicateInputBelowLoopPredicate
Reviewed-by: chagedorn
|
2022-03-29 07:21:23 +00:00 |
|
Roland Westrelin
|
14c20bc0e0
|
8283187: C2: loop candidate for superword not always unrolled fully if superword fails
Reviewed-by: thartmann, chagedorn
|
2022-03-24 12:53:44 +00:00 |
|
Fei Yang
|
5905b02c0e
|
8276799: Implementation of JEP 422: Linux/RISC-V Port
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
|
2022-03-24 09:22:46 +00:00 |
|
Pengfei Li
|
a6740c010b
|
8283408: Fix a C2 crash when filling arrays with unsafe
Reviewed-by: roland, thartmann
|
2022-03-24 01:50:04 +00:00 |
|
Jie Fu
|
026b85303c
|
8283298: Make CodeCacheSegmentSize a product flag
Reviewed-by: dlong, kvn
|
2022-03-23 08:48:17 +00:00 |
|
Emanuel Peter
|
d29c7e740d
|
8282590: C2: assert(addp->is_AddP() && addp->outcnt() > 0) failed: Don't process dead nodes
Reviewed-by: thartmann, chagedorn
|
2022-03-22 16:23:23 +00:00 |
|
Roland Westrelin
|
fabde3b7b8
|
8283451: C2: assert(_base == Long) failed: Not a Long
Reviewed-by: thartmann, chagedorn
|
2022-03-22 14:06:49 +00:00 |
|
Roland Westrelin
|
85628a871d
|
8282592: C2: assert(false) failed: graph should be schedulable
Reviewed-by: chagedorn, thartmann
|
2022-03-22 10:34:33 +00:00 |
|
Jie Fu
|
b96cb048f1
|
8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Reviewed-by: chagedorn
|
2022-03-18 07:58:58 +00:00 |
|
Claes Redestad
|
beedae1141
|
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: kvn, lucy, rriggs
|
2022-03-17 09:20:24 +00:00 |
|
Jie Fu
|
3da5204b3c
|
8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Reviewed-by: dlong
|
2022-03-17 00:05:57 +00:00 |
|
Dean Long
|
1465ea98b7
|
8282355: compiler/arguments/TestCodeEntryAlignment.java failed "guarantee(sect->end() <= tend) failed: sanity"
Reviewed-by: jiefu, thartmann, shade
|
2022-03-15 20:17:36 +00:00 |
|
Tobias Hartmann
|
12dca36c73
|
8283189: Bad copyright header in UnsafeCopyMemory.java
Reviewed-by: chagedorn, dcubed
|
2022-03-15 16:28:54 +00:00 |
|
Tyler Steele
|
4de72014d3
|
8283122: [AIX, s390] UnsafeCopyMemory 'Mismatched' Tests Fail on Big Endian Systems
Reviewed-by: thartmann, stuefe
|
2022-03-15 14:52:27 +00:00 |
|
Dean Long
|
34d4ffcea5
|
8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
Reviewed-by: dnsimon, iveresov
|
2022-03-15 07:24:50 +00:00 |
|
Roland Westrelin
|
ea9eeea8ff
|
8281322: C2: always construct strip mined loop initially (even if strip mining is disabled)
Reviewed-by: chagedorn, thartmann
|
2022-03-14 13:59:13 +00:00 |
|
Ahmed Muhsin
|
5f3d4032f3
|
8272735: Add missing SubL node transformations
Reviewed-by: thartmann, chagedorn
|
2022-03-14 09:05:53 +00:00 |
|
Jatin Bhateja
|
fde3149896
|
8281375: Accelerate bitCount operation for AVX2 and AVX512 target.
Reviewed-by: sviswanathan, thartmann
|
2022-03-14 07:11:23 +00:00 |
|
Tyler Steele
|
7c8ea9f05b
|
8282509: [exploded image] ResolvedClassTest fails with similar output
Reviewed-by: mdoerr, dlong
|
2022-03-10 15:09:19 +00:00 |
|
Emanuel Peter
|
d07f7c76c5
|
8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
Reviewed-by: psandoz, thartmann
|
2022-03-09 08:59:37 +00:00 |
|
Xin Liu
|
288d1afc5a
|
8282715: typo compileony in test Test8005033.java
Reviewed-by: jiefu, dholmes, thartmann
|
2022-03-08 17:33:15 +00:00 |
|
Foivos Zakkak
|
0cbc4b85bf
|
8281266: [JVMCI] MetaUtil.toInternalName() doesn't handle hidden classes correctly
Reviewed-by: sgehwolf, dnsimon
|
2022-03-08 15:35:55 +00:00 |
|