src/share/vm/services/memRecorder.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/services/memRecorder.hpp

src/share/vm/services/memRecorder.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 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) 2012, 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.
*** 218,228 **** protected: _NOINLINE_ MemRecorder(); ~MemRecorder(); // record a memory operation ! bool record(address addr, MEMFLAGS flags, size_t size, address caller_pc = 0); // linked list support inline void set_next(MemRecorder* rec) { _next = rec; } --- 218,228 ---- protected: _NOINLINE_ MemRecorder(); ~MemRecorder(); // record a memory operation ! bool record(address addr, MEMFLAGS flags, size_t size, jint seq, address caller_pc = 0); // linked list support inline void set_next(MemRecorder* rec) { _next = rec; }
src/share/vm/services/memRecorder.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File