On 05/16/2015 06:03 PM, Dmitry Samersoff wrote: > Andrew, > > On 2015-05-12 20:05, Andrew Haley wrote: >> http://cr.openjdk.java.net/~aph/8078521-4/ > > HSDB.java: > > 988: If you removed else part, you don't need to check CPU here at all, > just leave a comment.
This will now enable the code for PPC; I guess that's OK. > LinuxAARCH64CFrame.java: > > 65 - it's better to add brackets around 2 * ADDRESS_SIZE > 69,73 - please, remove space after bracket. Done. http://cr.openjdk.java.net/~aph/8078521-5/ Thanks, Andrew.