Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We fixed interpretation of the aaload bytecode, where decompressing the loaded array reference was missing.

http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/rev/304e51aad3e3

G1 garbage collection

To support G1 garbage collection, we call obj_at_put() in the aastore bytecode, instead of doing the store and barrier operations locally.  This takes care of the different GC requirements.
http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/rev/684e6ea70669

...