Skip to content

Commit 1c0ae54

Browse files
committed
Remove EnableValhalla from tests.
1 parent fcffef4 commit 1c0ae54

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

test/hotspot/jtreg/serviceability/jvmti/valhalla/FieldAccessModify/FieldAccessModify.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
2727
are generated for value classes.
2828
* @requires vm.jvmti
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:FieldAccessModify -XX:+EnableValhalla FieldAccessModify
30+
* @run main/othervm/native -agentlib:FieldAccessModify FieldAccessModify
3131
*/
3232

3333
import java.lang.reflect.Field;

test/hotspot/jtreg/serviceability/jvmti/valhalla/ForceEarlyReturn/ValueForceEarlyReturn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @requires vm.jvmti
2828
* @modules java.base/jdk.internal.vm.annotation
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:ValueForceEarlyReturn -XX:+EnableValhalla ValueForceEarlyReturn
30+
* @run main/othervm/native -agentlib:ValueForceEarlyReturn ValueForceEarlyReturn
3131
*/
3232

3333
import java.util.Objects;

test/hotspot/jtreg/serviceability/jvmti/valhalla/GetClassFields/ValueGetClassFields.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @requires vm.jvmti
2828
* @modules java.base/jdk.internal.vm.annotation
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:ValueGetClassFields -XX:+EnableValhalla ValueGetClassFields
30+
* @run main/othervm/native -agentlib:ValueGetClassFields ValueGetClassFields
3131
*/
3232

3333
import jdk.internal.vm.annotation.LooselyConsistentValue;

test/hotspot/jtreg/serviceability/jvmti/valhalla/GetObjectMonitorUsage/ValueGetObjectMonitorUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @requires vm.jvmti
2828
* @modules java.base/jdk.internal.vm.annotation
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:ValueGetObjectMonitorUsage -XX:+EnableValhalla ValueGetObjectMonitorUsage
30+
* @run main/othervm/native -agentlib:ValueGetObjectMonitorUsage ValueGetObjectMonitorUsage
3131
*/
3232

3333
import jdk.internal.vm.annotation.LooselyConsistentValue;

test/hotspot/jtreg/serviceability/jvmti/valhalla/GetObjectSize/ValueGetObjectSize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @requires vm.jvmti
2828
* @modules java.base/jdk.internal.vm.annotation
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:ValueGetObjectSize -XX:+EnableValhalla ValueGetObjectSize
30+
* @run main/othervm/native -agentlib:ValueGetObjectSize ValueGetObjectSize
3131
*/
3232

3333
import jdk.internal.vm.annotation.LooselyConsistentValue;

test/hotspot/jtreg/serviceability/jvmti/valhalla/GetSetLocal/ValueGetSetLocal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @requires vm.jvmti
2828
* @modules java.base/jdk.internal.vm.annotation
2929
* @enablePreview
30-
* @run main/othervm/native -agentlib:ValueGetSetLocal -XX:+EnableValhalla ValueGetSetLocal
30+
* @run main/othervm/native -agentlib:ValueGetSetLocal ValueGetSetLocal
3131
*/
3232

3333
import java.util.Objects;

0 commit comments

Comments
 (0)