comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java @ 1439:d0c8d3a2a7e8

Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'. Added c1x4hotspotsrc/hotspot/java as indirect launcher for $JRE7/bin/java that can be referenced from Eclipse launch configuration. Copied .checkstyle_checks.xml from C1X project to c1x4hotspotsrc/HotSpotVM so that it can be used by HotSpotVM project without hard coded path to C1X in another Eclipse workspace. Various other changes to reflect changes in CRI and C1X.
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 Oct 2010 18:14:17 +0200
parents 9e5e83ca2259
children 9196a2b32950 8cfe3537a0d3
comparison
equal deleted inserted replaced
1438:a7a0ef3c6858 1439:d0c8d3a2a7e8
168 return "HotSpotMethod<" + name + ">"; 168 return "HotSpotMethod<" + name + ">";
169 } 169 }
170 170
171 @Override 171 @Override
172 public Class<?> accessor() { 172 public Class<?> accessor() {
173 // TODO Auto-generated method stub
174 return null; 173 return null;
175 } 174 }
176 175
177 @Override 176 @Override
178 public int intrinsic() { 177 public int intrinsic() {
179 // TODO Auto-generated method stub
180 return 0; 178 return 0;
181 } 179 }
182
183 } 180 }