hotspot/src/share/vm/runtime/fprofiler.cpp
changeset 36357 953ab5f53cff
parent 33148 68fa8b6c4340
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/runtime/fprofiler.cpp	Wed Feb 24 13:18:54 2016 -0500
+++ b/hotspot/src/share/vm/runtime/fprofiler.cpp	Wed Feb 24 16:04:51 2016 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -836,8 +836,7 @@
     vm_thread_profiler->inc_thread_ticks();
 
     // Get a snapshot of a current VMThread pc (and leave it running!)
-    // The call may fail if, for instance the VM thread is interrupted while
-    // holding the Interrupt_lock or for other reasons.
+    // The call may fail in some circumstances
     epc = os::get_thread_pc(VMThread::vm_thread());
     if(epc.pc() != NULL) {
       if (os::dll_address_to_function_name(epc.pc(), buf, sizeof(buf), NULL)) {