We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bd2eb commit c594119Copy full SHA for c594119
test/jdk/com/sun/jdi/PopAndInvokeTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2023, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -27,8 +27,6 @@
27
* @summary JDWP: Cannot do an invokeMethod after a popFrames operation
28
* @author jjh
29
30
- * @ignore 6951287
31
- *
32
* @run build TestScaffold VMConnection TargetListener TargetAdapter
33
* @run compile -g PopAndInvokeTest.java
34
* @run driver PopAndInvokeTest
0 commit comments