view visualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponentSettings.xml @ 12384:28d80a9260cd

During CheckCast lowering, if null was never seen and a guard is created for the null case, the instanceof should be done on a non-null value.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 14 Oct 2013 16:40:51 +0200
parents 015fb895586b
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
<settings version="1.0">
    <module name="com.sun.hotspot.igv.bytecodes" spec="1.0"/>
    <instanceof class="org.openide.windows.TopComponent"/>
    <instanceof class="com.sun.hotspot.igv.bytecodes.BytecodeViewTopComponent"/>
    <instance class="com.sun.hotspot.igv.bytecodes.BytecodeViewTopComponent" method="getDefault"/>
</settings>