src/share/vm/prims/jvmtiImpl.cpp

changeset 4492
8b46b0196eb0
parent 4299
f34d701e952e
child 4721
47bc9800972c
     1.1 --- a/src/share/vm/prims/jvmtiImpl.cpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiImpl.cpp	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, 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 @@ -905,8 +905,6 @@
    1.11  #endif
    1.12  }
    1.13  
    1.14 -#ifndef KERNEL
    1.15 -
    1.16  JvmtiDeferredEvent JvmtiDeferredEvent::compiled_method_load_event(
    1.17      nmethod* nm) {
    1.18    JvmtiDeferredEvent event = JvmtiDeferredEvent(TYPE_COMPILED_METHOD_LOAD);
    1.19 @@ -1098,5 +1096,3 @@
    1.20      }
    1.21    }
    1.22  }
    1.23 -
    1.24 -#endif // ndef KERNEL

mercurial