Request for review: 8015007: Incorrect print format in error message for VM cannot allocate the requested heap
Hi all, Can I have a couple of quick reviews of this trivial change? Thanks. Tao webrev: http://cr.openjdk.java.net/~tamao/8015007/webrev.00/ changeset: 1. print format: %d -> SIZE_FORMAT for type of size_t (variable total_reserved) 2. *minor: clean up error message call in check_alignment
Hi Tao, Looks good. Thanks, Bengt On 5/21/13 7:49 PM, Tao Mao wrote:
Hi all,
Can I have a couple of quick reviews of this trivial change?
Thanks. Tao
webrev: http://cr.openjdk.java.net/~tamao/8015007/webrev.00/
changeset: 1. print format: %d -> SIZE_FORMAT for type of size_t (variable total_reserved) 2. *minor: clean up error message call in check_alignment
Hi, On Tue, 2013-05-21 at 10:49 -0700, Tao Mao wrote:
Hi all,
Can I have a couple of quick reviews of this trivial change?
Looks okay. Thomas
participants (3)
-
Bengt Rutisson
-
Tao Mao
-
Thomas Schatzl