equal
deleted
inserted
replaced
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
24 */ |
24 */ |
25 |
25 |
|
26 /** |
|
27 * Defines services that allow agents to |
|
28 * instrument programs running on the JVM. |
|
29 */ |
26 module java.instrument { |
30 module java.instrument { |
27 exports java.lang.instrument; |
31 exports java.lang.instrument; |
28 } |
32 } |
29 |
33 |