src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3917
8150fa46d2ed
parent 3848
e2fe93124108
child 3921
e74da3c2b827
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Jun 25 15:34:06 2012 -0400
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Jun 26 19:08:44 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