src/share/vm/prims/wbtestmethods/parserTests.hpp

Wed, 23 Apr 2014 11:18:53 +0200

author
sjohanss
date
Wed, 23 Apr 2014 11:18:53 +0200
changeset 6641
1d01a7f3a336
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
permissions
-rw-r--r--

8033426: Scale initial NewSize using NewRatio if not set on command line
Summary: Now using NewRatio to size initial NewSize if not specified on commandline.
Reviewed-by: jmasa, jwilhelm

nloodin@3681 1 /*
mikael@6198 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
nloodin@3681 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
nloodin@3681 4 *
nloodin@3681 5 * This code is free software; you can redistribute it and/or modify it
nloodin@3681 6 * under the terms of the GNU General Public License version 2 only, as
nloodin@3681 7 * published by the Free Software Foundation.
nloodin@3681 8 *
nloodin@3681 9 * This code is distributed in the hope that it will be useful, but WITHOUT
nloodin@3681 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
nloodin@3681 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
nloodin@3681 12 * version 2 for more details (a copy is included in the LICENSE file that
nloodin@3681 13 * accompanied this code).
nloodin@3681 14 *
nloodin@3681 15 * You should have received a copy of the GNU General Public License version
nloodin@3681 16 * 2 along with this work; if not, write to the Free Software Foundation,
nloodin@3681 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
nloodin@3681 18 *
nloodin@3681 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
nloodin@3681 20 * or visit www.oracle.com if you need additional information or have any
nloodin@3681 21 * questions.
nloodin@3681 22 */
nloodin@3681 23
nloodin@3681 24 #ifndef SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H
nloodin@3681 25 #define SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H
nloodin@3681 26
nloodin@3681 27 #include "prims/jni.h"
nloodin@3681 28 #include "prims/whitebox.hpp"
nloodin@3681 29
iignatyev@4592 30 WB_METHOD_DECLARE(jobjectArray) WB_ParseCommandLine(JNIEnv* env, jobject o, jstring args, jobjectArray arguments);
nloodin@3681 31
nloodin@3681 32 #endif //SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H

mercurial