diff options
| -rw-r--r-- | test/913-heaps/expected-stdout.txt | 4 | ||||
| -rw-r--r-- | test/knownfailures.json | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/test/913-heaps/expected-stdout.txt b/test/913-heaps/expected-stdout.txt index 9684503c94..5f882b1e24 100644 --- a/test/913-heaps/expected-stdout.txt +++ b/test/913-heaps/expected-stdout.txt @@ -197,7 +197,6 @@ root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot ---- untagged objects root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=120, length=-1] root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location= 31])--> 1@1000 [size=16, length=-1] -root@root --(stack-local[id=1,tag=3000,depth=4,method=runFollowReferences,vreg=3,location= 164])--> 1000@0 [size=123456780050, length=-1] root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=120, length=-1] root@root --(thread)--> 3000@0 [size=120, length=-1] 1001@0 --(superclass)--> 1000@0 [size=123456780050, length=-1] @@ -245,7 +244,6 @@ root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8])--> 1@1000 [size=16, length=-1] root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=13,location= 20])--> 1@1000 [size=16, length=-1] root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 20])--> 1@1000 [size=16, length=-1] -root@root --(stack-local[id=1,tag=3000,depth=4,method=runFollowReferences,vreg=3,location= 164])--> 1000@0 [size=123456780055, length=-1] root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=120, length=-1] root@root --(thread)--> 3000@0 [size=120, length=-1] 1001@0 --(superclass)--> 1000@0 [size=123456780055, length=-1] @@ -288,7 +286,6 @@ root@root --(thread)--> 3000@0 [size=120, length=-1] --- ---- tagged classes root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=120, length=-1] -root@root --(stack-local[id=1,tag=3000,depth=4,method=runFollowReferences,vreg=3,location= 181])--> 1000@0 [size=123456780060, length=-1] root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=120, length=-1] root@root --(thread)--> 3000@0 [size=120, length=-1] 1001@0 --(superclass)--> 1000@0 [size=123456780060, length=-1] @@ -316,7 +313,6 @@ root@root --(thread)--> 3000@0 [size=120, length=-1] 6@1000 --(class)--> 1000@0 [size=123456780060, length=-1] --- root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=120, length=-1] -root@root --(stack-local[id=1,tag=3000,depth=4,method=runFollowReferences,vreg=3,location= 181])--> 1000@0 [size=123456780065, length=-1] root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=120, length=-1] root@root --(thread)--> 3000@0 [size=120, length=-1] 1001@0 --(superclass)--> 1000@0 [size=123456780065, length=-1] diff --git a/test/knownfailures.json b/test/knownfailures.json index 4946cc140d..9abe8074f0 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -414,8 +414,7 @@ "variant": "jvmti-stress | redefine-stress" }, { - "tests": [ "567-checker-builder-intrinsics", - "913-heaps" ], + "tests": [ "567-checker-builder-intrinsics" ], "description": ["Problems with constant range."], "bug": "http://b/238404145", "variant": "optimizing | host" |