comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotNmethod.java @ 21565:f5b549811bac

fixed eclipseformat issues
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 00:35:10 +0200
parents 48c1ebd24120
children
comparison
equal deleted inserted replaced
21564:2270a708ef23 21565:f5b549811bac
24 24
25 import static com.oracle.jvmci.hotspot.HotSpotJVMCIRuntime.*; 25 import static com.oracle.jvmci.hotspot.HotSpotJVMCIRuntime.*;
26 26
27 import com.oracle.jvmci.code.*; 27 import com.oracle.jvmci.code.*;
28 import com.oracle.jvmci.meta.*; 28 import com.oracle.jvmci.meta.*;
29
30 29
31 /** 30 /**
32 * Implementation of {@link InstalledCode} for code installed as an nmethod. The nmethod stores a 31 * Implementation of {@link InstalledCode} for code installed as an nmethod. The nmethod stores a
33 * weak reference to an instance of this class. This is necessary to keep the nmethod from being 32 * weak reference to an instance of this class. This is necessary to keep the nmethod from being
34 * unloaded while the associated {@link HotSpotNmethod} instance is alive. 33 * unloaded while the associated {@link HotSpotNmethod} instance is alive.