view c1x4hotspotsrc/HotSpotVM/.classpath @ 1941:79d04223b8a5

Added caching for resolved types and resolved fields. This is crucial, because the local load elimination will lead to wrong results, if field equality (of two RiField objects with the same object and the same RiType) is not given. The caching makes sure that the default equals implementation is sufficient.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Tue, 28 Dec 2010 18:33:26 +0100
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>