src/hotspot/share/code/vtableStubs.cpp
changeset 54960 e46fe26d7f77
parent 54807 33fe50b6d707
child 57745 789e967c2731
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/code/vtableStubs.cpp	Tue May 21 11:45:37 2019 +0200
+++ b/src/hotspot/share/code/vtableStubs.cpp	Tue May 21 15:51:35 2019 +0200
@@ -80,7 +80,7 @@
 
 
 void VtableStub::print_on(outputStream* st) const {
-  st->print("vtable stub (index = %d, receiver_location = " INTX_FORMAT ", code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)",
+  st->print("vtable stub (index = %d, receiver_location = " INTX_FORMAT ", code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "])",
              index(), p2i(receiver_location()), p2i(code_begin()), p2i(code_end()));
 }