OpenJDK / valhalla / valhalla
changeset 57176:9acaba70cb58 lworld
[lworld] Excluding two more tests due to 8231615
author | thartmann |
---|---|
date | Mon, 30 Sep 2019 12:15:07 +0200 |
parents | c59b44adf996 |
children | b0a43c82421a |
files | test/hotspot/jtreg/compiler/valhalla/valuetypes/TestLWorld.java |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestLWorld.java Mon Sep 30 11:21:51 2019 +0200 +++ b/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestLWorld.java Mon Sep 30 12:15:07 2019 +0200 @@ -2121,7 +2121,9 @@ } @Test(valid = G1GCOn, match = { COUNTEDLOOP, LOAD_UNKNOWN_VALUE }, matchCount = { 2, 1 } ) - @Test(valid = G1GCOff, match = { COUNTEDLOOP, LOAD_UNKNOWN_VALUE }, matchCount = { 3, 4 } ) + @Test(valid = G1GCOff) +// TODO Re-enable with JDK-8231615 +// @Test(valid = G1GCOff, match = { COUNTEDLOOP, LOAD_UNKNOWN_VALUE }, matchCount = { 3, 4 } ) public void test85(Object[] src, Object[] dst) { for (int i = 0; i < src.length; i++) { dst[i] = src[i]; @@ -2139,7 +2141,9 @@ } @Test(valid = G1GCOn, match = { COUNTEDLOOP }, matchCount = { 2 } ) - @Test(valid = G1GCOff, match = { COUNTEDLOOP }, matchCount = { 3 } ) + @Test(valid = G1GCOff) +// TODO Re-enable with JDK-8231615 +// @Test(valid = G1GCOff, match = { COUNTEDLOOP }, matchCount = { 3 } ) public void test86(Object[] src, Object[] dst) { for (int i = 0; i < src.length; i++) { dst[i] = src[i];