src/hotspot/share/compiler/compilerDefinitions.hpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 50589 e5d741569070
--- a/src/hotspot/share/compiler/compilerDefinitions.hpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/compiler/compilerDefinitions.hpp	Sun Oct 15 22:54:03 2017 +0200
@@ -33,7 +33,6 @@
   compiler_c1,
   compiler_c2,
   compiler_jvmci,
-  compiler_shark,
   compiler_number_of_types
 };
 
@@ -54,7 +53,7 @@
   CompLevel_simple            = 1,         // C1
   CompLevel_limited_profile   = 2,         // C1, invocation & backedge counters
   CompLevel_full_profile      = 3,         // C1, invocation & backedge counters + mdo
-  CompLevel_full_optimization = 4          // C2, Shark or JVMCI
+  CompLevel_full_optimization = 4          // C2 or JVMCI
 };
 
 extern CompLevel CompLevel_highest_tier;