hotspot/src/share/vm/code/stubs.hpp
changeset 31620 53be635ad49c
parent 25468 5331df506290
child 42664 29142a56c193
--- a/hotspot/src/share/vm/code/stubs.hpp	Tue Jun 30 15:26:20 2015 -0700
+++ b/hotspot/src/share/vm/code/stubs.hpp	Wed Jul 01 10:53:26 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, 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
@@ -216,6 +216,9 @@
   // Debugging/printing
   void  verify();                                // verifies the stub queue
   void  print();                                 // prints information about the stub queue
+
+  // Fixup for pregenerated code
+  void fix_buffer(address buffer, address queue_end, address buffer_end, int number_of_stubs);
 };
 
 #endif // SHARE_VM_CODE_STUBS_HPP