< prev index next >

src/cpu/ppc/vm/interpreter_ppc.hpp

Print this page
rev 8107 : 8077838: Recent developments for ppc.

*** 1,8 **** /* ! * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 2014 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) 2002, 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.
*** 45,50 **** static int expr_offset_in_bytes(int slot) { return stackElementSize * slot + wordSize; } #endif ! #endif // CPU_PPC_VM_INTERPRETER_PPC_PP --- 45,50 ---- static int expr_offset_in_bytes(int slot) { return stackElementSize * slot + wordSize; } #endif ! #endif // CPU_PPC_VM_INTERPRETER_PPC_HPP
< prev index next >