This feature was delivered into JDK 7u4 which was released April 2012 and was subsequently dissolved February 2020. Discussion about ports may be found on porters-dev.

Pending TODOs

  • Port "Use large pages"
  • Replace .align in asm files with .p2align, since .align is defined differently on Darwin and Linux
  • current_stack_pointer() and the equivalent for frame pointer should use gcc intrinsic functions under GNUC, when those exist, rather than inline asm
    • recommended by clang team
  • No labels