diff --git a/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestDeadAllocationRemoval.java b/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestDeadAllocationRemoval.java index cf8ddf280a3..3987144b314 100644 --- a/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestDeadAllocationRemoval.java +++ b/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestDeadAllocationRemoval.java @@ -22,13 +22,13 @@ */ /** - * @TestDeadAllocRem + * @test * @bug 8230397 * @summary TestDeadAllocRem removal of an already dead AllocateNode with not-yet removed proj outputs. * @enablePreview * @modules java.base/jdk.internal.value * java.base/jdk.internal.vm.annotation - * @run main/othervm -Xbatch compiler.valhalla.inlinetypes.TestDeadAllocRemDeadAllocationRemoval + * @run main/othervm -Xbatch compiler.valhalla.inlinetypes.TestDeadAllocationRemoval */ package compiler.valhalla.inlinetypes;