src/os/bsd/dtrace/generateJvmOffsets.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2012, 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. --- 1,7 ---- /* ! * 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.
*** 58,68 **** // These are defined somewhere for Solaris #define PR_MODEL_ILP32 1 #define PR_MODEL_LP64 2 #ifdef COMPILER1 ! #if defined(DEBUG) || defined(FASTDEBUG) /* * To avoid the most part of potential link errors * we link this program with -z nodefs . * --- 58,68 ---- // These are defined somewhere for Solaris #define PR_MODEL_ILP32 1 #define PR_MODEL_LP64 2 #ifdef COMPILER1 ! #ifdef ASSERT /* * To avoid the most part of potential link errors * we link this program with -z nodefs . *
*** 82,92 **** address StubRoutines::_call_stub_return_address = NULL; StubQueue* AbstractInterpreter::_code = NULL; ! #endif /* defined(DEBUG) || defined(FASTDEBUG) */ #endif /* COMPILER1 */ #define GEN_OFFS(Type,Name) \ switch(gen_variant) { \ case GEN_OFFSET: \ --- 82,92 ---- address StubRoutines::_call_stub_return_address = NULL; StubQueue* AbstractInterpreter::_code = NULL; ! #endif /* ASSERT */ #endif /* COMPILER1 */ #define GEN_OFFS(Type,Name) \ switch(gen_variant) { \ case GEN_OFFSET: \