< prev index next >

src/share/vm/opto/valuetypenode.hpp

Print this page

        

*** 130,139 **** --- 130,140 ---- // Allocates the value type (if not yet allocated) and returns the oop Node* allocate(GraphKit* kit); bool is_allocated(PhaseGVN* phase) const; + Node* tagged_klass(PhaseGVN& gvn); void pass_klass(Node* n, uint pos, const GraphKit& kit); uint pass_fields(Node* call, int base_input, const GraphKit& kit, ciValueKlass* base_vk = NULL, int base_offset = 0); // Allocation optimizations void remove_redundant_allocations(PhaseIterGVN* igvn, PhaseIdealLoop* phase);
< prev index next >