Yumin Qi
|
8e4ef818a9
|
8280767: -XX:ArchiveClassesAtExit does not archive BoundMethodHandle$Species classes
Reviewed-by: iklam, ccheung
|
2022-02-04 19:20:22 +00:00 |
|
Dean Long
|
e44dc638b8
|
8271055: Crash during deoptimization with "assert(bb->is_reachable()) failed: getting result from unreachable basicblock" with -XX:+VerifyStack
Co-authored-by: Yi Yang <yyang@openjdk.org>
Co-authored-by: Yi Yang <qingfeng.yy@alibaba-inc.com>
Reviewed-by: vlivanov, thartmann
|
2022-02-03 22:10:44 +00:00 |
|
Chris Plummer
|
fe0118f804
|
8279662: serviceability/sa/ClhsdbScanOops.java can fail do to unexpected GC
Reviewed-by: sspitsyn, kevinw
|
2022-02-02 21:51:39 +00:00 |
|
Roland Westrelin
|
de826ba18a
|
8280600: C2: assert(!had_error) failed: bad dominance
Reviewed-by: kvn, thartmann
|
2022-02-02 08:01:00 +00:00 |
|
Roland Westrelin
|
ab638341de
|
8280885: Shenandoah: Some tests failed with "EA: missing allocation reference path"
Reviewed-by: rkennke
|
2022-02-02 07:37:44 +00:00 |
|
Roland Westrelin
|
97af323041
|
8280842: Access violation in ciTypeFlow::profiled_count
Reviewed-by: neliasso, vlivanov, kvn
|
2022-02-02 07:35:34 +00:00 |
|
Roland Westrelin
|
d32f99ee65
|
8279219: [REDO] C2 crash when allocating array of size too large
Reviewed-by: thartmann, neliasso
|
2022-02-02 07:34:22 +00:00 |
|
Calvin Cheung
|
d95de5c7fe
|
8255495: Support CDS Archived Heap for uncompressed oops
Reviewed-by: iklam, tschatzl
|
2022-02-01 19:33:36 +00:00 |
|
Chris Plummer
|
4532c3a163
|
8280554: resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java can fail if GC is triggered
Reviewed-by: alanb, amenkov, lmesnik
|
2022-02-01 16:02:10 +00:00 |
|
Chris Plummer
|
5080e815b4
|
8280770: serviceability/sa/ClhsdbThreadContext.java sometimes fails with 'Thread "SteadyStateThread"' missing from stdout/stderr
Reviewed-by: sspitsyn, dholmes
|
2022-02-01 15:59:35 +00:00 |
|
Igor Veresov
|
4191b2b9b9
|
8275337: C1: assert(false) failed: live_in set of first block must be empty
Reviewed-by: kvn
|
2022-01-31 23:02:34 +00:00 |
|
Yumin Qi
|
319b77492f
|
8277101: jcmd VM.cds dynamic_dump should not regenerate holder classes
Reviewed-by: iklam, ccheung
|
2022-01-31 19:27:59 +00:00 |
|
Chris Plummer
|
be9f984cae
|
8280553: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java can fail if GC occurs
Reviewed-by: alanb, amenkov
|
2022-01-29 21:35:06 +00:00 |
|
Denghui Dong
|
9139159898
|
8280843: macos-Aarch64 SEGV in frame::sender_for_compiled_frame after JDK-8277948
Reviewed-by: aph, dholmes
|
2022-01-28 22:52:32 +00:00 |
|
Chris Plummer
|
0740ac474c
|
8280555: serviceability/sa/TestObjectMonitorIterate.java is failing due to ObjectMonitor referencing a null Object
Reviewed-by: sspitsyn, lmesnik
|
2022-01-28 18:51:21 +00:00 |
|
Daniel D. Daugherty
|
ff34d624ba
|
8280898: ProblemList compiler/regalloc/TestC2IntPressure.java on macosx-aarch64
Reviewed-by: ctornqvi
|
2022-01-28 18:09:35 +00:00 |
|
Chris Plummer
|
16e0ad0ad0
|
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
Reviewed-by: dholmes, kevinw
|
2022-01-26 18:06:05 +00:00 |
|
Emanuel Peter
|
ed0df2fa1f
|
8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"
Reviewed-by: kvn, neliasso, chagedorn
|
2022-01-26 10:12:22 +00:00 |
|
Harold Seigel
|
4501ddda7f
|
8214733: runtime/8176717/TestInheritFD.java timed out
Reviewed-by: lmesnik, coleenp, dcubed
|
2022-01-24 13:33:43 +00:00 |
|
Jie Fu
|
30cd47d421
|
8280499: runtime/cds/appcds/TestDumpClassListSource.java fails on platforms without AppCDS custom class loaders support
Reviewed-by: iklam
|
2022-01-24 04:37:51 +00:00 |
|
Calvin Cheung
|
b9ae77906e
|
8279675: CDS cannot handle non-existent JAR file in bootclassapth
Reviewed-by: iklam, minqi
|
2022-01-21 23:47:09 +00:00 |
|
KIRIYAMA Takuya
|
6287ae3707
|
8277531: Print actual default stacksize on Windows thread logging
Reviewed-by: dholmes, stuefe
|
2022-01-21 13:36:29 +00:00 |
|
Roland Westrelin
|
19f877981e
|
8278784: C2: Refactor PhaseIdealLoop::remix_address_expressions() so it operates on longs
Reviewed-by: chagedorn, thartmann
|
2022-01-21 07:32:08 +00:00 |
|
Yumin Qi
|
d48279b0bf
|
8279009: CDS crashes when the source of an InstanceKlass is NULL
Reviewed-by: iklam, ccheung
|
2022-01-20 17:52:49 +00:00 |
|
Vladimir Ivanov
|
3f747368b9
|
8280123: C2: Infinite loop in CMoveINode::Ideal during IGVN
Reviewed-by: kvn, thartmann, chagedorn
|
2022-01-20 11:23:17 +00:00 |
|
Zhiqiang Zang
|
0bf95a1a73
|
8279607: Existing optimization "~x+1" -> "-x" can be generalized to "~x+c" -> "(c-1)-x".
Reviewed-by: thartmann, kvn
|
2022-01-20 07:38:04 +00:00 |
|
Thomas Stuefe
|
39b1d75f25
|
8277822: Remove debug-only heap overrun checks in os::malloc and friends
Reviewed-by: coleenp, zgu
|
2022-01-19 11:16:00 +00:00 |
|
Yumin Qi
|
b0496b0df6
|
8279970: two AppCDS tests fail after JDK-8261455
Reviewed-by: ccheung, iklam
|
2022-01-19 03:21:19 +00:00 |
|
Chris Plummer
|
bdfa15d92c
|
8250801: Add clhsdb "threadcontext" command
Reviewed-by: sspitsyn, kevinw
|
2022-01-18 19:21:13 +00:00 |
|
Aleksey Shipilev
|
645b38d586
|
8280089: compiler/c2/irTests/TestIRAbs.java fails on some arches
Reviewed-by: jiefu, thartmann, chagedorn, fgao
|
2022-01-18 12:13:44 +00:00 |
|
Jesper Wilhelmsson
|
39f140a201
|
Merge
|
2022-01-18 01:56:50 +00:00 |
|
Jesper Wilhelmsson
|
37143c09ab
|
Merge
|
2022-01-18 01:10:17 +00:00 |
|
Aleksey Shipilev
|
590eb86033
|
8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
Reviewed-by: tschatzl, ayang
|
2022-01-17 08:17:49 +00:00 |
|
Fei Gao
|
c6196662b8
|
8276673: Optimize abs operations in C2 compiler
Reviewed-by: thartmann, jiefu
|
2022-01-17 02:16:45 +00:00 |
|
Daniel D. Daugherty
|
eab4e6d670
|
8280045: ProblemList 2 AppCDS tests until JDK-8279970 is fixed
Reviewed-by: ccheung
|
2022-01-14 22:24:39 +00:00 |
|
Hao Sun
|
45f20633f6
|
8279597: [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
Reviewed-by: kvn
|
2022-01-13 23:56:27 +00:00 |
|
Christian Hagedorn
|
65eb066b63
|
8279837: C2: assert(is_Loop()) failed: invalid node class: Region
Reviewed-by: kvn, thartmann
|
2022-01-13 07:13:22 +00:00 |
|
Jesper Wilhelmsson
|
67e3d51d68
|
Merge
|
2022-01-13 01:05:45 +00:00 |
|
Yumin Qi
|
1228b2f1f8
|
8261455: Automatically generate the CDS archive if necessary
Reviewed-by: iklam, ccheung
|
2022-01-13 00:23:05 +00:00 |
|
Albert Mingkun Yang
|
4f0b65023f
|
8278581: Improve reference processing statistics log output
Reviewed-by: tschatzl, kbarrett, sjohanss
|
2022-01-12 08:28:51 +00:00 |
|
Jie Fu
|
1c688f4137
|
8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
Reviewed-by: kvn
|
2022-01-12 03:55:00 +00:00 |
|
Vamsi Parasa
|
c4518e257c
|
8278868: Add x86 vectorization support for Long.bitCount()
Reviewed-by: jbhateja, sviswanathan, kvn
|
2022-01-11 18:47:42 +00:00 |
|
Liam Miller-Cushon
|
cfee4512f7
|
8273914: Indy string concat changes order of operations
Reviewed-by: vromero, jlahoda
|
2022-01-11 15:45:15 +00:00 |
|
Harold Seigel
|
c08b2ac34c
|
8225093: Special property jdk.boot.class.path.append should not default to empty string
Reviewed-by: dholmes, sspitsyn, alanb
|
2022-01-11 13:43:13 +00:00 |
|
Fairoz Matte
|
86d0abb66b
|
8279695: [TESTBUG] modify compiler/loopopts/TestSkeletonPredicateNegation.java to run on C1 also
Reviewed-by: neliasso
|
2022-01-11 09:39:39 +00:00 |
|
Tobias Hartmann
|
6d7db4b0b3
|
8279356: Method linking fails with guarantee(mh->adapter() != NULL) failed: Adapter blob must already exist!
Reviewed-by: chagedorn, kvn, coleenp
|
2022-01-11 06:59:26 +00:00 |
|
Jesper Wilhelmsson
|
d9b1bb5860
|
Merge
|
2022-01-10 17:06:23 +00:00 |
|
Vladimir Ivanov
|
ad34f03b54
|
8279515: C1: No inlining through invokedynamic and invokestatic call sites when resolved class is not linked
Reviewed-by: kvn, dlong
|
2022-01-10 13:56:01 +00:00 |
|
Fairoz Matte
|
928e347736
|
8279032: compiler/loopopts/TestSkeletonPredicateNegation.java times out with -XX:TieredStopAtLevel < 4
Reviewed-by: chagedorn, thartmann
|
2022-01-10 12:36:05 +00:00 |
|
Roland Westrelin
|
8d1a1e83f4
|
8278228: C2: Improve identical back-to-back if elimination
Reviewed-by: chagedorn, kvn
|
2022-01-10 07:52:18 +00:00 |
|