hotspot/src/os_cpu/solaris_sparc/vm/solaris_sparc.s

Print this page
rev 281 : 6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell

*** 1,7 **** !! ! !! Copyright 2005-2007 Sun Microsystems, Inc. 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,7 ---- !! ! !! Copyright 2005-2008 Sun Microsystems, Inc. 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,40 **** --- 31,42 ---- !! The reader might be tempted to move this service to .il. !! Don't. Sun's CC back-end reads and optimize code emitted !! by the .il "call", in some cases optimizing the code, completely eliding it, !! or by moving the code from the "call site". + !! ASM better know we may use G6 for our own purposes + .register %g6, #ignore .globl SafeFetch32 .align 32 .global Fetch32PFI, Fetch32Resume SafeFetch32:
*** 104,113 **** --- 106,116 ---- .globl _raw_thread_id .align 32 _raw_thread_id: + .register %g7, #scratch retl mov %g7, %o0 .globl _flush_reg_windows