diff src/share/vm/utilities/exceptions.cpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents 04b9a2566eec
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/share/vm/utilities/exceptions.cpp	Sun Dec 18 00:41:15 2011 +0100
+++ b/src/share/vm/utilities/exceptions.cpp	Sun Dec 18 01:01:34 2011 +0100
@@ -95,7 +95,7 @@
 #endif // ASSERT
 
   if (thread->is_VM_thread()
-	  // (tw) May we do this?
+	  // TODO(tw): May we do this?
       /*|| thread->is_Compiler_thread()*/ ) {
     // We do not care what kind of exception we get for the vm-thread or a thread which
     // is compiling.  We just install a dummy exception object
@@ -119,7 +119,7 @@
   }
 
   if (thread->is_VM_thread()
-	  // (tw) May we do this?
+	  // TODO(tw): May we do this?
      /* || thread->is_Compiler_thread()*/ ) {
     // We do not care what kind of exception we get for the vm-thread or a thread which
     // is compiling.  We just install a dummy exception object