8005816: Shark: fix volatile float field access [Was: Re: RFR: Fix volatile float field access in Shark]

Christian Thalinger christian.thalinger at oracle.com
Mon Jan 7 14:44:23 PST 2013


8005816: Shark: fix volatile float field access

On Dec 6, 2012, at 12:48 PM, Roman Kennke <rkennke at redhat.com> wrote:

> One of the jtreg tests (test/compiler/6796786/Test6796786.java) was
> failing with Shark because LLVM could not compile atomic load/store for
> float (and double). This change inserts a bitcast to the int type with
> same width.
> 
> http://cr.openjdk.java.net/~rkennke/shark-atomic/webrev/
> 
> Ok to go in?
> 
> Roman
> 
> 



More information about the hotspot-compiler-dev mailing list