src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3931
dd785aabe02b
parent 3930
9c9fb30d2b3b
parent 3921
e74da3c2b827
child 3969
1d7922586cf6
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Jul 16 19:50:52 2012 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Jul 17 11:16:13 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -375,7 +375,6 @@
    1.11    Handle             h_exception(thread, exception);
    1.12    methodHandle       h_method   (thread, method(thread));
    1.13    constantPoolHandle h_constants(thread, h_method->constants());
    1.14 -  typeArrayHandle    h_extable  (thread, h_method->exception_table());
    1.15    bool               should_repeat;
    1.16    int                handler_bci;
    1.17    int                current_bci = bci(thread);

mercurial