jdk/src/jdk.jconsole/share/classes/module-info.java
changeset 43538 5b3936afe090
parent 43503 bc7f8619ab70
parent 43533 33d180b3b647
child 44417 a431edba1629
equal deleted inserted replaced
43523:67007ed41226 43538:5b3936afe090
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    27     requires transitive java.desktop;
    27     requires transitive java.desktop;
    28     requires transitive java.management;
    28     requires transitive java.management;
    29     requires java.management.rmi;
    29     requires java.management.rmi;
    30     requires java.rmi;
    30     requires java.rmi;
    31     requires jdk.attach;
    31     requires jdk.attach;
    32     requires jdk.jvmstat;
    32     requires jdk.internal.jvmstat;
    33     requires jdk.management;
    33     requires jdk.management;
    34     requires jdk.management.agent;
    34     requires jdk.management.agent;
    35     exports com.sun.tools.jconsole;
    35     exports com.sun.tools.jconsole;
    36     uses com.sun.tools.jconsole.JConsolePlugin;
    36     uses com.sun.tools.jconsole.JConsolePlugin;
    37 }
    37 }