--- old/src/hotspot/share/adlc/main.cpp 2018-07-11 14:32:28.076373866 -0700 +++ new/src/hotspot/share/adlc/main.cpp 2018-07-11 14:32:27.612365033 -0700 @@ -58,7 +58,7 @@ // Read command line arguments and file names for( int i = 1; i < argc; i++ ) { // For all arguments - register char *s = argv[i]; // Get option/filename + char *s = argv[i]; // Get option/filename if( *s++ == '-' ) { // It's a flag? (not a filename) if( !*s ) { // Stand-alone `-' means stdin