From dab50b222d9f25317a35d64c386a0f4d749b2f8c Mon Sep 17 00:00:00 2001 From: Axel Boldt-Christmas Date: Wed, 6 May 2026 17:57:20 +0000 Subject: [PATCH] Ignored test because of bad jtreg syntax --- .../valhalla/inlinetypes/TestDeadAllocationRemoval.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;