* src/vm/vm.c (vm_create): Use vm_abort for profile_start_thread.
authortwisti <none@none>
Wed, 23 May 2007 17:51:04 +0000 (17:51 +0000)
committertwisti <none@none>
Wed, 23 May 2007 17:51:04 +0000 (17:51 +0000)
src/vm/vm.c

index 44d0cec5469fd58c4ddf7c3286c40eda73f1a743..1ca71528e094363832e9eda1a9eb116285384dbf 100644 (file)
@@ -1634,7 +1634,7 @@ bool vm_create(JavaVMInitArgs *vm_args)
 
 /*     if (opt_prof) */
 /*             if (!profile_start_thread()) */
-/*                     exceptions_print_stacktrace(); */
+/*                     vm_abort("vm_create: profile_start_thread failed"); */
 # endif
 #endif