hotspot/src/share/vm/interpreter/rewriter.hpp
changeset 22750 a3c879b18f22
parent 21734 440a9598dc23
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/interpreter/rewriter.hpp	Fri Feb 07 11:47:24 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/rewriter.hpp	Fri Feb 07 18:30:27 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, 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
@@ -199,6 +199,9 @@
 
   void patch_invokedynamic_bytecodes();
 
+  // Do all the work.
+  void rewrite_bytecodes(TRAPS);
+
   // Revert bytecodes in case of an exception.
   void restore_bytecodes();