view visualizer/nbproject/project.xml @ 8381:807fd844ed2a

InvokeWithException cannot be the lastLocationAccess for a FloatingReadNode. Since it is both the invoke and a control flow split, the scheduler cannot schedule anything immediately the invoke. It can only schedule in the normal or exceptional successor - and we have to tell the scheduler here which side it needs to choose by putting in the location identity on both successors.
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 19 Mar 2013 10:00:43 -0700
parents 2bb876c23a4f
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.apisupport.project.suite</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/nb-module-suite-project/1">
            <name>Graal Visualizer</name>
        </data>
    </configuration>
</project>