jdk/test/com/sun/tools/attach/SimpleProvider.java
changeset 24870 5d567113d043
parent 5506 202f599c92aa
--- a/jdk/test/com/sun/tools/attach/SimpleProvider.java	Tue Jun 10 11:15:23 2014 +0100
+++ b/jdk/test/com/sun/tools/attach/SimpleProvider.java	Wed Jun 11 15:47:53 2014 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -100,4 +100,12 @@
 
     public void dataDumpRequest() throws IOException {
     }
+
+    public String startLocalManagementAgent() {
+        return null;
+    }
+
+    public void startManagementAgent(Properties agentProperties) {
+    }
+
 }