< prev index next >

src/cpu/ppc/vm/interpreterRT_ppc.cpp

Print this page

        

*** 1,8 **** /* ! * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 2013 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. --- 1,8 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 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.
*** 108,121 **** __ std(r, sp_c_arg_at(jni_arg.number())); } } void InterpreterRuntime::SignatureHandlerGenerator::generate(uint64_t fingerprint) { - #if !defined(ABI_ELFv2) // Emit fd for current codebuffer. Needs patching! __ emit_fd(); - #endif // Generate code to handle arguments. iterate(fingerprint); // Return the result handler. --- 108,119 ----
< prev index next >