RFR (S): 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
Christian Thalinger
christian.thalinger at oracle.com
Tue Jul 2 21:36:29 PDT 2013
+ // G1GC port. Use accessor instead of storing manually.
+ // Takes care of write barriers internally and replaces the code above.
+ ((objArrayOopDesc *) arrObj)->obj_at_put(index, rhsObject);
The comment "replaces the code above" seems odd. Should it be removed?
-- Chris
On Jul 2, 2013, at 4:40 PM, "Lindenmaier, Goetz" <goetz.lindenmaier at sap.com> wrote:
> Hi,
>
> we implemented support for G1 in the cppInterpreter.
> This is basically all done in the accessor routines, they
> just have to be called properly.
> http://cr.openjdk.java.net/~goetz/webrevs/8019518-cInter_g1/
>
> I would be happy if I could get a review on this change.
>
> Thanks and best regards,
> Goetz.
More information about the ppc-aix-port-dev
mailing list