src/os/solaris/dtrace/generateJvmOffsets.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/solaris/dtrace/generateJvmOffsets.cpp	Thu Apr 11 07:43:17 2013
--- new/src/os/solaris/dtrace/generateJvmOffsets.cpp	Thu Apr 11 07:43:17 2013

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2003, 2013, 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.
*** 53,70 **** --- 53,70 ---- #include "runtime/virtualspace.hpp" #include "runtime/vmStructs.hpp" #include "utilities/accessFlags.hpp" #include "utilities/globalDefinitions.hpp" #ifdef COMPILER1 ! #if defined(DEBUG) || defined(FASTDEBUG) ! #ifdef ASSERT /* * To avoid the most part of potential link errors * we link this program with -z nodefs . * * But for 'debug1' and 'fastdebug1' we still have to provide ! * a particular workaround for the following symbols bellow. ! * a particular workaround for the following symbols below. * It will be good to find out a generic way in the future. */ #pragma weak tty #pragma weak CMSExpAvgFactor
*** 77,87 **** --- 77,87 ---- address StubRoutines::_call_stub_return_address = NULL; StubQueue* AbstractInterpreter::_code = NULL; ! #endif /* defined(DEBUG) || defined(FASTDEBUG) */ ! #endif /* ASSERT */ #endif /* COMPILER1 */ #define GEN_OFFS(Type,Name) \ switch(gen_variant) { \ case GEN_OFFSET: \

src/os/solaris/dtrace/generateJvmOffsets.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File