src/share/vm/services/memRecorder.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/memRecorder.hpp	Mon May 13 16:35:07 2013
--- new/src/share/vm/services/memRecorder.hpp	Mon May 13 16:35:06 2013

*** 1,7 **** --- 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 **** --- 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