You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compiler/src/jdk.graal.compiler.processor/src/jdk/graal/compiler/lir/processor/IntrinsicStubProcessor.java
out.println(" // runtime-checked CPU features variant, i.e. variant compiled with CPU features not present in the feature set selected by the -march option");
416
+
}
412
417
switch (targetVM) {
413
418
casehotspot:
414
419
out.printf(" @Snippet\n");
@@ -455,4 +460,26 @@ private void generateStub(TargetVM targetVM, PrintWriter out, Name className, St
0 commit comments