Searched refs:allocation_style (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3351 int allocation_style = FieldsAllocationStyle; local
3352 if( allocation_style < 0 || allocation_style > 2 ) { // Out of range?
3354 allocation_style = 1; // Optimistic
3360 if( (allocation_style != 0 || compact_fields ) && class_loader.is_null() &&
3377 allocation_style = 0; // Allocate oops first
3381 if( allocation_style == 0 ) {
3386 } else if( allocation_style == 1 ) {
3389 } else if( allocation_style == 2 ) {
3398 allocation_style
[all...]

Completed in 52 milliseconds