Calvin Cheung
36c150b199
8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers tags in a classlist
...
Reviewed-by: iklam, minqi
2020-10-30 22:01:59 +00:00
Vladimir Kozlov
56eb5f54f4
8255466: C2 crashes at ciObject::get_oop() const+0x0
...
Reviewed-by: vlivanov
2020-10-29 22:34:14 +00:00
Thomas Schatzl
38574d5169
8255298: Remove SurvivorAlignmentInBytes functionality
...
Reviewed-by: shade, ayang, kbarrett
2020-10-29 08:49:15 +00:00
Severin Gehwolf
42fc158991
8253939: [TESTBUG] Increase coverage of the cgroups detection code
...
Reviewed-by: shade, bobv
2020-10-28 18:54:02 +00:00
Vicente Romero
8bde2f4e3d
8255013: implement Record Classes as a standard feature in Java, follow-up
...
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: jlahoda
2020-10-28 17:18:46 +00:00
Harold Seigel
3bd5b80761
8243583: Change 'final' error checks to throw ICCE
...
Reviewed-by: lfoltan, dholmes
2020-10-28 12:32:45 +00:00
Thomas Stuefe
7d41a54188
8255450: runtime/ThreadCountLimit.java causes high system load
...
Reviewed-by: shade
2020-10-27 14:25:34 +00:00
Harold Seigel
18d9905c40
8255342
: Remove non-specified JVM checks on Classes with Record attributes
...
Reviewed-by: dholmes, coleenp
2020-10-27 12:23:14 +00:00
Harold Seigel
ca8bba64dc
8238263: Create at-requires mechanism for containers
...
Reviewed-by: bobv, iignatyev
2020-10-26 20:30:37 +00:00
Vladimir Kozlov
a7fa1b70f2
8251994: VM crashed running TestComplexAddrExpr.java test with -XX:UseAVX=X
...
Reviewed-by: shade, redestad
2020-10-26 19:40:48 +00:00
Daniel D. Daugherty
60d014242b
8255379: ProblemList compiler/loopstripmining/BackedgeNodeWithOutOfLoopControl.java
...
Reviewed-by: alanb
2020-10-25 14:49:26 +00:00
Aleksey Shipilev
3f6abd220f
8255330: gtest/MetaspaceGtests.java fail on 32-bit platforms
...
Reviewed-by: stuefe
2020-10-23 19:42:30 +00:00
Fei Yang
5ec1b80c4a
8255287: aarch64: fix SVE patterns for vector shift count
...
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Reviewed-by: adinn
2020-10-23 13:16:37 +00:00
Ningsheng Jian
ac1748e786
8254670: SVE test uses linux-specific api
...
Reviewed-by: adinn, vkempik
2020-10-23 10:06:40 +00:00
Vladimir Ivanov
e52156d730
8255067: Restore Copyright line in file modified by 8253191
...
Reviewed-by: kvn, shade
2020-10-23 08:33:14 +00:00
Thomas Stuefe
2ca7a08091
8255268: 32-bit failures in runtime/Metaspace/elastic
...
Reviewed-by: shade
2020-10-23 05:27:57 +00:00
Fei Yang
b25d894015
8252204: AArch64: Implement SHA3 accelerator/intrinsic
...
Co-authored-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Co-authored-by: Dong Bo <dongbo4@huawei.com>
Reviewed-by: aph, kvn
2020-10-22 04:38:39 +00:00
Alex Menkov
b9186bebc3
6606767: resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
...
Reviewed-by: sspitsyn, cjplummer
2020-10-21 23:40:48 +00:00
Coleen Phillimore
56ea490f1e
8233343: Deprecate -XX:+CriticalJNINatives flag which implements JavaCritical native functions
...
Reviewed-by: rehn, mdoerr, zgu
2020-10-21 20:33:24 +00:00
Aleksey Shipilev
2a0633507c
8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"
...
Reviewed-by: psandoz, iignatyev, kvn
2020-10-21 06:09:54 +00:00
Sergey Bylokhov
2e510e04bd
8255043: Incorrectly styled copyright text
...
Reviewed-by: dholmes, trebari, jdv
2020-10-21 04:53:16 +00:00
Richard Reingruber
40f847e2fb
8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
...
8233915: JVMTI FollowReferences: Java Heap Leak not found because of C2 Scalar Replacement
Reviewed-by: mdoerr, goetz, sspitsyn, kvn
2020-10-20 15:31:55 +00:00
Roland Westrelin
294e0705fa
8254998: C2: assert(!n->as_Loop()->is_transformed_long_loop()) failure with -XX:StressLongCountedLoop=1
...
Reviewed-by: vlivanov, kvn, thartmann
2020-10-20 11:53:41 +00:00
Thomas Stuefe
7ba6a6bf00
8251158: Implementation of JEP 387: Elastic Metaspace
...
Reviewed-by: lkorinth, coleenp, iklam, rrich
2020-10-20 06:48:09 +00:00
Roberto Castañeda Lozano
98ec4a6792
8254805: compiler/debug/TestStressCM.java is still failing
...
Use the code motion trace produced by TraceOptoPipelining (excluding traces of
stubs) to assert that two compilations with the same seed cause StressLCM and
StressGCM to take the same randomized decisions. Previously, the entire output
produced by PrintOptoStatistics was used instead, which has shown to be too
fragile. Also, disable inlining in both TestStressCM.java and the similar
TestStressIGVN.java to prevent flaky behavior, and run both tests for ten
different seeds to improve coverage.
Reviewed-by: kvn, thartmann
2020-10-20 06:08:25 +00:00
Vladimir Kozlov
7a580ca8c0
8255027: Problem list for Graal test gc/stress/TestStressG1Humongous.java
...
Reviewed-by: dlong
2020-10-20 00:12:37 +00:00
Doug Simon
f42c03226f
8254793: [JVMCI] improve speculation encoding
...
Reviewed-by: kvn, dlong, never
2020-10-19 19:06:23 +00:00
Calvin Cheung
74ac77e2b1
8247666: Support Lambda proxy classes in static CDS archive
...
Reviewed-by: iklam, mchung
2020-10-19 18:27:50 +00:00
Erik Joelsson
0b5101658d
8253660: Need better error report when artifact resolution fails in AotCompiler.java
...
Reviewed-by: ihse
2020-10-19 17:40:54 +00:00
Vicente Romero
1da28de82f
8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
...
Reviewed-by: jlahoda
2020-10-19 15:55:54 +00:00
Thomas Schatzl
cd66e0f25f
8253877: gc/g1/TestGCLogMessages.java fails - missing "Evacuation failure" message
...
Reviewed-by: sjohanss
2020-10-19 11:40:58 +00:00
Markus Grönlund
e10b53853a
8243962: Various JVM TI tests time out using JFR on Windows
...
Reviewed-by: sspitsyn, cjplummer
2020-10-19 09:18:40 +00:00
Stefan Karlsson
672f56695e
8254874: ZGC: JNIHandleBlock verification failure in stack watermark processing
...
Reviewed-by: tschatzl, cjplummer, sspitsyn, pliden
2020-10-19 07:22:29 +00:00
Vicente Romero
c17d58516f
8246774: implement Record Classes as a standard feature in Java
...
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coleenp, jlahoda, sspitsyn, chegar
2020-10-18 18:54:33 +00:00
Thomas Schatzl
07ec35e2e5
8254623: gc/g1/TestHumongousConcurrentStartUndo.java still fails sometimes
...
Reviewed-by: kbarrett, sjohanss
2020-10-16 15:21:37 +00:00
Tobias Hartmann
7c0d417027
8251535: Partial peeling at unsigned test adds incorrect loop exit check
...
Reviewed-by: chagedorn, neliasso, kvn
2020-10-16 06:25:33 +00:00
Jie Fu
f3ce45f2a1
8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
...
Reviewed-by: dholmes, dcubed, stuefe
2020-10-15 14:46:04 +00:00
Daniel D. Daugherty
386e7e8b73
8254789: ProblemList compiler/graalunit/HotspotTest.java
...
Reviewed-by: rriggs, iignatyev, kvn
2020-10-14 19:07:53 +00:00
Alex Menkov
cd33abb136
8249623: test @ignore-d due to 7013634 should be returned back to execution
...
Reviewed-by: cjplummer, sspitsyn
2020-10-14 17:49:42 +00:00
Jason Tatton (AWS)
f71e8a6198
8173585: Intrinsify StringLatin1.indexOf(char)
...
Reviewed-by: neliasso
2020-10-14 12:58:21 +00:00
Thomas Stuefe
ba140b0f11
8254748: Bad Copyright header format after JDK-8212218
...
Reviewed-by: shade, dholmes
2020-10-14 11:21:38 +00:00
Thomas Stuefe
dc262dfcbf
8212218: [TESTBUG] runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
...
Reviewed-by: iklam, lmesnik
2020-10-14 09:37:54 +00:00
Roberto Castañeda Lozano
b509e31e5f
8254602: compiler/debug/TestStressCM.java failed with "RuntimeException: got the same optimization stats for different seeds: expected 45"
...
Remove test assertion checking that different random seeds lead to different
code motion decisions. This was the case for the specific pair of random seeds,
IR fed to code motion, and target platforms tested originally; but does not need
to hold in general. Remove similar test assertion in IGVN randomization test
case. Re-enable the test case.
Reviewed-by: shade, kvn
2020-10-14 08:07:59 +00:00
Aleksei Voitylov
63009f90ec
8247589: Implementation of Alpine Linux/x64 Port
...
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Co-authored-by: Alexander Scherbatiy <alexsch@openjdk.org>
Co-authored-by: Axel Siebenborn <asiebenborn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: alanb, erikj, dholmes
2020-10-13 09:35:58 +00:00
Yumin Qi
e49232a0d2
8254599: CDS dump should not warn about hidden classes
...
Reviewed-by: redestad, lfoltan, iklam
2020-10-13 04:05:21 +00:00
Vladimir Kozlov
2a4328ba7d
8254610: Problem list test compiler/debug/TestStressCM.java
...
Reviewed-by: iignatyev, dcubed
2020-10-12 20:08:43 +00:00
Vladimir Kempik
c7f0064062
8253899: Make IsClassUnloadingEnabled signature match specification
...
Reviewed-by: sspitsyn, dholmes
2020-10-12 13:16:28 +00:00
Roberto Castañeda Lozano
05459df0c7
8253765: C2: Control randomization in StressLCM and StressGCM
...
Use the compilation-local seed in 'StressLCM' and 'StressGCM' rather than the
global one. As a consequence, these options use by default a fresh seed in every
compilation, unless 'StressSeed=N' is specified, in which case they behave
deterministically. Annotate tests that use 'StressLCM' and 'StressGCM' with the
'stress' and 'randomness' keys to reflect this change in default behavior.
Reviewed-by: kvn, thartmann
2020-10-12 11:40:50 +00:00
Christian Hagedorn
54bbe76ed0
8251544: CTW: C2 fails with assert(no_dead_loop) failed: dead loop detected
...
Reviewed-by: kvn, roland
2020-10-12 08:18:13 +00:00
Jatin Bhateja
4b5ac3abac
8252847: Optimize primitive arrayCopy stubs using AVX-512 masked instructions
...
Reviewed-by: neliasso, kvn
2020-10-10 06:29:38 +00:00
Yumin Qi
e4469d2c8c
8247536: Support for pre-generated java.lang.invoke classes in CDS static archive
...
Reviewed-by: iklam, mchung
2020-10-10 02:06:52 +00:00
Evgeny Nikitin
52e45a3677
8229186: Improve error messages for TestStringIntrinsics failures
...
Reviewed-by: iignatyev, lmesnik
2020-10-09 16:48:49 +00:00
Severin Gehwolf
2bbf8a2a96
8245543: Cgroups: Incorrect detection logic on some systems (still reproducible)
...
Reviewed-by: bobv, shade
2020-10-09 16:25:50 +00:00
Jose Ricardo Ziviani
b1448da109
8253900: SA: wrong size computation when JVM was built without AOT
...
Reviewed-by: cjplummer, sspitsyn
2020-10-09 12:56:47 +00:00
Vladimir Ivanov
6d13c766bf
8253191: C2: Masked byte comparisons with large masks produce wrong result on x86
...
Reviewed-by: thartmann
2020-10-08 12:41:46 +00:00
Roberto Castañeda Lozano
a191c586dc
8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
...
Record nodes as dead in Node::destruct() if their index cannot be directly
reclaimed. This prevents the "Live Node limit exceeded limit" assertion failure
by improving the accuracy of Compile::live_nodes() when "hook" nodes in
ConvI2LNode::Ideal() are created and deleted non-consecutively.
This addition might result in multiple calls to compile::record_dead_node() for
the same node (e.g. from PhaseIdealLoop::spinup()), but this is safe, as
compile::record_dead_node() is idempotent.
Reviewed-by: neliasso, thartmann
2020-10-08 12:30:38 +00:00
Roland Westrelin
f86037207c
8253566: clazz.isAssignableFrom will return false for interface implementors
...
Reviewed-by: kvn, thartmann, neliasso
2020-10-08 09:33:42 +00:00
Roland Westrelin
76a5852776
8253756: C2 CompilerThread0 crash in Node::add_req(Node*)
...
Reviewed-by: vlivanov, thartmann
2020-10-08 08:39:40 +00:00
Thomas Schatzl
894ec76c11
8254027: gc/g1/TestHumongousConcurrentStartUndo.java failed with "'Concurrent Mark Cycle' missing from stdout/stderr"
...
Reviewed-by: sjohanss, kbarrett
2020-10-08 07:43:32 +00:00
Igor Ignatyev
5a9bd41e79
8254102: use ProcessHandle::pid instead of ManagementFactory::getRuntimeMXBean to get pid in tests
...
Reviewed-by: rriggs, shade
2020-10-07 18:51:52 +00:00
Doug Simon
04ca660e81
8253874: [JVMCI] added test omitted in 8252881
...
Reviewed-by: shade
2020-10-07 09:14:43 +00:00
Zhengyu Gu
51fdb4c039
8254075: Shenandoah: Remove ShenandoahCodeRootsStyle diagnostic flag and related test
...
Reviewed-by: shade
2020-10-06 15:28:44 +00:00
Robbin Ehn
c9d0407e94
8253794: TestAbortVMOnSafepointTimeout never timeouts
...
Reviewed-by: pchilanomate, dcubed, mdoerr
2020-10-05 19:16:11 +00:00
Xin Liu
ea5a2b15a0
8251464: make Node::dump(int depth) support indent
...
Reviewed-by: thartmann
2020-10-02 13:45:29 +00:00
Igor Ignatyev
fff8c8deaa
8253882: remove PropertyResolvingWrapper
...
Reviewed-by: shade
2020-10-02 13:44:12 +00:00
Leonid Mesnik
84402796b2
8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
...
Reviewed-by: cjplummer, sspitsyn
2020-10-01 14:59:51 +00:00
Igor Ignatyev
55c282bb34
8253878: clean up nsk/share/jvmti/ArgumentHandler
...
Reviewed-by: cjplummer
2020-09-30 23:34:06 +00:00
Igor Ignatyev
776acfd80a
8253880: clean up sun/hotspot/tools/ctw/Utils class
...
Reviewed-by: kvn
2020-09-30 22:40:43 +00:00
Igor Ignatyev
ca0e014e60
8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti
...
Reviewed-by: cjplummer, sspitsyn
2020-09-30 21:37:12 +00:00
Philippe Marschall
2a406f3ce5
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
...
Reviewed-by: dholmes, alanb, psandoz, kvn, egahlin
2020-09-30 20:05:07 +00:00
Igor Ignatyev
4b16f8ab94
8253872: ArgumentHandler must use the same delimiters as in jvmti_tools.cpp
...
Reviewed-by: cjplummer
2020-09-30 20:03:20 +00:00
Igor Ignatyev
8f7c9a7b18
8252001: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdi
...
Reviewed-by: cjplummer, sspitsyn
2020-09-30 16:18:27 +00:00
Igor Ignatyev
8b3d67681e
8238737: remove DeoptimizeAllClassesRate from CTW library
...
Reviewed-by: shade, vlivanov
2020-09-30 14:50:15 +00:00
Igor Ignatyev
1eca634736
8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb
...
Reviewed-by: shade, cjplummer, sspitsyn
2020-09-30 03:03:53 +00:00
Igor Ignatyev
a55cde4d6b
8252002: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdwp
...
Reviewed-by: cjplummer, sspitsyn
2020-09-30 02:43:10 +00:00
Evgeny Nikitin
6e5d4f33c5
8253607: [mlvm] meth/func/jdi/breakpointOtherStratum: un-problemlist and add randomness keyword
...
Reviewed-by: iignatyev
2020-09-29 12:42:20 +00:00
Robbin Ehn
6bddeb709d
8238761: Asynchronous handshakes
...
Reviewed-by: pchilanomate, dcubed, dholmes, coleenp, sspitsyn
2020-09-29 08:50:54 +00:00
Jie Fu
9c17a35e50
8253748: StressIGV tests fail with release VMs
...
Reviewed-by: thartmann
2020-09-29 06:37:46 +00:00
Volker Simonis
0054c15f60
8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist
...
Reviewed-by: sgehwolf, bobv
2020-09-28 15:42:10 +00:00
Wang Zhuo
276fcee795
8252835: Revert fix for JDK-8246051
...
Reviewed-by: psandoz, dholmes, mikael
2020-09-28 07:34:01 +00:00
Roberto Castaneda Lozano
fed3636f12
8252219: C2: Randomize IGVN worklist for stress testing
...
Add 'StressIGVN' option to let C2 randomize IGVN worklist order. When enabled,
the worklist is shuffled before each main run of the IGVN loop. Also add
'StressSeed=N' option to specify the seed. If the seed is not specified, a
random one is generated. In either case, the seed is logged if 'LogCompilation'
is enabled. The new options are declared as production+diagnostic for
consistency with the existing 'StressLCM' and 'StressGCM' options.
Reviewed-by: kvn, chagedorn, thartmann
2020-09-28 06:44:58 +00:00
Harold Seigel
0187567704
8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 …
...
Reviewed-by: bobv, sgehwolf
2020-09-25 17:16:38 +00:00
Thomas Schatzl
37b70282b5
8240556: Abort concurrent mark after effective eager reclamation of humongous objects
...
Reviewed-by: sjohanss, ayang
2020-09-25 07:11:55 +00:00
Igor Ignatyev
9ac162e896
8251999: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/aod
...
Reviewed-by: shade, sspitsyn
2020-09-24 16:32:05 +00:00
Aleksey Shipilev
c303fd5de9
8253581: runtime/stringtable/StringTableCleaningTest.java fails on 32-bit platforms
...
Reviewed-by: kbarrett, tschatzl
2020-09-24 09:19:40 +00:00
Alex Menkov
3320fc0f52
8253372: [TESTBUG] update tests which require jvmti - hotspot
...
Reviewed-by: sspitsyn, iklam
2020-09-23 21:11:31 +00:00
Ioi Lam
c68a31ddce
8253499: Problem list runtime/cds/DeterministicDump.java
...
Reviewed-by: dcubed
2020-09-22 22:20:46 +00:00
Daniel D. Daugherty
d8921ed573
8247281: migrate ObjectMonitor::_object to OopStorage
...
Co-authored-by: Erik Österlund <erik.osterlund@oracle.com>
Co-authored-by: Daniel Daugherty <daniel.daugherty@oracle.com>
Reviewed-by: eosterlund, coleenp, dholmes, stefank, kbarrett, rkennke, sspitsyn
2020-09-21 22:12:07 +00:00
Daniil Titov
f800af978c
8241390: 'Deadlock' with VM_RedefineClasses::lock_classes()
...
Reviewed-by: coleenp, sspitsyn
2020-09-21 19:32:24 +00:00
Vladimir Kozlov
1438ce097f
8252188: Crash in OrINode::Ideal(PhaseGVN*, bool)+0x8b9
...
Reviewed-by: vlivanov, thartmann, jbhateja
2020-09-19 16:06:35 +00:00
Chris Plummer
d4269fd520
8253028: SA core file tests still time out on OSX with "java.io.IOException: App waiting timeout"
...
Reviewed-by: amenkov
2020-09-17 22:17:36 +00:00
Richard Reingruber
a4c6a99e61
8252593: [TESTBUG] serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java failed with JVMTI_ERROR_INVALID_SLOT
...
Reviewed-by: sspitsyn, cjplummer
2020-09-17 13:08:43 +00:00
Per Lidén
f972155d63
8252196: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast" again(2)
...
Reviewed-by: stefank, eosterlund
2020-09-17 10:05:43 +00:00
Ioi Lam
9a7dcdcdba
8253261: Disable CDS full module graph until JDK-8253081 is fixed
...
Reviewed-by: ccheung
2020-09-16 22:43:32 +00:00
Harold Seigel
ce93cbce77
8253125: vmTestbase/nsk/stress/stack/stack017.java timed out
...
Reviewed-by: dcubed
2020-09-16 18:58:06 +00:00
Ioi Lam
03a4df0acd
8244778: Archive full module graph in CDS
...
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
2020-09-13 14:45:12 +00:00
Igor Ignatyev
5c0d985abf
8253060: remove test/hotspot/jtreg/test_env.sh
...
Reviewed-by: dcubed
2020-09-11 17:22:47 +00:00
Igor Ignatyev
41d29b752b
8252774: remove jdk.test.lib.FileInstaller action from graalunit tests
...
Reviewed-by: shade, epavlova
2020-09-10 13:25:29 +00:00
Igor Ignatyev
5b30a83133
8252778: remove jdk.test.lib.FileInstaller action from compiler/c2/stemmer test
...
Reviewed-by: shade, epavlova
2020-09-10 13:23:01 +00:00
Christoph Göttschkes
26c7218ab9
8252773: [TESTBUG] serviceability/jvmti/GetObjectSizeOverflow fails due to OOM conditions
...
Reviewed-by: cjplummer, lmesnik
2020-09-08 22:59:41 +00:00
Calvin Cheung
e20004d7c1
8249625: cleanup unused SkippedException in the tests under cds/appcds/dynamicArchive/methodHandles
...
Reviewed-by: iklam
2020-09-08 19:00:50 +00:00
Aleksey Shipilev
91a20ca7e5
8252695: Shenandoah: clean up Graal enabled/disabled filter in tests
...
Reviewed-by: zgu
2020-09-08 17:42:38 +00:00
Nick Gasson
4fb1980fd0
8252853: AArch64: gc/shenandoah/TestVerifyJCStress.java fails intermittently with C1
...
Reviewed-by: shade
2020-09-08 10:17:25 +00:00
Evgeny Nikitin
2cceeedfe1
8166554: Avoid compilation blocking in OverloadCompileQueueTest.java
...
Reviewed-by: shade
2020-09-08 08:24:35 +00:00
Filipp Zhinkin
70d5cac961
8251152: ARM32: jtreg c2 Test8202414 test crash
...
Some CPUs (like ARM32) does not support unaligned memory accesses. To avoid JVM crashes tests that perform such accesses should be skipped on corresponding platforms.
Reviewed-by: iignatyev, clanger
2020-09-07 15:33:27 +00:00
Christoph Langer
cc5039e19e
8252837: Cleanup SAP Copyright file headers
...
Reviewed-by: dholmes
2020-09-07 07:30:10 +00:00
Igor Ignatyev
5f76deb2e0
8252522: nsk/share/test/StressOptions should multiple stressTime by jtreg's timeout-factor
...
Reviewed-by: dholmes
2020-09-06 16:17:30 +00:00
Igor Ignatyev
15af276157
8252004: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/sysdict
...
Reviewed-by: dcubed, gziemski
2020-09-04 10:36:05 -07:00
Ningsheng Jian
9b5a9b6189
8231441: AArch64: Initial SVE backend support
...
Co-authored-by: Joshua Zhu <joshua.zhu@arm.com>
Co-authored-by: Yang Zhang <yang.zhang@arm.com>
Reviewed-by: adinn, pli, ihse, vlivanov, eosterlund
2020-09-02 09:45:44 +08:00
Igor Ignatyev
933f90fbfa
8251997: remove usage of PropertyResolvingWrapper in vmTestbase/vm/mlvm/
...
Reviewed-by: thartmann
2020-09-03 09:21:27 -07:00
Igor Ignatyev
850d62301c
8252720: clean up FileInstaller $test.src $cwd in vmTestbase/vm/compiler/optimizations tests
...
Reviewed-by: thartmann
2020-09-03 09:21:01 -07:00
Bob Vandette
76f0588aaf
8252359: HotSpot Not Identifying it is Running in a Container
...
Reviewed-by: sgehwolf
2020-09-03 13:50:11 +00:00
Dmitry Chuyko
35ea00085f
8251525: AARCH64: Faster Math.signum(fp)
...
Reviewed-by: aph, vlivanov, adinn
2020-09-03 14:54:43 +03:00
Aleksey Shipilev
c61204b3f3
8252660: Shenandoah: support manageable SoftMaxHeapSize option
...
Reviewed-by: zgu
2020-09-02 18:37:31 +02:00
Harold Seigel
f3597c4a54
8252249: nsk/stress/stack/stack016.java fails with "Error: TEST_BUG: trickyRecursion() must throw an error anyway!"
...
Run test separately with both -Xint and -Xcomp to ensure thread stacks are similarly sized.
Reviewed-by: dholmes, coleenp
2020-09-02 13:50:39 +00:00
Igor Ignatyev
ca3374253c
8252402: rewrite vmTestbase/nsk/jvmti/Allocate/alloc001 shell test to Java
...
Reviewed-by: amenkov
2020-09-01 17:29:34 -07:00
Igor Ignatyev
4fe6a3da68
8252532: use Utils.TEST_NATIVE_PATH instead of System.getProperty("test.nativepath")
...
Reviewed-by: dholmes, sspitsyn
2020-09-01 17:23:00 -07:00
Gerard Ziemski
b3e264187a
8222671: thread_large/thread_large.java times out on MacOSX
...
Removed unreliable test, and replaced it with more robust one
Reviewed-by: dholmes, iignatyev
2020-09-01 14:36:59 -05:00
Igor Ignatyev
00452d32f5
8252477: nsk/share/ArgumentParser should expect that jtreg "splits" an argument
...
Reviewed-by: sspitsyn, dholmes
2020-08-27 19:37:51 -07:00
Igor Ignatyev
c58de6c6ff
8252403: rewrite serviceability/7170638/SDTProbesGNULinuxTest.sh to java
...
Reviewed-by: sspitsyn, amenkov
2020-09-01 12:25:10 -07:00
Calvin Cheung
0e42d5c4ae
8251860: ClassLoaderData::loaded_classes_do fails with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
...
Call ClassLoaderDataGraph::loaded_cld_do to collect ClassLoaderData in a GrowableArray and then walk through them to link the classes in each ClassLoaderData.
Reviewed-by: coleenp, iklam
2020-09-01 15:42:30 +00:00
Coleen Phillimore
a616bc979b
8230052: MLVM findDeadlock test timed out
...
Add logging for debugging for the next timeout
Reviewed-by: iignatyev, iklam, pchilanomate, dholmes
2020-08-31 09:32:44 -04:00
Christian Hagedorn
8d30bb03ee
8249607: C2: assert(!had_error) failed: bad dominance
...
Fix prevented igvn optimization in SplitIf for LoadNodes which resulted in dominanance errors with loop strip mining.
Reviewed-by: roland, kvn
2020-08-31 12:10:25 +02:00
Roland Westrelin
c663323043
8252292: 8240795 may cause anti-dependence to be missed
...
Reviewed-by: thartmann, kvn
2020-08-24 11:29:40 +02:00
Roland Westrelin
6a85e1454d
8241486: G1/Z give warning when using LoopStripMiningIter and turn off LoopStripMiningIter (0)
...
Reviewed-by: thartmann, kvn
2020-08-21 17:41:57 +02:00
Roland Westrelin
84d2c2678a
8252296: Shenandoah: crash in CallNode::extract_projections
...
Reviewed-by: chagedorn
2020-08-25 14:25:53 +02:00
Jie Fu
c31bcc58b0
8252404: compiler/c1/TestTraceLinearScanLevel.java fails with release VMs
...
Reviewed-by: kvn, thartmann
2020-08-27 10:35:00 +08:00
Igor Ignatyev
c98fd38979
8251127: clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests
...
Reviewed-by: kvn
2020-08-26 17:06:15 -07:00
Christian Hagedorn
6c4a27ccb1
8251093: Improve C1 register allocator logging and debugging support
...
Various printing and debug improvements to better analyze C1 register allocator problems.
Reviewed-by: kvn, thartmann
2020-08-26 13:46:46 +02:00
Coleen Phillimore
b978ebee46
8244386: convert runtime/Safepoint/AssertSafepointCheckConsistency tests to gtest
...
Reviewed-by: stuefe, lfoltan, dcubed
2020-08-26 07:55:05 -04:00
Nick Gasson
7856c1a311
8252108: Modify nsk/stress/stack tests to check page size
...
Reviewed-by: hseigel, stuefe
2020-08-26 11:28:10 +08:00
Richard Reingruber
c4bb35ef33
8249293: Unsafe stackwalk in VM_GetOrSetLocal::doit_prologue()
...
Reviewed-by: sspitsyn, dholmes
2020-07-31 09:07:29 +02:00
Kim Barrett
52117c6f62
8251850: Refactor ResourceMark and DeoptResourceMark for better code sharing
...
Move saved state to ResourceArea, merge most of marks into shared helper.
Reviewed-by: stuefe, iklam, tschatzl, xliu, vlivanov
2020-08-25 22:17:04 -04:00
Igor Ignatyev
8ce2053723
8252186: remove FileInstaller action from vmTestbase/jit/graph tests
...
Reviewed-by: kvn
2020-08-24 13:23:34 -07:00
Igor Ignatyev
6612598a13
8251998: remove usage of PropertyResolvingWrapper in vmTestbase/jit/t
...
Reviewed-by: kvn
2020-08-21 19:00:52 -07:00
Alex Menkov
ca6d6385f8
8251384: [TESTBUG] jvmti tests should not be executed with minimal VM
...
Reviewed-by: sspitsyn, iignatyev
2020-08-21 15:49:09 -07:00
Roland Westrelin
fcd005c417
8251527: CTW: C2 (Shenandoah) compilation fails with SEGV due to unhandled catchproj == NULL
...
Reviewed-by: chagedorn, kvn
2020-08-19 10:56:08 +02:00
Patricio Chilano Mateo
e56002c7d3
8242263: Diagnose synchronization on primitive wrappers
...
Added diagnostic flag DiagnoseSyncOnPrimitiveWrappers
Reviewed-by: dholmes, mdoerr, dcubed, coleenp, egahlin, mgronlun
2020-08-21 15:04:02 +00:00
Aleksey Shipilev
2462995662
8252120: compiler/oracle/TestCompileCommand.java misspells "occured"
...
Reviewed-by: iignatyev
2020-08-21 09:38:27 +02:00
Igor Ignatyev
ef614ed8af
8251996: remove usage of PropertyResolvingWrapper in vm/compiler/complog/uninit
...
Reviewed-by: kvn, epavlova
2020-08-20 20:17:44 -07:00
Igor Ignatyev
b2da6e1a90
8252005: narrow disabling of allowSmartActionArgs in vmTestbase
...
Reviewed-by: sspitsyn
2020-08-20 11:12:00 -07:00
Mikael Vidstedt
51a3b25d71
8252051: Make mlvmJvmtiUtils strncpy uses GCC 10.x friendly
...
Reviewed-by: iignatyev, kvn
2020-08-20 11:09:25 -07:00
Kevin Walls
99c9b39058
8248295: serviceability/jvmti/CompiledMethodLoad/Zombie.java failure with Graal
...
Reviewed-by: kvn, sspitsyn
2020-08-20 11:42:12 +01:00
Harold Seigel
93c00472eb
8251490: [TESTBUG] The Java thread stack size specified is too small for nsk/stress/stack. Specify at least 448k
...
Increase the -Xss stack size for some tests, mark other tests as not runnable on AArch64.
Reviewed-by: gziemski, lfoltan
2020-08-19 19:40:46 +00:00
Evgeny Nikitin
929ffca471
8069411: OutOfMemoryError in OverloadCompileQueueTest.java
...
OOME seems to have happened in older version and does not show up in modern VM, hence the test OverloadCompileQueueTest.java gets un-quarantined.
Reviewed-by: iignatyev
2020-08-10 16:11:40 +02:00
Evgeny Nikitin
714db70bf3
8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies
...
Reviewed-by: iignatyev, kvn
2020-08-10 20:31:27 +02:00
Per Lidén
e8d284faac
8248266: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast" again
...
Reviewed-by: shade, eosterlund
2020-08-18 16:37:09 +02:00
Harold Seigel
5732032707
8251414: Add test that invokeinterface of a protected method in java.lang.Object throws NoSuchMethodError
...
Add the missing test cases to existing test InterfaceObjectTest.java
Reviewed-by: lfoltan, coleenp
2020-08-14 15:42:09 +00:00
Christian Hagedorn
552a73301c
8248791: sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing
...
Fix wrong replacement of loads by zero for non-completed InitializationNodes belonging to a clone when ReduceBulkZeroing is disabled.
Reviewed-by: kvn, thartmann
2020-08-14 10:30:51 +02:00
Igor Ignatyev
e44575ad3e
8251526: CTW fails to build after JDK-8251121
...
Reviewed-by: shade
2020-08-13 10:33:51 -07:00
Patricio Chilano Mateo
12ae68b197
8251118: BiasedLocking::preserve_marks should not have a HandleMark
...
Removed HandleMark from BiasedLocking::preserve_marks() method
Reviewed-by: hseigel, coleenp, dcubed, tschatzl, dholmes
2020-08-13 15:42:41 +00:00
Tobias Hartmann
191e1e6075
8251458: Parse::do_lookupswitch fails with "assert(_cnt >= 0) failed"
...
Limit the counter value to max_jint.
Reviewed-by: kvn, vlivanov, chagedorn
2020-08-13 16:01:45 +02:00
Tobias Hartmann
51b3bd2c2e
8251456: [TESTBUG] compiler/vectorization/TestVectorsNotSavedAtSafepoint.java failed OutOfMemoryError
...
Removed allocation of large arrays to avoid OOME.
Reviewed-by: kvn, chagedorn
2020-08-13 15:59:12 +02:00
Christian Hagedorn
9885ac18ac
8249603: C1: assert(has_error == false) failed: register allocation invalid
...
Added bailout in combine_spilled_intervals() to avoid an overlap between two intervals
Reviewed-by: kvn, thartmann
2020-08-12 08:45:44 +02:00
Ioi Lam
178eea6065
8249276: CDS archived objects must have "neutral" markwords
...
Reviewed-by: coleenp, dholmes
2020-08-11 22:05:56 -07:00
Vladimir Kozlov
a5ae1e306e
8251306: compiler/aot/cli/jaotc/IgnoreErrorsTest.java timed out on MacOS
...
Icrease test timout to 6 min
Reviewed-by: iignatyev
2020-08-11 19:44:40 -07:00
Vladimir Kozlov
092389e3c9
8249749: modify a primitive array through a stream and a for cycle causes jre crash
...
Check align_to_ref for NULL early and bailout SuperWord optimization.
Reviewed-by: vlivanov, thartmann
2020-08-10 15:31:01 -07:00
Nikola Grcevski
032a4d6b9f
8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support
...
Reviewed-by: adityam, shade
2020-08-10 08:36:56 +02:00
Tobias Hartmann
970e251a54
8249608: Vector register used by C2 compiled method corrupted at safepoint
...
Always update 'max_vlen_in_bytes'.
Reviewed-by: kvn, vlivanov, chagedorn
2020-08-10 08:21:14 +02:00
Ioi Lam
c1093dc244
8251213: [TESTBUG] CDS tests shouldn't write output files into test.classes directory
...
Reviewed-by: minqi, ccheung
2020-08-09 20:56:04 -07:00
Thomas Stuefe
6df465de73
8251257: NMT: jcmd VM.native_memory scale=1 crashes target VM
...
Reviewed-by: zgu, dholmes
2020-08-09 09:20:02 +02:00
Jatin Bhateja
3ed56830b4
8248830
: C2: Optimize Rotate API on x86
...
Improved existing scalar rotate operations, added support for vector rotate operations using new AVX512 instructions.
Reviewed-by: vlivanov, kvn
2020-08-09 02:03:09 +05:30
Evgeny Nikitin
3c276ce1fe
8067651: LevelTransitionTest.java, fix trivial methods levels logic
...
Make test method really trivial, adjust trivial logic, make logic independent of background compilation.
Reviewed-by: iignatyev, thartmann, kvn
2020-07-27 21:17:44 +02:00
Vladimir Kozlov
1ad1659413
8251260: two MD5 tests fail "RuntimeException: Unexpected count of intrinsic"
...
Do not run intrinsics/sha/sanity tests with AOTed java.base
Reviewed-by: vlivanov
2020-08-07 10:16:19 -07:00
Coleen Phillimore
0c9e0c2e7f
8244997: Convert the JavaThread::_threadObj oop to use OopStorage
...
Move the oop and handle releasing it in the service thread. Remove Universe::oops_do from callers.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Reviewed-by: dholmes, zgu, eosterlund, cjplummer
2020-08-07 07:53:26 -04:00
Chris Plummer
db46b297fa
8251121: six SA tests leave core files behind on macOS
...
Reviewed-by: dholmes, dcubed
2020-08-06 18:21:21 -07:00
Igor Ignatyev
b37b1a391a
8251126: nsk.share.GoldChecker should read golden file from ${test.src}
...
Reviewed-by: dholmes
2020-08-05 16:39:38 -07:00
Igor Ignatyev
65577cf58a
8251132: make main classes public in vmTestbase/jit tests
...
Reviewed-by: kvn
2020-08-05 16:39:08 -07:00
Ludovic Henry
339016a0f2
8250902: Implement MD5 Intrinsics on x86
...
Reviewed-by: kvn, vdeshpande, ascarpino
2020-08-05 11:32:15 -07:00
Leonid Mesnik
13946835b5
8244537: JDI tests fail due to "ERROR: Exception : nsk.share.jdi.JDITestRuntimeException: JDITestRuntimeException : ** event IS NOT a breakpoint **"
...
Reviewed-by: sspitsyn, amenkov
2020-08-05 10:48:55 -07:00
Igor Ignatyev
0019679c69
8251190: nsk jdi tests failing "TestBug: Exception during config file parsing: java.io.FileNotFoundException"
...
Reviewed-by: dholmes, sspitsyn
2020-08-05 08:57:21 -07:00
Harold Seigel
c200b4f1cb
8139875: [TESTBUG] Improve nsk/stress/stack/* tests
...
Use -Xss200k to limit the stack size, avoid running with -Xcomp, and, in one test, reduce iterations.
Reviewed-by: dholmes, lfoltan
2020-08-05 13:27:43 +00:00
Boris Ulasevich
1066357887
8248445: Use of AbsI/AbsL nodes should be limited to supported platforms
...
Reviewed-by: kvn, vlivanov
2020-08-05 06:31:32 -04:00
Igor Ignatyev
61ebb6adb7
8249030: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdi tests
...
Reviewed-by: dholmes, sspitsyn
2020-08-04 20:05:47 -07:00
Igor Ignatyev
a53ecac07c
8251128: remove vmTestbase/vm/compiler/jbe/combine
...
Reviewed-by: kvn
2020-08-04 20:04:47 -07:00
Jie Fu
30c8811d11
8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits
...
Reviewed-by: dholmes, cjplummer, sspitsyn
2020-08-05 10:54:18 +08:00
David Holmes
6b8c16cf41
8248906: runtime/Thread/ThreadObjAccessAtExit.java fails due to OutOfMemoryErrors
...
Reviewed-by: mdoerr
2020-08-04 21:11:45 -04:00
Calvin Cheung
d7c7f70a6a
8249586: Test runtime/cds/appcds/DirClasspathTest.java will fail if run twice
...
Add the StandardCopyOption.REPLACE_EXISTING option when calling Files.copy().
Reviewed-by: iklam
2020-08-04 19:17:31 +00:00
Yasumasa Suenaga
39616b4d7c
8250930: [TESTBUG] Some forceEarlyReturn00* tests failed due to compiler optimization
...
Reviewed-by: cjplummer, dholmes
2020-08-04 15:28:27 +09:00
Mikhailo Seledtsov
4bd94fb9ea
8250986: Problem list docker/TestMemoryAwareness.java and docker/TestDockerMemoryMetrics.java for linux-5.4.0-1019-oracle
...
Problem listed the tests
Reviewed-by: dholmes
2020-08-03 18:58:53 -07:00
Chris Plummer
54bed60bfe
8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols
...
8249150: SA core file tests sometimes time out on OSX with "java.io.IOException: App waiting timeout"
Reviewed-by: sspitsyn, amenkov
2020-08-03 17:38:22 -07:00
Christian Hagedorn
696b9e1847
8249605: C2: assert(no_dead_loop) failed: dead loop detected
...
Fixed dead loop detection in PhiNode::Ideal() to additionally account for dead MergeMemNodes
Reviewed-by: kvn, thartmann
2020-08-03 09:21:45 +02:00
Jie Fu
e03ca73dc1
8250825: C2 crashes with assert(field != __null) failed: missing field
...
Reviewed-by: kvn, thartmann
2020-07-31 17:10:46 +08:00
Huang Wang
eef2e1e3fc
8250609: C2 crash in IfNode::fold_compares
...
Reviewed-by: kvn, chagedorn
2020-07-28 10:38:04 +08:00
Andrei Pangin
a72a8984a9
8249719: MethodHandle performance suffers from bad ResolvedMethodTable hash function
...
Reviewed-by: simonis, stuefe, coleenp
2020-07-24 15:33:38 +03:00
Chris Plummer
76baa501fa
8250742: ProblemList serviceability/sa/ClhsdbPstack.java #id0 and #id1 for ZGC
...
Reviewed-by: sspitsyn
2020-07-28 16:41:07 -07:00
Harold Seigel
99ae9558fe
8250562: Clean up weird comment in vmTestbase class Terminator.java
...
Delete the weird comment.
Reviewed-by: lfoltan
2020-07-28 20:14:01 +00:00
Chris Plummer
816a7060ba
8248882: SA PMap and PStack support on OSX works with core files. Enable them
...
Reviewed-by: sspitsyn, amenkov
2020-07-28 12:04:58 -07:00
Christian Hagedorn
31368cd1f0
8249602: C2: assert(cnt == _outcnt) failed: no insertions allowed
...
Use DUIterator instead of DUIterator_Fast due to legit insertions.
Reviewed-by: kvn, thartmann
2020-07-28 16:05:30 +02:00
Mikael Vidstedt
e7289aa4d4
Merge
2020-07-27 22:26:00 -07:00
Daniil Titov
277ec3d260
8216324: GetClassMethods is confused by the presence of default methods in super interfaces
...
Reviewed-by: sspitsyn, amenkov
2020-07-27 11:34:19 -07:00
Christian Hagedorn
417e8e449d
8248552: C2 crashes with SIGFPE due to division by zero
...
Bail out in PhaseIdealLoop:split_thru_phi when trying to split a Div or ModNode iv phi whose zero check was removed but could potentially still be zero based on type information.
Reviewed-by: kvn, thartmann
2020-07-27 11:03:17 +02:00
Harold Seigel
9b73fb125d
8250557: Rename vmTestbase/nsk shared timeout handler package to Terminator.java
...
Rename the class and fix the tests that use it.
Reviewed-by: dcubed
2020-07-24 18:44:27 +00:00
Yumin Qi
4b076cb93f
8249624: update appcds/sharedStrings/IncompatibleOptions test in view of 8081416 closed as WNF
...
With CDS can archive with compressed oops off, the result of the test gives correct information.
Reviewed-by: iklam, dholmes
2020-07-24 10:29:27 -07:00
Roger Riggs
a0149f53f1
8249217: Unexpected StackOverflowError in "process reaper" thread still happens
...
Reviewed-by: martin, plevart, dholmes
2020-07-24 11:00:50 -04:00
Harold Seigel
890ca6ea2c
8222582: [TESTBUG] AbstractMethodErrorTest.java fails with "did not test both cases (interpreted and compiled)."
...
Exclude the test from running with Graal
Reviewed-by: dholmes, coleenp
2020-07-24 12:40:41 +00:00
Roman Kennke
a28f4100ce
8249787: Make TestGCLocker more resilient with concurrent GCs
...
Reviewed-by: eosterlund, tschatzl
2020-07-23 14:44:13 +02:00
Aleksey Shipilev
dc80e63811
8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
...
Reviewed-by: rkennke
2020-07-23 12:46:24 +02:00
David Holmes
1b1c1cd7b9
8249940: Remove unnecessary includes of jni_util.h in native tests
...
Reviewed-by: iignatyev, mchung
2020-07-23 00:47:02 -04:00
Coleen Phillimore
2d8e74ddea
8249768: Move static oops and NullPointerException oops from Universe into OopStorage
...
Make NPE oops an objArrayOop.
Reviewed-by: dholmes, eosterlund
2020-07-22 10:32:44 -04:00
Christian Hagedorn
18cf3d8080
8247743: Segmentation fault in debug builds due to stack overflow in find_recur with deep graphs
...
Replace the recursive algorithm of Node::find() by an iterative one to avoid a stack overflow crash with deep graphs.
Reviewed-by: kvn, thartmann
2020-07-22 10:31:37 +02:00
Christian Hagedorn
4f99e1fb11
8248467: C2: compiler/intrinsics/object/TestClone fails with -XX:+VerifyGraphEdges
...
Fix assert by taking MemBarNodes into account whose precedence edge can be NULL.
Reviewed-by: kvn, thartmann
2020-07-22 10:28:34 +02:00
Jamsheed Mohammed C M
39b22d134f
8242895: failed: sanity at src/hotspot/share/opto/escape.cpp:2361
...
The address_offset code in EA was improved to detect raw stores(init captured ones) after loopopt.
Reviewed-by: kvn, thartmann
2020-07-21 08:03:20 -07:00
Mikael Vidstedt
9ff01f7b2f
Merge
2020-07-21 20:55:29 -07:00
Igor Ignatyev
ac38b399de
8249681: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError
...
Reviewed-by: tschatzl
2020-07-17 15:01:10 -07:00
Igor Ignatyev
4a4003e900
8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310
...
Reviewed-by: kvn
2020-07-17 11:54:14 -07:00
Igor Ignatyev
1c882d91f0
8249673: cleanup graal problem lists
...
Reviewed-by: kvn
2020-07-17 10:51:55 -07:00
Igor Ignatyev
24a7d8c766
8249622: use 8249621 to ignore 8 jvmci tests
...
Reviewed-by: kvn, epavlova
2020-07-16 20:03:10 -07:00
Jie Fu
507e54840f
8246805: Incorrect copyright header in TestInvalidTieredStopAtLevel.java
...
Reviewed-by: mikael, iignatyev
2020-07-16 10:30:39 +08:00
Igor Ignatyev
e07ad838b5
8249040: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdb tests
...
Reviewed-by: dholmes
2020-07-15 11:34:34 -07:00
Igor Ignatyev
b27e717c56
8249034: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jvmti tests
...
Reviewed-by: sspitsyn
2020-07-15 11:33:43 -07:00
Igor Ignatyev
1b5391264a
8249039: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_aod tests
...
Reviewed-by: dholmes, sspitsyn
2020-07-15 11:31:35 -07:00
Ekaterina Pavlova
681d06d39b
8242388: compiler/graalunit/CoreTest.java timed out
...
Reviewed-by: kvn
2020-07-15 10:26:48 -07:00
Goetz Lindenmaier
8906904591
8248476: No helpful NullPointerException message after calling fillInStackTrace
...
Reported by christoph.dreis@freenet.de
Reviewed-by: coleenp, dholmes, mchung
2020-07-15 18:47:47 +02:00
Coleen Phillimore
99eccaf6ec
8247878: Move Management strong oops to OopStorage
...
Use OopStorage for strong oops stored with memory and thread sampling and dumping, and remove oops_do and GC calls.
Reviewed-by: dholmes, kbarrett
2020-07-20 07:50:27 -04:00
Mikael Vidstedt
ec074011a4
Merge
2020-07-19 21:34:28 -07:00
Poonam Bajaj
9376dd810c
8236042: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -Xcomp -XX:TieredStopAtLevel=1
...
Modify the test case to handle the scenario's of no printmdo's.
Reviewed-by: cjplummer, kvn
2020-07-19 22:39:07 +00:00
Jean Christophe Beyler
7339cf8f54
8247615: Initialize the bytes left for the heap sampler
...
Initialize the heap sampler correctly before usage
Reviewed-by: sspitsyn, martin, manc
2020-07-16 16:58:55 -07:00
Kim Barrett
a8d6a05ce8
8248391: Unify handling of all OopStorage instances in weak root processing
...
OopStorage instance now owned by subsystems, and generalize dead entry notification
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: coleenp, tschatzl
2020-07-16 17:41:14 -04:00
Coleen Phillimore
749be7e761
8247808: Move JVMTI strong oops to OopStorage
...
Remove JVMTI oops_do calls from JVMTI and GCs
Reviewed-by: sspitsyn, stefank, zgu, dholmes, iklam
2020-07-16 08:29:11 -04:00
Mikael Vidstedt
1f5e21a16e
Merge
2020-07-15 21:24:39 -07:00
Mikael Vidstedt
1982432db4
Merge
2020-07-14 23:29:45 -07:00
Leonid Mesnik
590de670a9
8242891: vmTestbase/nsk/jvmti/ test should be fixed to fail early if JVMTI function return error
...
Reviewed-by: sspitsyn, cjplummer
2020-07-14 14:31:14 -07:00
Igor Ignatyev
6d201dbba6
8249036: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_stress tests
...
Reviewed-by: kvn
2020-07-14 11:24:39 -07:00
Igor Ignatyev
919eb12b14
8249032: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_sysdict tests
...
Reviewed-by: dholmes
2020-07-14 11:16:00 -07:00
Igor Ignatyev
6c95a87157
8249035: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdwp tests
...
Reviewed-by: dholmes
2020-07-14 11:10:40 -07:00
Igor Ignatyev
ba1db57dde
8249028: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_monitoring tests
...
Reviewed-by: dholmes
2020-07-14 11:09:34 -07:00
Igor Ignatyev
765abcb329
8249033: clean up FileInstaller $test.src $cwd in vmTestbase_vm_metaspace tests
...
Reviewed-by: dholmes
2020-07-14 11:09:06 -07:00
Igor Ignatyev
606aad5dc8
8249029: clean up FileInstaller $test.src $cwd in vmTestbase_vm_defmeth tests
...
Reviewed-by: dholmes
2020-07-14 11:08:21 -07:00
Igor Ignatyev
04280a0d05
8249000: vm.gc.X should take selected JIT into account
...
Reviewed-by: kvn
2020-07-10 11:52:35 -07:00
Igor Ignatyev
c5ad1daa96
8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests
...
Reviewed-by: kvn, epavlova
2020-07-10 11:49:58 -07:00
Igor Ignatyev
9bbec0433c
8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests
...
Reviewed-by: kbarrett
2020-07-10 11:49:02 -07:00
Roland Westrelin
b67814941f
8229495: SIGILL in C2 generated OSR compilation
...
Reviewed-by: kvn, chagedorn
2020-07-01 17:28:49 +02:00
Igor Ignatyev
183dadbef2
8249037: clean up FileInstaller $test.src $cwd in vmTestbase_vm_g1classunloading tests
...
Reviewed-by: kbarrett
2020-07-09 09:05:58 -07:00
Igor Ignatyev
e5c43ab86e
8249018: clean up FileInstaller $test.src $cwd in vmTestbase_vm_mlvm tests
...
Reviewed-by: kvn
2020-07-08 11:28:06 -07:00
Calvin Cheung
ddcb17e1e0
8248112: array index out of bound in FileMapInfo::check_paths
...
Check runtime classpath lengths after calling create_path_array().
Reviewed-by: iklam, minqi
2020-07-07 22:47:59 +00:00
Zhuo Wang
e87c864847
8248570: Incorrect copyright header in TestUnsafeUnalignedSwap.java
...
Reviewed-by: kvn
2020-07-07 11:38:05 -07:00
Igor Ignatyev
5899ef11fb
8208243: vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly
...
Reviewed-by: tschatzl
2020-07-02 11:38:00 -07:00
Vladimir Kozlov
a8d20c9254
8247527: serviceability/dcmd/gc/HeapDumpCompressedTest.java fails with Graal + ZGC
...
Excludes running Graal with GC which it does not support
Reviewed-by: dholmes, iignatyev
2020-07-04 01:06:07 -07:00
Yong Zhou
79ad5512cf
8243670: Unexpected test result caused by C2 MergeMemNode::Ideal
...
Reviewed-by: thartmann, roland
2020-07-04 08:18:17 +08:00
Thomas Schatzl
6c89a9653e
8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile
...
Update the test to use the method suggested in JDK-8244010.
Reviewed-by: kbarrett
2020-07-03 16:32:33 +02:00
Igor Ignatyev
72ae322022
8208207: Test nsk/stress/jni/gclocker/gcl001 fails after co-location
...
Reviewed-by: tschatzl
2020-07-02 08:05:00 -07:00
Christian Hagedorn
83a8c4acc7
8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
...
Fix live limit assert in node construction to be ignored during code generation in Compile::Code_Gen().
Reviewed-by: kvn, neliasso
2020-07-01 09:18:28 +02:00
Roland Westrelin
05dc2af21f
8247824: CTW: C2 (Shenandoah) compilation fails with SEGV in SBC2Support::pin_and_expand
...
Reviewed-by: rkennke, thartmann
2020-06-18 13:51:40 +02:00
Tobias Hartmann
d5ae932b3f
8248265: compiler/ciReplay tests fail with AOT compiled java.base
...
The test should use a non-empty method to trigger compilation.
Reviewed-by: kvn, neliasso, iignatyev
2020-06-30 15:08:40 +02:00
Zhuo Wang
a7e352b554
8246051: SIGBUS by unaligned Unsafe compare_and_swap
...
Reviewed-by: aph
2020-06-29 10:15:45 -04:00
Daniel D. Daugherty
e098a31307
8248351: ProblemList serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java on Windows
...
Reviewed-by: iignatyev
2020-06-25 18:29:53 -04:00
Daniel D. Daugherty
708b60e8c6
8248354: ProblemList vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
...
Reviewed-by: cjplummer
2020-06-25 17:54:18 -04:00
Daniel D. Daugherty
b4ea9cf23e
8248335: ProblemList compiler/ciReplay/TestServerVM.java and TestVMNoCompLevel.java with AOT
...
Reviewed-by: kvn
2020-06-25 13:08:50 -04:00
Tom Rodriguez
29936542ad
8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
...
Reviewed-by: kvn
2020-06-24 10:42:26 -07:00