--- old/src/hotspot/share/runtime/interfaceSupport.cpp 2017-10-26 15:26:26.381396698 -0400 +++ new/src/hotspot/share/runtime/interfaceSupport.cpp 2017-10-26 15:26:26.044715363 -0400 @@ -47,7 +47,7 @@ Histogram* RuntimeHistogram; RuntimeHistogramElement::RuntimeHistogramElement(const char* elementName) { - static volatile jint RuntimeHistogram_lock = 0; + static volatile int RuntimeHistogram_lock = 0; _name = elementName; uintx count = 0;