jdk/test/sun/tools/jps/JpsHelper.java
changeset 31454 4dba1183dc2f
parent 30326 5fc89c43c103
child 32474 5b41b53a4997
equal deleted inserted replaced
31453:aa2436bfead2 31454:4dba1183dc2f
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, 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.
     7  * published by the Free Software Foundation.
    92         }
    92         }
    93 
    93 
    94     }
    94     }
    95 
    95 
    96     /**
    96     /**
    97      * VM arguments to start test application with
    97      * VM arguments to start test application with.
    98      */
    98      * -XX:+UsePerfData is required for running the tests on embedded platforms.
    99     public static final String[] VM_ARGS = {"-Xmx512m", "-XX:+PrintGCDetails"};
    99      */
       
   100     public static final String[] VM_ARGS = {"-XX:+UsePerfData", "-Xmx512m", "-XX:+PrintGCDetails"};
   100     /**
   101     /**
   101      * VM flag to start test application with
   102      * VM flag to start test application with
   102      */
   103      */
   103     public static final String VM_FLAG = "+DisableExplicitGC";
   104     public static final String VM_FLAG = "+DisableExplicitGC";
   104 
   105