Xin Liu
2aeeeb40a0
8268279: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails after LibraryLookup is gone
...
Reviewed-by: zgu, jiefu
2021-06-07 06:12:04 +00:00
Maurizio Cimadamore
a223189b06
8264774: Implementation of Foreign Function and Memory API (Incubator)
...
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Athijegannathan Sundararajan <sundar@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: psandoz, chegar, mchung, vlivanov
2021-06-02 10:53:06 +00:00
Roland Westrelin
33c94ffc81
8263376: CTW (Shenandoah): assert(mems <= 1) failed: No node right after call if multiple mem projections
...
Reviewed-by: kvn, chagedorn
2021-03-26 16:49:26 +00:00
Jie Fu
0f6122b92f
8262819: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails with release VMs
...
Reviewed-by: roland, shade
2021-03-02 09:30:06 +00:00
Roland Westrelin
6baecf39d5
8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
...
Reviewed-by: kvn, jvernee, vlivanov
2021-03-01 15:11:25 +00:00
Roland Westrelin
8a2f58907c
8260637: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: chagedorn, kvn
2021-02-23 16:35:15 +00:00
Roland Westrelin
6775113ce8
8258393: Shenandoah: "graph should be schedulable" assert failure
...
Reviewed-by: rkennke, thartmann
2021-01-05 13:06:54 +00:00
Roland Westrelin
655bb619a3
8255936: "parsing found no loops but there are some" assertion failure with Shenandoah
...
Reviewed-by: thartmann, rkennke
2020-11-18 09:24:17 +00:00
Roland Westrelin
a3aad11918
8255400: Shenandoah: C2 failures after JDK-8255000
...
Reviewed-by: rkennke
2020-11-02 15:48:14 +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
Aleksey Shipilev
91a20ca7e5
8252695: Shenandoah: clean up Graal enabled/disabled filter in tests
...
Reviewed-by: zgu
2020-09-08 17:42:38 +00:00
Roland Westrelin
84d2c2678a
8252296: Shenandoah: crash in CallNode::extract_projections
...
Reviewed-by: chagedorn
2020-08-25 14:25:53 +02: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
Igor Ignatyev
04280a0d05
8249000: vm.gc.X should take selected JIT into account
...
Reviewed-by: kvn
2020-07-10 11:52:35 -07: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
Igor Ignatyev
dc91b06661
8244614: cleanup keywords used/available in hotspot testbase
...
Reviewed-by: coleenp, mseledtsov
2020-06-08 21:27:22 -07:00
Roland Westrelin
6d98502550
8244663: Shenandoah: C2 assertion fails in Matcher::collect_null_checks
...
Reviewed-by: shade
2020-05-15 21:54:28 +02:00
Roland Westrelin
35a7eff951
8244721: CTW: C2 (Shenandoah) compilation fails with "unexpected infinite loop graph shape"
...
Reviewed-by: shade
2020-05-15 10:24:38 +02:00
Igor Ignatyev
5efa545d48
8242312: use reproducible random in hotspot gc tests
...
Reviewed-by: kbarrett, tschatzl
2020-04-14 12:50:09 -07:00
Aleksey Shipilev
d26dadef43
8240070: Shenandoah: remove obsolete ShenandoahCommonGCStateLoads
...
Reviewed-by: rkennke
2020-02-26 19:36:50 +01:00
Roland Westrelin
8c0fab8fbe
8237837: Shenandoah: assert(mem == __null) failed: only one safepoint
...
Reviewed-by: rkennke
2020-01-28 11:28:52 +01:00
Roland Westrelin
a59ed930f5
8238385: CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
...
Reviewed-by: rkennke, shade
2020-02-07 13:59:17 +01:00
Roland Westrelin
8d2e11397a
8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: thartmann, rkennke
2020-01-09 17:26:26 +01:00
Mikael Vidstedt
b63b9a2edb
8237182: Update copyright header for shenandoah and epsilon files
...
Reviewed-by: iignatyev, zgu
2020-01-14 19:27:03 -08:00
Roland Westrelin
e4314c158d
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
...
Reviewed-by: shade, rkennke
2019-09-26 17:49:44 +02:00
Aleksey Shipilev
c49aa4ffa5
8231410: Shenandoah: clone barrier should use base pointer
...
Reviewed-by: rkennke
2019-09-25 12:21:10 +02:00
Aleksey Shipilev
517f13e1c6
8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default
...
Reviewed-by: rkennke
2019-08-14 20:32:44 +02:00
Aleksey Shipilev
d4dca25c8f
8225111: Make Shenandoah tests work with 32-bit VMs
...
Reviewed-by: rkennke
2019-06-02 10:08:38 +02:00
Pengfei Li
d2472e6dcd
8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
...
Reviewed-by: shade
2019-05-08 09:50:23 +00:00
Roman Kennke
59a025d90b
8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
...
Reviewed-by: vlivanov, roland
2019-03-15 09:57:42 +01:00
Aleksey Shipilev
977992a07e
8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled
...
Reviewed-by: rkennke, roland
2019-03-15 13:01:30 +01:00
Roman Kennke
8b62a2ee9d
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
...
Co-authored-by: Christine Flood <chf@redhat.com>
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Zhenygu Gu <zgu@redhat.com>
Co-authored-by: Andrew Haley <aph@redhat.com>
Co-authored-by: Andrew Dinn <adinn@redhat.com>
Co-authored-by: Mario Torre <mtorre@redhat.com>
Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj
2018-12-10 15:47:44 +01:00