comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/PrintStreamOption.java @ 21554:b1530a6cce8c

renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 23:21:15 +0200
parents 9579a3c62a9e
children f5b549811bac
comparison
equal deleted inserted replaced
21553:0910a9497b02 21554:b1530a6cce8c
23 package com.oracle.jvmci.hotspot; 23 package com.oracle.jvmci.hotspot;
24 24
25 import java.io.*; 25 import java.io.*;
26 import java.lang.management.*; 26 import java.lang.management.*;
27 27
28 import com.oracle.graal.options.*; 28 import com.oracle.jvmci.options.*;
29
29 30
30 /** 31 /**
31 * An option that encapsulates and configures a print stream. 32 * An option that encapsulates and configures a print stream.
32 */ 33 */
33 public class PrintStreamOption extends OptionValue<String> { 34 public class PrintStreamOption extends OptionValue<String> {