src/cpu/sparc/vm/registerMap_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/registerMap_sparc.hpp	Thu Jun  2 14:57:01 2011
--- new/src/cpu/sparc/vm/registerMap_sparc.hpp	Thu Jun  2 14:57:01 2011

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1998, 2011, Oracle and/or its affiliates. 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.
*** 25,34 **** --- 25,35 ---- #ifndef CPU_SPARC_VM_REGISTERMAP_SPARC_HPP #define CPU_SPARC_VM_REGISTERMAP_SPARC_HPP // machine-dependent implemention for register maps friend class frame; + friend class MethodHandles; private: intptr_t* _window; // register window save area (for L and I regs) intptr_t* _younger_window; // previous save area (for O regs, if needed)

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