File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/hotspot/share/utilities Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ static void print_oom_reasons(outputStream* st) {
493493 st->print_cr (" # Possible reasons:" );
494494 st->print_cr (" # The system is out of physical RAM or swap space" );
495495 if (UseCompressedOops) {
496- st->print_cr (" # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap" );
496+ st->print_cr (" # This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap" );
497497 }
498498 if (LogBytesPerWord == 2 ) {
499499 st->print_cr (" # In 32 bit mode, the process size limit was hit" );
@@ -831,9 +831,9 @@ void VMError::report(outputStream* st, bool _verbose) {
831831 " (mprotect) failed to protect " );
832832 jio_snprintf (buf, sizeof (buf), SIZE_FORMAT, _size);
833833 st->print (" %s" , buf);
834- st->print (" bytes" );
834+ st->print (" bytes. " );
835835 if (strlen (_detail_msg) > 0 ) {
836- st->print (" for " );
836+ st->print (" Error detail: " );
837837 st->print (" %s" , _detail_msg);
838838 }
839839 st->cr ();
You can’t perform that action at this time.
0 commit comments