< prev index next >

src/hotspot/share/jvmci/jvmci.hpp

Print this page
rev 56085 : 8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value.
Reviewed-by: duke
Contributed-by: doug.simon@oracle.com, xiaohong.gong@arm.com

@@ -58,11 +58,10 @@
 
  public:
   enum CodeInstallResult {
      ok,
      dependencies_failed,
-     dependencies_invalid,
      cache_full,
      code_too_large
   };
 
   static void do_unloading(bool unloading_occurred);
< prev index next >