src/cpu/ppc/vm/templateInterpreter_ppc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/ppc/vm/templateInterpreter_ppc.hpp	Thu Dec  3 14:02:18 2015
--- new/src/cpu/ppc/vm/templateInterpreter_ppc.hpp	Thu Dec  3 14:02:18 2015

*** 1,8 **** --- 1,8 ---- /* * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2013, 2015 SAP AG. 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 31,41 **** --- 31,44 ---- // Size of interpreter code. Increase if too small. Interpreter will // fail with a guarantee ("not enough space for interpreter generation"); // if too small. // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI const static int InterpreterCodeSize = 230*K; + public: + // Support abs and sqrt like in compiler. + // For others we can use a normal (native) entry. + static bool math_entry_available(AbstractInterpreter::MethodKind kind); #endif // CPU_PPC_VM_TEMPLATEINTERPRETER_PPC_HPP

src/cpu/ppc/vm/templateInterpreter_ppc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File