test/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java

Print this page




   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8028994
  27  * @author Staffan Larsen
  28  * @library /lib/testlibrary

  29  * @build jdk.testlibrary.*
  30  * @run main CheckOrigin
  31  */
  32 
  33 import com.sun.management.HotSpotDiagnosticMXBean;
  34 import com.sun.management.VMOption;
  35 import com.sun.management.VMOption.Origin;
  36 import com.sun.tools.attach.VirtualMachine;
  37 import java.io.File;
  38 import java.io.FileWriter;
  39 import java.io.InputStream;
  40 import java.io.PrintWriter;
  41 import java.lang.management.ManagementFactory;
  42 import java.util.Map;
  43 import jdk.testlibrary.ProcessTools;
  44 import sun.tools.attach.HotSpotVirtualMachine;
  45 
  46 public class CheckOrigin {
  47 
  48     private static HotSpotDiagnosticMXBean mbean;




   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8028994
  27  * @author Staffan Larsen
  28  * @library /lib/testlibrary
  29  * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
  30  * @build jdk.testlibrary.*
  31  * @run main CheckOrigin
  32  */
  33 
  34 import com.sun.management.HotSpotDiagnosticMXBean;
  35 import com.sun.management.VMOption;
  36 import com.sun.management.VMOption.Origin;
  37 import com.sun.tools.attach.VirtualMachine;
  38 import java.io.File;
  39 import java.io.FileWriter;
  40 import java.io.InputStream;
  41 import java.io.PrintWriter;
  42 import java.lang.management.ManagementFactory;
  43 import java.util.Map;
  44 import jdk.testlibrary.ProcessTools;
  45 import sun.tools.attach.HotSpotVirtualMachine;
  46 
  47 public class CheckOrigin {
  48 
  49     private static HotSpotDiagnosticMXBean mbean;