comparison graal/com.oracle.jvmci.runtime/src/com/oracle/jvmci/runtime/OptionsParsed.java @ 21563:4f63449b4422

revived post option parsing handler notification
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 00:06:22 +0200
parents c1e2fdb5fea3
children 93f282187d90
comparison
equal deleted inserted replaced
21562:47bebae7454f 21563:4f63449b4422
28 public interface OptionsParsed extends Service { 28 public interface OptionsParsed extends Service {
29 29
30 /** 30 /**
31 * Notifies this service that all JVMCI options have been parsed and initialized. 31 * Notifies this service that all JVMCI options have been parsed and initialized.
32 */ 32 */
33 void apply(); 33 void run();
34 } 34 }