comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotOptions.java @ 21604:93f282187d90

moved JVMCI service API into separate com.oracle.jvmci.service module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:01:57 +0200
parents 4f63449b4422
children 55058b8000ea
comparison
equal deleted inserted replaced
21603:4437f0da4b26 21604:93f282187d90
23 package com.oracle.jvmci.hotspot; 23 package com.oracle.jvmci.hotspot;
24 24
25 import java.util.*; 25 import java.util.*;
26 26
27 import com.oracle.jvmci.options.*; 27 import com.oracle.jvmci.options.*;
28 import com.oracle.jvmci.runtime.*; 28 import com.oracle.jvmci.service.*;
29 29
30 //JaCoCo Exclude 30 //JaCoCo Exclude
31 31
32 /** 32 /**
33 * Sets JVMCI options from the HotSpot command line. Such options are distinguished by the 33 * Sets JVMCI options from the HotSpot command line. Such options are distinguished by the