RFR: 8080947: Add uint as a valid VM flag type (original) (raw)
Bengt Rutisson bengt.rutisson at oracle.com
Tue Jun 2 12:56:02 UTC 2015
- Previous message: RFR: 8080947: Add uint as a valid VM flag type
- Next message: RFR: 8080947: Add uint as a valid VM flag type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 02/06/15 14:34, David Lindholm wrote:
On 2015-06-02 14:14, Bengt Rutisson wrote:
Hi David, On 2015-05-28 13:28, David Lindholm wrote: Hi,
Please review this patch that adds uint and int as valid VM flag types. This patch adds the possibility to specify VM flags with types int and uint, it does not change the type of any flags.
Webrev: http://cr.openjdk.java.net/~david/JDK-8080947/webrev.hotspot.00/ Webrev: http://cr.openjdk.java.net/~david/JDK-8080947/webrev.jdk.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8080947 Overall this looks good to me, but shouldn't Flag::getuint() in globals.cpp/hpp return an uint rather than an int? 113 int Flag::getuint() const { 287 int getuint() const; Good catch! I'll fix that. Do you need a new webrev?
No need for a new webrev for that.
Bengt
Thanks, David Thanks, Bengt
Testing: Passed JPRT Thanks, David
- Previous message: RFR: 8080947: Add uint as a valid VM flag type
- Next message: RFR: 8080947: Add uint as a valid VM flag type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]