mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 00:50:48 +00:00
8057778: Misc cleanups of the attach code (aix)
Reviewed-by: simonis
This commit is contained in:
parent
13a51887f7
commit
6f23532a1e
@ -28,8 +28,6 @@ package sun.tools.attach;
|
||||
import com.sun.tools.attach.VirtualMachine;
|
||||
import com.sun.tools.attach.VirtualMachineDescriptor;
|
||||
import com.sun.tools.attach.AttachNotSupportedException;
|
||||
import com.sun.tools.attach.spi.AttachProvider;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
// Based on linux/classes/sun/tools/attach/AttachProviderImpl.java.
|
||||
@ -40,9 +38,6 @@ import java.io.IOException;
|
||||
*/
|
||||
public class AttachProviderImpl extends HotSpotAttachProvider {
|
||||
|
||||
// perf counter for the JVM version
|
||||
private static final String JVM_VERSION = "java.property.java.vm.version";
|
||||
|
||||
public AttachProviderImpl() {
|
||||
}
|
||||
|
||||
|
||||
@ -25,14 +25,12 @@
|
||||
*/
|
||||
package sun.tools.attach;
|
||||
|
||||
import com.sun.tools.attach.VirtualMachine;
|
||||
import com.sun.tools.attach.AgentLoadException;
|
||||
import com.sun.tools.attach.AttachNotSupportedException;
|
||||
import com.sun.tools.attach.spi.AttachProvider;
|
||||
import java.io.InputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.File;
|
||||
import java.util.Properties;
|
||||
|
||||
// Based on linux/classes/sun/tools/attach/VirtualMachineImpl.java.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user