comparison graal/com.oracle.jvmci.options/src/com/oracle/jvmci/options/OptionsLoader.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 47bebae7454f
children 55058b8000ea
comparison
equal deleted inserted replaced
21603:4437f0da4b26 21604:93f282187d90
22 */ 22 */
23 package com.oracle.jvmci.options; 23 package com.oracle.jvmci.options;
24 24
25 import java.util.*; 25 import java.util.*;
26 26
27 import com.oracle.jvmci.runtime.*; 27 import com.oracle.jvmci.service.*;
28 28
29 /** 29 /**
30 * Helper class used to load option descriptors. Only to be used in the slow-path. 30 * Helper class used to load option descriptors. Only to be used in the slow-path.
31 */ 31 */
32 public class OptionsLoader { 32 public class OptionsLoader {