RFR - 8080776 Fix for illegal instruction crash

bill pittore bill.pittore at oracle.com
Wed Jun 17 15:42:25 UTC 2015


Thanks David!

bill

On 6/16/2015 11:58 PM, David Holmes wrote:
> 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