RFR - 8080776 Fix for illegal instruction crash

David Holmes david.holmes at oracle.com
Wed Jun 17 03:58:24 UTC 2015


On 17/06/2015 1:17 AM, bill pittore wrote:
> This small change adds an early initialization API to the VM_Version
> class. Before this change, some early VM initialization code was calling
> into platform specific code that executed machine instructions that are
> illegal on certain hardware. With this change a platform can determine
> the proper instructions to execute.
>
> http://cr.openjdk.java.net/~bpittore/8080776/webrev.00/

Looks good to me.

Thanks Bill.

David

> thanks,
> bill


More information about the hotspot-runtime-dev mailing list