diff options
Diffstat (limited to 'libjava/prims.cc')
| -rw-r--r-- | libjava/prims.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/prims.cc b/libjava/prims.cc index 93db746fc1e..7aac58497aa 100644 --- a/libjava/prims.cc +++ b/libjava/prims.cc @@ -1008,8 +1008,7 @@ _Jv_CreateJavaVM (void* /*vm_args*/) _Jv_GCInitializeFinalizers (&::gnu::gcj::runtime::FinalizerThread::finalizerReady); // Start the GC finalizer thread. A VirtualMachineError can be - // thrown by the runtime if, say, threads aren't available. In this - // case finalizers simply won't run. + // thrown by the runtime if, say, threads aren't available. try { using namespace gnu::gcj::runtime; |

