RFR (XXS): 8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
Christian Thalinger
christian.thalinger at oracle.com
Mon Dec 3 15:27:04 PST 2012
Thank you, Vladimir. -- Chris
On Dec 3, 2012, at 3:05 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> Good.
>
> Vladimir
>
> On 12/03/12 14:49, Christian Thalinger wrote:
>> http://cr.openjdk.java.net/~twisti/8004319
>>
>> 8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
>> Reviewed-by:
>>
>> The problem are root compiles which need to be intrinsified.
>> Currently there is only one method that has this property:
>> java.lang.ref.Reference.get()
>>
>> The fix is to detect root compiles in LibraryCallKit::LibraryCallKit
>> and set _reexecute_sp to sp().
>>
>> src/share/vm/opto/library_call.cpp
>>
More information about the hotspot-compiler-dev
mailing list