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 |
|
Albert Mingkun Yang
|
19d34bdf99
|
8281879: Serial: Merge CardGeneration into TenuredGeneration
Reviewed-by: tschatzl, iwalulya
|
2022-03-21 16:20:20 +00:00 |
|
Johannes Bechberger
|
999da9bfc5
|
8282306: os::is_first_C_frame(frame*) crashes on invalid link access
Reviewed-by: stuefe, mdoerr
|
2022-03-21 15:49:59 +00:00 |
|
Daniel D. Daugherty
|
3f923b82c3
|
8282704: runtime/Thread/StopAtExit.java may leak memory
Reviewed-by: dholmes, alanb
|
2022-03-19 13:43:06 +00:00 |
|
Jie Fu
|
10ccfffae1
|
8283352: [CDS] SharedBaseAddress.java fails on x86_32
Reviewed-by: dholmes, iklam, stuefe
|
2022-03-19 07:08:47 +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 |
|
Ioi Lam
|
b004fb0550
|
8282773: Refactor parsing of integer VM options
Reviewed-by: dholmes, kbarrett
|
2022-03-17 17:50:20 +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 |
|
Ivan Walulya
|
a5ebcc0c04
|
8282072: G1: Rename CardSetPtr to CardSetContainerPtr
Reviewed-by: ayang, tschatzl
|
2022-03-17 08:54:29 +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 |
|
Ioi Lam
|
de4f04cb71
|
8253495: CDS generates non-deterministic output
Reviewed-by: erikj, kbarrett, ccheung, ihse
|
2022-03-16 03:12:48 +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 |
|
Daniel D. Daugherty
|
bb7ee5a04a
|
8282314: nsk/jvmti/SuspendThread/suspendthrd003 may leak memory
Reviewed-by: dholmes, cjplummer, amenkov, lmesnik, mseledtsov
|
2022-03-10 19:13:55 +00:00 |
|
Aleksey Shipilev
|
7b91bbba82
|
8282170: JVMTI SetBreakpoint metaspace allocation test
Reviewed-by: cjplummer, lmesnik
|
2022-03-10 18:53:59 +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 |
|
Chris Plummer
|
ff76620487
|
8282641: Make jdb "threadgroup" command with no args reset the current threadgroup back to the default
Reviewed-by: kevinw, amenkov
|
2022-03-09 19:42:47 +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 |
|
Yi Yang
|
3f0684d0b8
|
8275775: Add jcmd VM.classes to print details of all classes
Reviewed-by: dholmes, iklam, stuefe
|
2022-03-08 03:14:21 +00:00 |
|
Ioi Lam
|
cde923dd47
|
8282690: runtime/CommandLine/VMDeprecatedOptions.java fails after JDK-8281181
Reviewed-by: dholmes, dcubed
|
2022-03-08 00:19:07 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Roland Westrelin
|
ef266d77b6
|
8278296: Generalize long range check transformation
Reviewed-by: jrose, thartmann
|
2022-03-07 16:26:19 +00:00 |
|
Mikael Vidstedt
|
52278b80c4
|
8282694: ProblemList runtime/CommandLine/VMDeprecatedOptions.java
Reviewed-by: jjg
|
2022-03-05 01:36:02 +00:00 |
|
wanghaomin
|
c459f8f406
|
8282142: [TestCase] compiler/inlining/ResolvedClassTest.java will fail when --with-jvm-features=-compiler1
Reviewed-by: jiefu, kvn
|
2022-03-05 00:01:49 +00:00 |
|
Ioi Lam
|
e07fd395bd
|
8281181: Do not use CPU Shares to compute active processor count
Reviewed-by: dholmes, sgehwolf
|
2022-03-04 20:14:11 +00:00 |
|
Emanuel Peter
|
603050bfe0
|
8282661: [BACKOUT] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
Reviewed-by: chagedorn, psandoz
|
2022-03-04 16:26:14 +00:00 |
|
Emanuel Peter
|
a584c904a9
|
8282573: ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
Reviewed-by: psandoz, thartmann
|
2022-03-04 12:55:57 +00:00 |
|
Thomas Stuefe
|
5c187e34a5
|
8282593: JDK-8281472 breaks 32-bit builds and gtests
Reviewed-by: jiefu, dholmes
|
2022-03-03 13:25:10 +00:00 |
|
Coleen Phillimore
|
7822cbce10
|
8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
Reviewed-by: kvn, dholmes
|
2022-03-03 13:20:58 +00:00 |
|
Tobias Holenstein
|
b1f935c1d0
|
8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics
Reviewed-by: roland, thartmann
|
2022-03-03 07:59:45 +00:00 |
|
Christian Hagedorn
|
2da677793f
|
8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378
Reviewed-by: thartmann, kvn
|
2022-03-03 07:17:56 +00:00 |
|
Calvin Cheung
|
234c17e8ff
|
8274788: Support archived heap objects in ParallelGC
Reviewed-by: iklam, ayang, tschatzl
|
2022-03-02 16:17:21 +00:00 |
|
Andrey Turbanov
|
d80f697182
|
8282523: Fix 'hierachy' typo
Reviewed-by: jiefu, kbarrett, dholmes
|
2022-03-02 13:05:12 +00:00 |
|
Alex Menkov
|
f12200cd11
|
8267796: vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TestDescription.java fails with NoClassDefFoundError
Reviewed-by: kevinw, cjplummer
|
2022-03-02 10:54:25 +00:00 |
|
Coleen Phillimore
|
76398c8400
|
8279573: compiler/codecache/CodeCacheFullCountTest.java fails with "RuntimeException: the value of full_count is wrong."
Reviewed-by: thartmann, eosterlund
|
2022-03-01 15:28:21 +00:00 |
|
Roland Westrelin
|
2c5d266f9f
|
8282045: When loop strip mining fails, safepoints are removed from loop anyway
Reviewed-by: thartmann, chagedorn
|
2022-03-01 14:43:05 +00:00 |
|
Ivan Walulya
|
341c8bd7f2
|
8267834: Refactor G1CardSetAllocator and BufferNode::Allocator to use a common base class
Reviewed-by: kbarrett, tschatzl
|
2022-03-01 14:14:47 +00:00 |
|
Roland Westrelin
|
fcce24c5b3
|
8281811: assert(_base == Tuple) failed: Not a Tuple after JDK-8280799
Reviewed-by: kvn, thartmann
|
2022-03-01 14:09:15 +00:00 |
|
Harold Seigel
|
a95edee634
|
8281472: JVM options processing silently truncates large illegal options values
Reviewed-by: dholmes, iklam
|
2022-03-01 13:21:57 +00:00 |
|
Ioi Lam
|
d983d108c5
|
8275731: CDS archived enums objects are recreated at runtime
Reviewed-by: coleenp, ccheung
|
2022-02-28 20:33:18 +00:00 |
|
Coleen Phillimore
|
c7cd1487fe
|
8282240: Add _name field to Method for NOT_PRODUCT only
Reviewed-by: pchilanomate, hseigel
|
2022-02-28 20:31:41 +00:00 |
|
John Tortugo
|
efd3967b54
|
8267265: Use new IR Test Framework to create tests for C2 Ideal transformations
Reviewed-by: chagedorn
|
2022-02-28 10:01:24 +00:00 |
|
Yi-Fan Tsai
|
b6843a1624
|
8005885: enhance PrintCodeCache to print more data
Reviewed-by: xliu, phh
|
2022-02-24 19:42:16 +00:00 |
|
Daniel Jeliński
|
23995f822e
|
8281525: Enable Zc:strictStrings flag in Visual Studio build
Reviewed-by: dholmes, ihse
|
2022-02-24 18:18:52 +00:00 |
|
Alan Hayward
|
6fab8a2d6a
|
8277204: Implement PAC-RET branch protection on Linux/AArch64
Reviewed-by: erikj, ihse, adinn, ngasson
|
2022-02-24 16:38:56 +00:00 |
|
Coleen Phillimore
|
f4486a190e
|
8262400: runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java fails in test_ame5_compiled_vtable_stub with wrapper
Reviewed-by: dholmes, lmesnik
|
2022-02-24 12:59:15 +00:00 |
|
Chris Plummer
|
a6610031e2
|
8281614: serviceability/sa/ClhsdbFindPC.java fails with java.lang.RuntimeException: 'In code in NMethod for jdk/test/lib/apps/LingeredApp.steadyState' missing from stdout/stderr
Reviewed-by: dcubed, dholmes
|
2022-02-23 22:55:39 +00:00 |
|
Daniel D. Daugherty
|
cfbfd9bf41
|
8282103: fix macosx-generic typo in ProblemList
Reviewed-by: rriggs
|
2022-02-18 16:25:24 +00:00 |
|
Alex Menkov
|
138a17195d
|
8281267: VM HeapDumper dumps array classes several times
Reviewed-by: cjplummer, coleenp
|
2022-02-18 09:21:48 +00:00 |
|
Daniel D. Daugherty
|
69fc273f20
|
8282075: ProblemList 3 compiler/whitebox tests on macosx-x64
Reviewed-by: mikael, bpb
|
2022-02-17 20:56:46 +00:00 |
|
Ioi Lam
|
1864481df1
|
8279969: NULL return from map_bitmap_region() needs to be checked
Reviewed-by: ccheung, coleenp
|
2022-02-17 06:40:46 +00:00 |
|
Xiaohong Gong
|
1eec16b47b
|
8281803: AArch64: Optimize masked vector NOT/AND_NOT for SVE
Reviewed-by: aph, njian
|
2022-02-17 05:44:12 +00:00 |
|
Aleksey Shipilev
|
847a99b53d
|
8281822: Test failures on non-DTrace builds due to incomplete DTrace* flags handling
Reviewed-by: dholmes, kvn
|
2022-02-16 20:08:27 +00:00 |
|
TheShermanTanker
|
a86cab8d42
|
8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel
Reviewed-by: neliasso, kvn, thartmann
|
2022-02-16 07:50:07 +00:00 |
|
Quan Anh Mai
|
0af356bb4b
|
8278173: [vectorapi] Add x64 intrinsics for unsigned (zero extended) casts
Reviewed-by: psandoz, sviswanathan
|
2022-02-15 18:57:53 +00:00 |
|
Calvin Cheung
|
745f7e7d92
|
8281186: runtime/cds/appcds/DumpingWithNoCoops.java fails
Reviewed-by: minqi, iklam, stuefe
|
2022-02-15 17:18:34 +00:00 |
|
Nils Eliasson
|
1c12b159ff
|
8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp
Reviewed-by: kvn, chagedorn, thartmann
|
2022-02-15 09:49:47 +00:00 |
|
Aleksey Shipilev
|
b1564624ce
|
8281467: Allow larger OptoLoopAlignment and CodeEntryAlignment
Reviewed-by: kvn, dlong
|
2022-02-15 06:19:37 +00:00 |
|
Ioi Lam
|
16f649b9c5
|
8281678: appcds/dynamicArchive/ArchiveConsistency.java fails after JDK-8279997
Reviewed-by: shade, dcubed
|
2022-02-14 18:53:50 +00:00 |
|
Vladimir Ivanov
|
88fc3bfdff
|
8280473: CI: Support unresolved JVM_CONSTANT_Dynamic constant pool entries
Reviewed-by: dlong, redestad, neliasso
|
2022-02-14 18:46:46 +00:00 |
|
Thomas Stuefe
|
f07b816523
|
8280940: gtest os.release_multi_mappings_vm is racy
Reviewed-by: dcubed, sjohanss
|
2022-02-14 16:41:47 +00:00 |
|
Leo Korinth
|
2604a88fbb
|
8281585: Remove unused imports under test/lib and jtreg/gc
Reviewed-by: dholmes, sspitsyn
|
2022-02-14 12:05:16 +00:00 |
|
Roland Westrelin
|
1ef45c5bbd
|
8280799: С2: assert(false) failed: cyclic dependency prevents range check elimination
Reviewed-by: thartmann, kvn
|
2022-02-14 08:35:53 +00:00 |
|
Nils Eliasson
|
483d4b97e0
|
8281505: Add CompileCommand PrintIdealPhase
Reviewed-by: kvn, thartmann, chagedorn
|
2022-02-14 08:27:21 +00:00 |
|
David Holmes
|
8acfbc2e21
|
8281675: VMDeprecatedOptions test fails after JDK-8278423
Reviewed-by: dcubed
|
2022-02-12 14:12:42 +00:00 |
|
Emanuel Peter
|
67077a0430
|
8278423: ExtendedDTraceProbes should be deprecated
Reviewed-by: dholmes, hseigel, kvn, thartmann
|
2022-02-12 13:08:39 +00:00 |
|
Calvin Cheung
|
c5ff6e45de
|
8223077: module path support for dynamic CDS archive
Reviewed-by: iklam, minqi
|
2022-02-11 17:39:20 +00:00 |
|
Yumin Qi
|
e75e8cd708
|
8279997: check_for_dynamic_dump should not exit vm
Reviewed-by: ccheung, iklam
|
2022-02-11 16:42:07 +00:00 |
|
David Holmes
|
84868e39be
|
8281275: Upgrading from 8 to 11 no longer accepts '/' as filepath separator in gc paths
Reviewed-by: shade, dcubed
|
2022-02-10 23:23:48 +00:00 |
|
Leo Korinth
|
c820d1acb7
|
8281379: Assign package declarations to all jtreg test cases under gc
Reviewed-by: kbarrett, tschatzl
|
2022-02-10 10:34:16 +00:00 |
|
Vladimir Ivanov
|
c5c8c0644d
|
8279822: CI: Constant pool entries in error state are not supported
Reviewed-by: kvn, thartmann
|
2022-02-09 13:56:23 +00:00 |
|
Matthias Baesken
|
bb2e10ccea
|
8281274: deal with ActiveProcessorCount in os::Linux::print_container_info
Reviewed-by: stuefe, sgehwolf, dholmes, iklam
|
2022-02-09 11:33:16 +00:00 |
|
Roland Westrelin
|
69e390a0e8
|
8262721: Add Tests to verify single iteration loops are properly optimized
Reviewed-by: neliasso, chagedorn, kvn
|
2022-02-09 10:18:27 +00:00 |
|
Kevin Walls
|
1dfc94dd56
|
8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java from problemlist.
Reviewed-by: sspitsyn
|
2022-02-07 17:36:40 +00:00 |
|
Emanuel Peter
|
f5e0870091
|
8281117: Add regression test for JDK-8280587
Reviewed-by: chagedorn, thartmann, xliu
|
2022-02-07 08:18:07 +00:00 |
|
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 |
|
Stefan Karlsson
|
61794c5039
|
8280817: Clean up and unify empty VM operations
Reviewed-by: shade, coleenp
|
2022-01-31 12:30:09 +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 |
|
Thomas Stuefe
|
cab590517b
|
8280583: Always build NMT
Reviewed-by: shade, ihse, zgu
|
2022-01-27 09:18:17 +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 |
|
Thomas Stuefe
|
2155afe2a8
|
8280503: Use allStatic.hpp instead of allocation.hpp where possible
Reviewed-by: dholmes, iklam
|
2022-01-25 09:15:11 +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 |
|
Gerard Ziemski
|
d1efb0cc56
|
8267341: macos attempt_reserve_memory_at(arg1, arg2, true) failure
Reviewed-by: dcubed, dholmes
|
2022-01-19 22:34:54 +00:00 |
|
Harold Seigel
|
96114315cf
|
8279936: Change shared code to use os:: system API's
Reviewed-by: dholmes, kbarrett
|
2022-01-19 13:51:23 +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 |
|
Doug Simon
|
e14fb4f4aa
|
8279437: [JVMCI] exception in HotSpotJVMCIRuntime.translate can exit the VM
Reviewed-by: kvn
|
2022-01-08 21:47:54 +00:00 |
|
Quan Anh Mai
|
62d03c2836
|
8279547: [vectorapi] Enable vector cast tests after JDK-8278948
Reviewed-by: kvn
|
2022-01-07 03:22:34 +00:00 |
|
Jie Fu
|
6a42fbaf9b
|
8279258: Auto-vectorization enhancement for two-dimensional array operations
Reviewed-by: neliasso, kvn
|
2022-01-07 00:04:51 +00:00 |
|
Jatin Bhateja
|
8703f14808
|
8273322: Enhance macro logic optimization for masked logic operations.
Reviewed-by: kvn, sviswanathan
|
2022-01-06 18:41:06 +00:00 |
|
Jesper Wilhelmsson
|
844dfb3ab6
|
Merge
|
2022-01-06 01:26:50 +00:00 |
|
bobpengxie
|
8b5de27ce1
|
8279485: Incorrect copyright year in compiler/lib/ir_framework/IRNode.java after JDK-8278114
Reviewed-by: haosun, jiefu
|
2022-01-05 02:22:26 +00:00 |
|
Zhiqiang Zang
|
f326305396
|
8278114: New addnode ideal optimization: converting "x + x" into "x << 1"
Reviewed-by: kvn, redestad
|
2022-01-05 00:38:59 +00:00 |
|
Quan Anh Mai
|
f8f9148016
|
8278948: compiler/vectorapi/reshape/TestVectorCastAVX1.java crashes in assembler
Reviewed-by: kvn, sviswanathan
|
2022-01-04 22:59:33 +00:00 |
|
Jesper Wilhelmsson
|
191f7307bb
|
Merge
|
2022-01-04 19:31:12 +00:00 |
|
Yasumasa Suenaga
|
d1e6f26160
|
8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error
Reviewed-by: cjplummer
|
2022-01-04 15:00:58 +00:00 |
|
Vladimir Ivanov
|
95a3010acf
|
8275830: C2: Receiver downcast is missing when inlining through method handle linkers
Reviewed-by: kvn, dlong
|
2022-01-04 12:35:48 +00:00 |
|
Hamlin Li
|
93c7d90c55
|
8278282: G1: Log basic statistics for evacuation failure
Reviewed-by: tschatzl, ayang, iwalulya
|
2022-01-04 11:55:41 +00:00 |
|
Roland Westrelin
|
e7244c19f4
|
8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638
Reviewed-by: rbackman, vlivanov
|
2022-01-04 10:56:37 +00:00 |
|
Ioi Lam
|
09cf5f19d7
|
8278602: CDS dynamic dump may access unloaded classes
Reviewed-by: coleenp, ccheung
|
2022-01-04 04:52:49 +00:00 |
|
Jesper Wilhelmsson
|
4f607f2ada
|
Merge
|
2021-12-27 01:22:11 +00:00 |
|
Sergey Bylokhov
|
7fea10327e
|
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
|
2021-12-26 22:10:54 +00:00 |
|
Igor Veresov
|
54b800d56d
|
8271202: C1: assert(false) failed: live_in set of first block must be empty
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: vlivanov, kvn
|
2021-12-25 05:38:12 +00:00 |
|
Eric Liu
|
6588bedc19
|
8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() test fail
Reviewed-by: njian, kvn
|
2021-12-24 03:10:41 +00:00 |
|
Jesper Wilhelmsson
|
a3b1c6b036
|
Merge
|
2021-12-23 21:17:50 +00:00 |
|
Xin Liu
|
7aff03aee1
|
8267517: async logging for stdout and stderr
Reviewed-by: dholmes, ysuenaga
|
2021-12-23 20:25:08 +00:00 |
|
Aleksey Shipilev
|
04ad668921
|
8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large
Reviewed-by: chagedorn, kvn
|
2021-12-23 16:22:10 +00:00 |
|
Yi Yang
|
ad1dc9c2ae
|
8278125: Some preallocated OOMEs are missing stack trace
Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com>
Reviewed-by: dholmes, coleenp
|
2021-12-23 02:14:52 +00:00 |
|
Chris Plummer
|
eaefb1a1ed
|
8244669: convert clhsdb "mem" command from javascript to java
Reviewed-by: sspitsyn, kevinw, poonam
|
2021-12-22 23:02:41 +00:00 |
|
Aleksey Shipilev
|
9d5ae2e380
|
8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
Reviewed-by: kvn, sviswanathan
|
2021-12-22 20:17:39 +00:00 |
|
Yumin Qi
|
9a478b347e
|
8279022: JCmdTestFileSafety.java should check file time stamp for test result
Reviewed-by: ccheung
|
2021-12-22 16:17:33 +00:00 |
|
Yumin Qi
|
a6903f806a
|
8279018: CRC calculation in CDS should not include _version and _head_size
Reviewed-by: iklam, ccheung
|
2021-12-22 16:14:59 +00:00 |
|
Albert Mingkun Yang
|
3f41fdecdb
|
8279063: Consolidate push and push_if_necessary in PreservedMarks
Reviewed-by: rkennke, mli, tschatzl
|
2021-12-22 13:44:20 +00:00 |
|
Chris Plummer
|
00c0d10870
|
8244670: convert clhsdb "whatis" command from javascript to java
Reviewed-by: sspitsyn, kevinw
|
2021-12-21 22:55:09 +00:00 |
|
Jesper Wilhelmsson
|
803cb8a768
|
Merge
|
2021-12-21 21:58:05 +00:00 |
|
Daniel D. Daugherty
|
54517fa3d8
|
8279074: ProblemList compiler/codecache/jmx/PoolsIndependenceTest.java on macosx-aarch64
Reviewed-by: ccheung
|
2021-12-21 17:42:26 +00:00 |
|
Aleksey Shipilev
|
29bd73638a
|
8277893: Arraycopy stress tests
Reviewed-by: kvn, mli
|
2021-12-21 14:01:47 +00:00 |
|
Calvin Cheung
|
8549d8b569
|
8277100: Dynamic dump can inadvertently overwrite default CDS archive
Reviewed-by: iklam, minqi, dholmes
|
2021-12-20 23:04:40 +00:00 |
|
Smita Kamath
|
819f9bd084
|
8274323: compiler/codegen/aes/TestAESMain.java failed with "Error: invalid offset: -1434443640" after 8273297
Reviewed-by: sviswanathan, kvn
|
2021-12-20 20:09:42 +00:00 |
|
Roland Westrelin
|
06206c7199
|
8278949: Cleanups for 8277850
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kvn, jrose
|
2021-12-20 10:00:14 +00:00 |
|
Roland Westrelin
|
deaf75a585
|
8278413: C2 crash when allocating array of size too large
Reviewed-by: neliasso, kvn
|
2021-12-20 09:41:56 +00:00 |
|
Alex Menkov
|
63e43030ed
|
8278519: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java failed "assert(handle != __null) failed: JNI handle should not be null"
Reviewed-by: cjplummer, sspitsyn
|
2021-12-18 08:08:47 +00:00 |
|
merykitty
|
cc44e13797
|
8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610
Reviewed-by: kvn, chagedorn, psandoz
|
2021-12-17 23:42:28 +00:00 |
|
Igor Veresov
|
b46f0b0b1f
|
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
Reviewed-by: kvn, neliasso
|
2021-12-17 16:30:40 +00:00 |
|
Nils Eliasson
|
a68f28cea6
|
8278909: Unproblemlist AdaptiveBlocking001
Reviewed-by: chagedorn, eosterlund, stefank
|
2021-12-17 15:08:45 +00:00 |
|
Roland Westrelin
|
b9a477bf19
|
8275638: GraphKit::combine_exception_states fails with "matching stack sizes" assert
Reviewed-by: dlong, kvn
|
2021-12-17 07:46:47 +00:00 |
|
Zhiqiang Zang
|
f6fbb5a80c
|
8278471: Remove unreached rules in AddNode::IdealIL
Reviewed-by: jiefu, kvn
|
2021-12-16 03:57:29 +00:00 |
|
Calvin Cheung
|
0dbe4c5d51
|
8278131: runtime/cds/appcds/dynamicArchive/* tests failing in loom repo
Reviewed-by: iklam, dholmes, minqi
|
2021-12-16 02:32:44 +00:00 |
|
Jesper Wilhelmsson
|
e6b28e05c6
|
Merge
|
2021-12-16 00:26:36 +00:00 |
|
Evgeny Astigeevich
|
bcb79fd012
|
8278241: Implement JVM SpinPause on linux-aarch64
Reviewed-by: aph, phh
|
2021-12-15 16:57:30 +00:00 |
|
Fei Gao
|
c442587f1e
|
8277619: AArch64: Incorrect parameter type in Advanced SIMD Copy assembler functions
Reviewed-by: aph, pli
|
2021-12-15 02:26:40 +00:00 |
|
Jie Fu
|
f48a3e86d0
|
8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134
Reviewed-by: dcubed
|
2021-12-14 22:50:21 +00:00 |
|
Jie Fu
|
2def7e9132
|
8278584: compiler/vectorapi/VectorMaskLoadStoreTest.java failed with "Error: ShouldNotReachHere()"
Reviewed-by: kvn, psandoz
|
2021-12-14 22:49:04 +00:00 |
|
Vladimir Kozlov
|
a1dfe57249
|
8276455: C2: iterative EA
Reviewed-by: iveresov, neliasso, roland
|
2021-12-14 19:24:13 +00:00 |
|
Dean Long
|
32139c1a8a
|
8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"
Reviewed-by: kvn, iveresov
|
2021-12-14 03:16:17 +00:00 |
|
Jesper Wilhelmsson
|
8401a059bd
|
Merge
|
2021-12-14 02:15:15 +00:00 |
|
Daniel D. Daugherty
|
bdc784c0cb
|
8278630: ProblemList compiler/vectorapi/reshape/TestVectorCastAVX512.java on X64
Reviewed-by: psandoz
|
2021-12-13 20:36:40 +00:00 |
|
merykitty
|
ca8c58c731
|
8259610: VectorReshapeTests are not effective due to failing to intrinsify "VectorSupport.convert"
Reviewed-by: psandoz, chagedorn
|
2021-12-13 16:34:37 +00:00 |
|
Harold Seigel
|
15996e4075
|
8276241: JVM does not flag constant class entries ending in '/'
Reviewed-by: dholmes, lfoltan
|
2021-12-13 13:40:54 +00:00 |
|
Harold Seigel
|
14f7385a72
|
8277481: Obsolete seldom used CDS flags
Reviewed-by: iklam, ccheung, dholmes
|
2021-12-13 13:35:37 +00:00 |
|
Scott Gibbons
|
9a1bbaf8db
|
8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276
8272809: JFR thread sampler SI_KERNEL SEGV in metaspace::VirtualSpaceList::contains
Reviewed-by: sviswanathan, kvn
|
2021-12-12 16:08:35 +00:00 |
|
Evgeny Astigeevich
|
afd065b368
|
8278415: [TESTBUG] vmTestbase/nsk/stress/stack/stack018.java fails with "java.lang.Error: TEST_RFE"
Reviewed-by: phh
|
2021-12-10 18:27:36 +00:00 |
|
Joe Darcy
|
09831e7aa4
|
8273146: Start of release updates for JDK 19
8277511: Add SourceVersion.RELEASE_19
8277513: Add source 19 and target 19 to javac
Reviewed-by: dholmes, alanb, erikj, iris, mikael, ihse
|
2021-12-09 17:01:59 +00:00 |
|
Zhiqiang Zang
|
352435581e
|
8277882: New subnode ideal optimization: converting "c0 - (x + c1)" into "(c0 - c1) - x"
Reviewed-by: dlong, iveresov
|
2021-12-09 00:18:59 +00:00 |
|
Serguei Spitsyn
|
3893f4f70b
|
8278330: dump stack trace if the jvmti test nsk/jvmti/GetThreadState/thrstat002 is failed with wrong thread state
Reviewed-by: amenkov, lmesnik
|
2021-12-08 22:32:00 +00:00 |
|
Roland Westrelin
|
b3faecf739
|
8276116: C2: optimize long range checks in int counted loops
Reviewed-by: kvn
|
2021-12-08 21:33:33 +00:00 |
|
Roland Westrelin
|
8af3b27ce9
|
8277850: C2: optimize mask checks in counted loops
Reviewed-by: kvn, thartmann
|
2021-12-08 16:39:24 +00:00 |
|
Yumin Qi
|
3e93e0b809
|
8276769: -Xshare:auto should tolerate problems in the CDS archive
Reviewed-by: iklam, ccheung
|
2021-12-08 16:20:39 +00:00 |
|