hotspot/src/share/vm/runtime/os.cpp
changeset 37251 9fc139ad74b5
parent 37248 11a660dbbb8e
child 37462 58bb9394a98b
--- a/hotspot/src/share/vm/runtime/os.cpp	Mon Apr 04 14:41:00 2016 -0700
+++ b/hotspot/src/share/vm/runtime/os.cpp	Mon Apr 04 14:49:19 2016 -0700
@@ -1284,8 +1284,8 @@
   _mem_serialize_page = (volatile int32_t *)page;
   // We initialize the serialization page shift count here
   // We assume a cache line size of 64 bytes
-  assert(SerializePageShiftCount == count,
-         "thread size changed, fix SerializePageShiftCount constant");
+  assert(SerializePageShiftCount == count, "JavaThread size changed; "
+         "SerializePageShiftCount constant should be %d", count);
   set_serialize_page_mask((uintptr_t)(vm_page_size() - sizeof(int32_t)));
 }