comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/logging/CountingProxy.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 d563baeca9df
comparison
equal deleted inserted replaced
21553:0910a9497b02 21554:b1530a6cce8c
25 import java.lang.reflect.*; 25 import java.lang.reflect.*;
26 import java.util.*; 26 import java.util.*;
27 import java.util.concurrent.*; 27 import java.util.concurrent.*;
28 import java.util.concurrent.atomic.*; 28 import java.util.concurrent.atomic.*;
29 29
30 import com.oracle.graal.debug.*; 30 import com.oracle.jvmci.debug.*;
31
31 32
32 /** 33 /**
33 * A java.lang.reflect proxy that hierarchically logs all method invocations along with their 34 * A java.lang.reflect proxy that hierarchically logs all method invocations along with their
34 * parameters and return values. 35 * parameters and return values.
35 */ 36 */