comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java @ 10069:abb9d3a26025

an instanceof instruction lowers to a deoptimize-on-hint-miss snippet only if its profile indicates a miss (of a hint type) occurs an order of magnitude less than the compilation threshold
author Doug Simon <doug.simon@oracle.com>
date Mon, 17 Jun 2013 17:55:19 +0200
parents a323a9e20f9d
children 554f67e4ff3f
comparison
equal deleted inserted replaced
10068:529570e20aff 10069:abb9d3a26025
36 public boolean cAssertions; 36 public boolean cAssertions;
37 public final boolean windowsOs = System.getProperty("os.name", "").startsWith("Windows"); 37 public final boolean windowsOs = System.getProperty("os.name", "").startsWith("Windows");
38 public int codeEntryAlignment; 38 public int codeEntryAlignment;
39 public boolean verifyOops; 39 public boolean verifyOops;
40 public boolean ciTime; 40 public boolean ciTime;
41 public int compileThreshold;
41 public boolean compileTheWorld; 42 public boolean compileTheWorld;
42 public int compileTheWorldStartAt; 43 public int compileTheWorldStartAt;
43 public int compileTheWorldStopAt; 44 public int compileTheWorldStopAt;
44 public boolean printCompilation; 45 public boolean printCompilation;
45 public boolean printInlining; 46 public boolean printInlining;