diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/CompilerImpl.java @ 2293:e3c42b8de67e

Removed a reference to getRiType(Class c) and some checkstyle fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 17:42:45 +0200
parents 175e7b4d7322
children 34354e2e40a3
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/CompilerImpl.java	Mon Apr 11 17:12:01 2011 +0200
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/CompilerImpl.java	Mon Apr 11 17:42:45 2011 +0200
@@ -133,8 +133,9 @@
     private CompilerImpl(VMEntries entries) {
 
         // initialize VMEntries
-        if (entries == null)
+        if (entries == null) {
             entries = new VMEntriesNative();
+        }
 
         // initialize VMExits
         VMExits exits = new VMExitsNative(this);