< prev index next >

src/hotspot/cpu/aarch64/vm_version_aarch64.cpp

Print this page

        

@@ -382,6 +382,8 @@
   VM_Version_StubGenerator g(&c);
   getPsrInfo_stub = CAST_TO_FN_PTR(getPsrInfo_stub_t,
                                    g.generate_getPsrInfo());
 
   get_processor_features();
+
+  UNSUPPORTED_OPTION(CriticalJNINatives);
 }
< prev index next >