8305511: Remove ignore from com/sun/jdi/PopAndInvokeTest.java

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Leonid Mesnik 2023-04-04 14:39:56 +00:00
parent 62bd2ebac4
commit c59411929d

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * 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 * @summary JDWP: Cannot do an invokeMethod after a popFrames operation
* @author jjh * @author jjh
* *
* @ignore 6951287
*
* @run build TestScaffold VMConnection TargetListener TargetAdapter * @run build TestScaffold VMConnection TargetListener TargetAdapter
* @run compile -g PopAndInvokeTest.java * @run compile -g PopAndInvokeTest.java
* @run driver PopAndInvokeTest * @run driver PopAndInvokeTest