hotspot/src/share/vm/runtime/arguments.cpp
changeset 37296 613278eb2a1e
parent 37261 659ed5b20b48
parent 37272 c427db4ea8c4
child 38044 a2a381c8b429
child 37449 1b4042cde136
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Fri Apr 08 01:00:10 2016 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri Apr 08 12:36:27 2016 -0400
@@ -3659,6 +3659,11 @@
   }
 #endif
 
+#if !defined(COMPILER2) && !INCLUDE_JVMCI
+  UNSUPPORTED_OPTION(ProfileInterpreter);
+  NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter));
+#endif
+
 #ifndef TIERED
   // Tiered compilation is undefined.
   UNSUPPORTED_OPTION(TieredCompilation);