view c1x4hotspotsrc/HotSpotVM/.classpath @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents 2c41834aa270
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
	<classpathentry combineaccessrules="false" kind="src" path="/Assembler"/>
	<classpathentry combineaccessrules="false" kind="src" path="/Base"/>
	<classpathentry combineaccessrules="false" kind="src" path="/C1X"/>
	<classpathentry combineaccessrules="false" kind="src" path="/CRI"/>
	<classpathentry kind="output" path="bin"/>
</classpath>