Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down