comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/RegisterNode.java @ 5814:d241f8b2e6f9

Adapt the coloring filter for binary dumped graphs Update no framestate filter to also remove virtual nodes Improve binary serialization of fields and methods Made sure xml serialzer still works for dumping arrays in properties Added some nameTemplates Improved Name templates to optionaly use a short version of the elements Factored away elementType between NewPrimitiveArrayNode and NewObjectArrayNode into NewArrayNode restored Begin/End nodes shortNames
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 11 Jul 2012 14:13:38 +0200
parents 3b8bc07f8d17
children b74402a7079b
comparison
equal deleted inserted replaced
5813:3b8bc07f8d17 5814:d241f8b2e6f9
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.hotspot.nodes; 23 package com.oracle.graal.hotspot.nodes;
24
25 import java.util.*;
26 24
27 import com.oracle.graal.api.code.*; 25 import com.oracle.graal.api.code.*;
28 import com.oracle.graal.api.meta.*; 26 import com.oracle.graal.api.meta.*;
29 import com.oracle.graal.graph.*; 27 import com.oracle.graal.graph.*;
30 import com.oracle.graal.nodes.*; 28 import com.oracle.graal.nodes.*;