--- old/src/share/vm/runtime/arguments.cpp 2016-03-21 16:43:04.780546704 -0700 +++ new/src/share/vm/runtime/arguments.cpp 2016-03-21 16:43:04.705546592 -0700 @@ -3460,6 +3460,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");