equal
deleted
inserted
replaced
40 * library is called. |
40 * library is called. |
41 * |
41 * |
42 * <p> If no compiler is available, these methods do nothing. |
42 * <p> If no compiler is available, these methods do nothing. |
43 * |
43 * |
44 * @author Frank Yellin |
44 * @author Frank Yellin |
45 * @since JDK1.0 |
45 * @since 1.0 |
46 */ |
46 */ |
47 public final class Compiler { |
47 public final class Compiler { |
48 private Compiler() {} // don't make instances |
48 private Compiler() {} // don't make instances |
49 |
49 |
50 private static native void initialize(); |
50 private static native void initialize(); |