--- old/src/hotspot/share/runtime/vmStructs.cpp 2017-11-15 21:00:36.000000000 -0800 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2017-11-15 21:00:36.000000000 -0800 @@ -830,7 +830,7 @@ nonstatic_field(nmethod, _osr_link, nmethod*) \ nonstatic_field(nmethod, _scavenge_root_link, nmethod*) \ nonstatic_field(nmethod, _scavenge_root_state, jbyte) \ - nonstatic_field(nmethod, _state, volatile unsigned char) \ + nonstatic_field(nmethod, _state, volatile char) \ nonstatic_field(nmethod, _exception_offset, int) \ nonstatic_field(nmethod, _orig_pc_offset, int) \ nonstatic_field(nmethod, _stub_offset, int) \ @@ -1351,7 +1351,7 @@ declare_integer_type(long) \ declare_integer_type(char) \ declare_unsigned_integer_type(unsigned char) \ - declare_unsigned_integer_type(volatile unsigned char) \ + declare_unsigned_integer_type(volatile char) \ declare_unsigned_integer_type(u_char) \ declare_unsigned_integer_type(unsigned int) \ declare_unsigned_integer_type(uint) \