RFR - 8080776 Fix for illegal instruction crash
Joe Provino
joseph.provino at oracle.com
Tue Jun 16 15:30:12 UTC 2015
Looks good to me.
joe
On 06/16/2015 11: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/
>
> thanks,
> bill
More information about the hotspot-runtime-dev
mailing list