hotspot/src/share/vm/services/memRecorder.hpp
changeset 18086 f44cf213a775
parent 15452 3bfde2dea09d
child 19696 bd5a0131bde1
--- a/hotspot/src/share/vm/services/memRecorder.hpp	Mon Jun 10 10:45:19 2013 -0400
+++ b/hotspot/src/share/vm/services/memRecorder.hpp	Tue Jun 18 08:44:08 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * 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
@@ -220,7 +220,7 @@
   ~MemRecorder();
 
   // record a memory operation
-  bool record(address addr, MEMFLAGS flags, size_t size, address caller_pc = 0);
+  bool record(address addr, MEMFLAGS flags, size_t size, jint seq, address caller_pc = 0);
 
   // linked list support
   inline void set_next(MemRecorder* rec) {