jwilhelm@6951: /* jwilhelm@6951: * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. jwilhelm@6951: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. jwilhelm@6951: * jwilhelm@6951: * This code is free software; you can redistribute it and/or modify it jwilhelm@6951: * under the terms of the GNU General Public License version 2 only, as jwilhelm@6951: * published by the Free Software Foundation. jwilhelm@6951: * jwilhelm@6951: * This code is distributed in the hope that it will be useful, but WITHOUT jwilhelm@6951: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or jwilhelm@6951: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License jwilhelm@6951: * version 2 for more details (a copy is included in the LICENSE file that jwilhelm@6951: * accompanied this code). jwilhelm@6951: * jwilhelm@6951: * You should have received a copy of the GNU General Public License version jwilhelm@6951: * 2 along with this work; if not, write to the Free Software Foundation, jwilhelm@6951: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. jwilhelm@6951: * jwilhelm@6951: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA jwilhelm@6951: * or visit www.oracle.com if you need additional information or have any jwilhelm@6951: * questions. jwilhelm@6951: * jwilhelm@6951: */ jwilhelm@6951: jwilhelm@6951: #include "precompiled.hpp" jwilhelm@6951: #include "runtime/arguments.hpp" jwilhelm@6951: jwilhelm@6951: bool Arguments::check_vm_args_consistency_ext() { jwilhelm@6951: return true; jwilhelm@6951: }