comparison 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
comparison
equal deleted inserted replaced
2292:175e7b4d7322 2293:e3c42b8de67e
131 } 131 }
132 132
133 private CompilerImpl(VMEntries entries) { 133 private CompilerImpl(VMEntries entries) {
134 134
135 // initialize VMEntries 135 // initialize VMEntries
136 if (entries == null) 136 if (entries == null) {
137 entries = new VMEntriesNative(); 137 entries = new VMEntriesNative();
138 }
138 139
139 // initialize VMExits 140 // initialize VMExits
140 VMExits exits = new VMExitsNative(this); 141 VMExits exits = new VMExitsNative(this);
141 142
142 // logging, etc. 143 // logging, etc.