src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3921
e74da3c2b827
parent 3900
d2a62e0f25eb
parent 3917
8150fa46d2ed
child 3931
dd785aabe02b
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Thu Jul 12 14:19:15 2012 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Jul 13 20:14:27 2012 -0400
     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