src/hotspot/share/gc/z/zArguments.cpp
changeset 50589 e5d741569070
parent 50525 767cdb97f103
child 50674 9ab948f612a8
--- a/src/hotspot/share/gc/z/zArguments.cpp	Fri Jun 15 08:28:08 2018 -0700
+++ b/src/hotspot/share/gc/z/zArguments.cpp	Fri Jun 15 09:16:48 2018 -0700
@@ -94,11 +94,6 @@
   // Verification of stacks not (yet) supported, for the same reason
   // we need fixup_partial_loads
   DEBUG_ONLY(FLAG_SET_DEFAULT(VerifyStack, false));
-
-  // JVMCI not (yet) supported
-  if (EnableJVMCI) {
-    vm_exit_during_initialization("The flag -XX:+UseZGC can not be combined with -XX:+EnableJVMCI");
-  }
 }
 
 CollectedHeap* ZArguments::create_heap() {