equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
25 * @test |
25 * @test |
26 * @bug 4195445 6204179 |
26 * @bug 4195445 6204179 |
27 * @summary JDWP, JDI: Add return value to Method Exit Event |
27 * @summary JDWP, JDI: Add return value to Method Exit Event |
28 * @author Jim Holmlund |
28 * @author Jim Holmlund |
29 * |
29 * |
|
30 * @modules jdk.jdi |
30 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
31 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
31 * @run compile -g MethodExitReturnValuesTest.java |
32 * @run compile -g MethodExitReturnValuesTest.java |
32 * @run driver MethodExitReturnValuesTest |
33 * @run driver MethodExitReturnValuesTest |
33 */ |
34 */ |
34 import com.sun.jdi.*; |
35 import com.sun.jdi.*; |