diff --git a/test/hotspot/jtreg/compiler/eliminateAutobox/TestIdentityWithEliminateBoxInDebugInfo.java b/test/hotspot/jtreg/compiler/eliminateAutobox/TestIdentityWithEliminateBoxInDebugInfo.java index 9a29d7ec1f5..4666faa349f 100644 --- a/test/hotspot/jtreg/compiler/eliminateAutobox/TestIdentityWithEliminateBoxInDebugInfo.java +++ b/test/hotspot/jtreg/compiler/eliminateAutobox/TestIdentityWithEliminateBoxInDebugInfo.java @@ -26,6 +26,7 @@ * @test * @bug 8261137 * @requires vm.flavor == "server" + * @enablePreview * @summary Verify that box object content matches after deoptimization when it is eliminated. * @library /test/lib *