--- old/src/hotspot/share/opto/classes.hpp 2018-11-21 09:45:18.067309993 -0600 +++ new/src/hotspot/share/opto/classes.hpp 2018-11-21 09:45:17.477329522 -0600 @@ -379,3 +379,7 @@ macro(ExtractL) macro(ExtractF) macro(ExtractD) +macro(DigitC) +macro(LowerCaseC) +macro(UpperCaseC) +macro(WhitespaceC)