--- old/src/share/vm/runtime/arguments.cpp 2016-03-28 10:28:21.750688091 -0700 +++ new/src/share/vm/runtime/arguments.cpp 2016-03-28 10:28:21.654687809 -0700 @@ -3595,6 +3595,11 @@ } #endif +#if !defined(COMPILER2) && !INCLUDE_JVMCI + UNSUPPORTED_OPTION(ProfileInterpreter, "ProfileInterpreter"); + NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter, "TraceProfileInterpreter")); +#endif + #ifndef TIERED // Tiered compilation is undefined. UNSUPPORTED_OPTION(TieredCompilation, "TieredCompilation");