src/share/vm/interpreter/rewriter.hpp

changeset 6307
10c9507f544a
parent 6121
d61a1a166f44
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/interpreter/rewriter.hpp	Fri Jan 17 11:21:29 2014 -0500
     1.2 +++ b/src/share/vm/interpreter/rewriter.hpp	Fri Feb 07 18:30:27 2014 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -199,6 +199,9 @@
    1.11  
    1.12    void patch_invokedynamic_bytecodes();
    1.13  
    1.14 +  // Do all the work.
    1.15 +  void rewrite_bytecodes(TRAPS);
    1.16 +
    1.17    // Revert bytecodes in case of an exception.
    1.18    void restore_bytecodes();
    1.19  

mercurial