< prev index next >

src/cpu/ppc/vm/templateTable_ppc_64.cpp

Print this page
rev 7209 : [mq]: inccms

*** 3511,3521 **** Rinstance_size = Roffset, Rcpool = R4_ARG2, Rtags = R3_ARG1, Rindex = R5_ARG3; ! const bool allow_shared_alloc = Universe::heap()->supports_inline_contig_alloc() && !CMSIncrementalMode; // -------------------------------------------------------------------------- // Check if fast case is possible. // Load pointers to const pool and const pool's tags array. --- 3511,3521 ---- Rinstance_size = Roffset, Rcpool = R4_ARG2, Rtags = R3_ARG1, Rindex = R5_ARG3; ! const bool allow_shared_alloc = Universe::heap()->supports_inline_contig_alloc(); // -------------------------------------------------------------------------- // Check if fast case is possible. // Load pointers to const pool and const pool's tags array.
< prev index next >