< prev index next >

src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 2011 Red Hat, Inc. * 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 --- 1,7 ---- /* ! * Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 2011 Red Hat, Inc. * 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
*** 26,36 **** #ifndef CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP #define CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP // Platform specific for C++ based Interpreter ! #if defined(PPC) || defined(SPARC) || defined(IA64) #define LOTS_OF_REGS // Use plenty of registers #else #undef LOTS_OF_REGS // Loser platforms #endif --- 26,36 ---- #ifndef CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP #define CPU_ZERO_BYTECODEINTERPRETER_ZERO_HPP // Platform specific for C++ based Interpreter ! #if defined(PPC) || defined(IA64) #define LOTS_OF_REGS // Use plenty of registers #else #undef LOTS_OF_REGS // Loser platforms #endif
< prev index next >