From c59411929ddbf5fdc51ccc9d7508cfceeabc58c1 Mon Sep 17 00:00:00 2001 From: Leonid Mesnik Date: Tue, 4 Apr 2023 14:39:56 +0000 Subject: [PATCH] 8305511: Remove ignore from com/sun/jdi/PopAndInvokeTest.java Reviewed-by: cjplummer, sspitsyn --- test/jdk/com/sun/jdi/PopAndInvokeTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/jdk/com/sun/jdi/PopAndInvokeTest.java b/test/jdk/com/sun/jdi/PopAndInvokeTest.java index 7f265f937ee..0b270a4fee0 100644 --- a/test/jdk/com/sun/jdi/PopAndInvokeTest.java +++ b/test/jdk/com/sun/jdi/PopAndInvokeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2023, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,8 +27,6 @@ * @summary JDWP: Cannot do an invokeMethod after a popFrames operation * @author jjh * - * @ignore 6951287 - * * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g PopAndInvokeTest.java * @run driver PopAndInvokeTest