equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001, 2008, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2001, 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. |
26 * @bug 4406439 4925740 |
26 * @bug 4406439 4925740 |
27 * @summary ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName.. |
27 * @summary ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName.. |
28 * |
28 * |
29 * @author Tim Bell (based on ClassesByName by Robert Field) |
29 * @author Tim Bell (based on ClassesByName by Robert Field) |
30 * |
30 * |
|
31 * @modules java.corba |
|
32 * jdk.jdi |
31 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
33 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
32 * @run compile -g ClassesByName2Test.java |
34 * @run compile -g ClassesByName2Test.java |
33 * @run driver ClassesByName2Test |
35 * @run driver ClassesByName2Test |
34 */ |
36 */ |
35 import com.sun.jdi.*; |
37 import com.sun.jdi.*; |