Request for review: JDK-8032970: stack size check methods for WhiteBox API

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed May 21 17:50:50 UTC 2014


Looks good.

Vladimir

On 5/21/14 7:28 AM, Kirill Shirokov wrote:
> Hi Vladimir,
>
> Thanks for reviewing. Please see the fixed diff:
> http://cr.openjdk.java.net/~iignatyev/kshirokov/8032970/webrev.04/
>
> I verified it with -Xint, -Xcomp and -Xmixed on all platforms (32- and
> 64-bit).
>
> Best regards,
> Kirill
>
> 5/14/2014 10:56 PM, Vladimir Kozlov пишет:
>> Thank you explanation, Kirill
>>
>> WBStackSize.java: please, use more descriptive names for variables:
>>
>> fss < tss * 0.9 || fss > tss
>>
>> You may want to run WBStackSize with -Xint. With compiled code stack
>> consumption is different. jtreg test could be run with -Xcomp by
>> harness (during Nightly), please, test such configurations.
>>
>> Thanks,
>> Vladimir
>>
>> On 5/14/14 9:29 AM, Kirill Shirokov wrote:
>>> Thanks to all reviewers!
>>>
>>> Could I ask to reivew the fixed patch:
>>> http://cr.openjdk.java.net/~iignatyev/kshirokov/8032970/webrev.03/
>>>
>>> Bug report:
>>> https://bugs.openjdk.java.net/browse/JDK-8032970
>>>
>>> The new functions will be used in the existing JSR292 tests -- we see a
>>> lot of failures due to StackOverflowError.
>>>
>>> Best regards,
>>> Kirill
>>>
>>> On 02/04/2014 10:03 PM, Vladimir Kozlov wrote:
>>>> Kirill,
>>>>
>>>> You should include link to the bug report and add more explanation
>>>> what this changes for. Will new functions be used in new or existing
>>>> jsr292 tests?
>>>>
>>>> test/testlibrary_tests directory is used for classes used by other
>>>> tests. I think you need to move new test WBStackSize.java into
>>>> test/runtime directory.
>>>>
>>>> Thanks,
>>>> Vladimir
>>>>
>>>> On 2/4/14 6:43 AM, Kirill Shirokov wrote:
>>>>> Hi,
>>>>>
>>>>> Please review following webrev, which adds stack size checking methods
>>>>> to WhiteBox API:
>>>>>
>>>>> http://cr.openjdk.java.net/~iignatyev/kshirokov/8032970/webrev.00/
>>>>> <http://cr.openjdk.java.net/%7Eiignatyev/kshirokov/8032970/webrev.00/>
>>>>>
>>>>> Thank you,
>>>>> Kirill
>>>>>
>>>>>
>>>>>
>>>
>


More information about the hotspot-compiler-dev mailing list