src/hotspot/share/utilities/vmError.cpp
changeset 48824 e48c4461a8bb
parent 48617 01b07229a6ad
child 49176 f413e471a6ab
--- a/src/hotspot/share/utilities/vmError.cpp	Wed Jan 31 11:07:55 2018 -0500
+++ b/src/hotspot/share/utilities/vmError.cpp	Wed Jan 31 11:12:12 2018 -0600
@@ -480,7 +480,7 @@
 
   STEP("printing type of error")
 
-     switch(_id) {
+     switch(static_cast<unsigned int>(_id)) {
        case OOM_MALLOC_ERROR:
        case OOM_MMAP_ERROR:
          if (_size) {