< prev index next >

src/hotspot/share/c1/c1_Compiler.cpp

Print this page
rev 49619 : JEP 328 : Flight Recorder open source preview

*** 1,7 **** /* ! * Copyright (c) 1999, 2017, 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) 1999, 2018, 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.
*** 222,232 **** case vmIntrinsics::_compareAndSetObject: case vmIntrinsics::_getCharStringU: case vmIntrinsics::_putCharStringU: #ifdef TRACE_HAVE_INTRINSICS case vmIntrinsics::_counterTime: ! case vmIntrinsics::_getBufferWriter: #if defined(_LP64) || !defined(TRACE_ID_CLASS_SHIFT) case vmIntrinsics::_getClassId: #endif #endif break; --- 222,232 ---- case vmIntrinsics::_compareAndSetObject: case vmIntrinsics::_getCharStringU: case vmIntrinsics::_putCharStringU: #ifdef TRACE_HAVE_INTRINSICS case vmIntrinsics::_counterTime: ! case vmIntrinsics::_getEventWriter: #if defined(_LP64) || !defined(TRACE_ID_CLASS_SHIFT) case vmIntrinsics::_getClassId: #endif #endif break;
< prev index next >