Request for review: https://jbs.oracle.com/bugs/browse/JDK-8017473
Joseph Provino
joseph.provino at oracle.com
Wed Jul 3 16:54:39 PDT 2013
On 07/03/2013 07:19 PM, David Holmes wrote:
> Joe,
>
> On 4/07/2013 5:10 AM, Joseph Provino wrote:
>> Bug report: https://jbs.oracle.com/bugs/browse/JDK-8017473
>
> You have closed this as a duplicate of 8011569 ???
Yes, was that the wrong thing to do?
joe
>
> David
> -----
>
>> This is for SE_8 but will be backported to 7u.
>>
>> Webrev: http://cr.openjdk.java.net/~jprovino/8017473/webrev.00/
>> <http://cr.openjdk.java.net/%7Ejprovino/8017473/webrev.00/>
>>
>> I changed PLATFORM_NMT_DETAIL_SUPPORTED to
>> PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
>> to make the name more general.
>>
>> Added -DPLATFORM_NMT_DETAIL_SUPPORTED=1 to linux/makefiles/debug.make
>> because
>> with the low optimization for debug builds, -fno-omit-frame-pointer is
>> set and stack walking
>> is always permissible.
>>
>> Changed vm.make to optionally include an architecture specific makefile
>> in case some files
>> need to be compiled with special options such as
>> -fno-omit-frame-pointer.
>>
>> Thanks.
>>
>> joe
More information about the hotspot-dev
mailing list