src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/GraalHotSpotVMConfig.java
changeset 59053 ba6c248cae19
parent 58901 2700c409ff10
child 59095 03fbcd06b4c0
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
   162     public boolean inlineNotifyAll() {
   162     public boolean inlineNotifyAll() {
   163         return inlineNotify && notifyAllAddress != 0;
   163         return inlineNotify && notifyAllAddress != 0;
   164     }
   164     }
   165 
   165 
   166     public final boolean useG1GC = getFlag("UseG1GC", Boolean.class);
   166     public final boolean useG1GC = getFlag("UseG1GC", Boolean.class);
   167     public final boolean useCMSGC = getFlag("UseConcMarkSweepGC", Boolean.class);
       
   168 
   167 
   169     public final int allocatePrefetchStyle = getFlag("AllocatePrefetchStyle", Integer.class);
   168     public final int allocatePrefetchStyle = getFlag("AllocatePrefetchStyle", Integer.class);
   170     public final int allocatePrefetchInstr = getFlag("AllocatePrefetchInstr", Integer.class);
   169     public final int allocatePrefetchInstr = getFlag("AllocatePrefetchInstr", Integer.class);
   171     public final int allocatePrefetchLines = getFlag("AllocatePrefetchLines", Integer.class);
   170     public final int allocatePrefetchLines = getFlag("AllocatePrefetchLines", Integer.class);
   172     public final int allocateInstancePrefetchLines = getFlag("AllocateInstancePrefetchLines", Integer.class);
   171     public final int allocateInstancePrefetchLines = getFlag("AllocateInstancePrefetchLines", Integer.class);