src/share/vm/code/compiledIC.cpp

changeset 3499
aa3d708d67c4
parent 2708
1d1603768966
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/code/compiledIC.cpp	Wed Feb 01 10:36:58 2012 +0100
     1.2 +++ b/src/share/vm/code/compiledIC.cpp	Wed Feb 01 07:59:01 2012 -0800
     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 @@ -165,7 +165,6 @@
    1.11                     instruction_address(), method->print_value_string(), entry);
    1.12    }
    1.13  
    1.14 -  Events::log("compiledIC " INTPTR_FORMAT " --> megamorphic " INTPTR_FORMAT, this, (address)method());
    1.15    // We can't check this anymore. With lazy deopt we could have already
    1.16    // cleaned this IC entry before we even return. This is possible if
    1.17    // we ran out of space in the inline cache buffer trying to do the

mercurial