comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java @ 2294:0eb807bd8942

Checkstyle fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 18:01:44 +0200
parents 569d3fe7d65c
children
comparison
equal deleted inserted replaced
2293:e3c42b8de67e 2294:0eb807bd8942
25 /** 25 /**
26 * Used to communicate configuration details, runtime offsets, etc. to c1x upon compileMethod. 26 * Used to communicate configuration details, runtime offsets, etc. to c1x upon compileMethod.
27 * 27 *
28 * @author Lukas Stadler 28 * @author Lukas Stadler
29 */ 29 */
30 public class HotSpotVMConfig extends CompilerObject { 30 public final class HotSpotVMConfig extends CompilerObject {
31 31
32 private HotSpotVMConfig() { 32 private HotSpotVMConfig() {
33 super(null); 33 super(null);
34 } 34 }
35 35