RFR(S): 8205609: [PPC64] Fix PPC64 part of 8010319 and TLH without UseSIGTRAP on AIX

Doerr, Martin martin.doerr at sap.com
Mon Jun 25 14:34:30 UTC 2018


Hi,

I'd like to fix issues with the current PPC64 implementation:

  *   Wrong register usage in template interpreter after JDK-8010319.
  *   SafepointMechanism implementation for AIX misses the protection of the bad page (ThreadLocalHandshakes with -XX:-UseSIGTRAP). I prefer to implement it using 2 pages like on the other platforms.
  *   Remove unused function which is obsolete since the introduction of ThreadLocalHanshakes.

Please review:
http://cr.openjdk.java.net/~mdoerr/8205609_ppc64_TI_and_TLH_fixes/webrev.00/

Thanks and best regards,
Martin



More information about the hotspot-runtime-dev mailing list