equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2012, 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. |
27 # @bug 7064927 |
27 # @bug 7064927 |
28 # @summary Verify LocalVariableTable (LVT) exists when passed to |
28 # @summary Verify LocalVariableTable (LVT) exists when passed to |
29 # transform() on a retransform operation. |
29 # transform() on a retransform operation. |
30 # @author Daniel D. Daugherty |
30 # @author Daniel D. Daugherty |
31 # |
31 # |
|
32 # @modules java.instrument |
32 # @run build VerifyLocalVariableTableOnRetransformTest |
33 # @run build VerifyLocalVariableTableOnRetransformTest |
33 # @run compile -g DummyClassWithLVT.java |
34 # @run compile -g DummyClassWithLVT.java |
34 # @run shell MakeJAR.sh retransformAgent |
35 # @run shell MakeJAR.sh retransformAgent |
35 # @run shell VerifyLocalVariableTableOnRetransformTest.sh |
36 # @run shell VerifyLocalVariableTableOnRetransformTest.sh |
36 |
37 |