src/cpu/sparc/vm/runtime_sparc.cpp

changeset 2950
cba7b5c2d53f
parent 2314
f95d63e2154a
child 4323
f0c2369fda5a
     1.1 --- a/src/cpu/sparc/vm/runtime_sparc.cpp	Thu Jun 02 13:36:11 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/runtime_sparc.cpp	Fri Jun 03 22:31:43 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2011, 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 @@ -42,8 +42,6 @@
    1.11  
    1.12  #define __ masm->
    1.13  
    1.14 -ExceptionBlob      *OptoRuntime::_exception_blob;
    1.15 -
    1.16  //------------------------------ generate_exception_blob ---------------------------
    1.17  // creates exception blob at the end
    1.18  // Using exception blob, this code is jumped from a compiled method.

mercurial