PING Re: RFR: 8078521: AARCH64: Add AArch64 SA support
Dmitry Samersoff
dmitry.samersoff at oracle.com
Thu May 7 16:32:01 UTC 2015
Andrew,
Looks good, except couple of minor nits.
Please, take a look at LinuxAARCH64CFrame.java:70,
it might be a bug - probably, you should check against fp,
not rsp here.
See also below.
LinuxDebuggerLocal.c:
375: Please, use NPRGREG from AARCH64ThreadContext.java,
the same way as other platforms does.
HSDB.java
998: it's better to add String cpu = VM.getVM().getCPU();
and shorten if.
But JDK 7 and later doesn't support Itanium, so you can remove this if
entirely.
LinuxAARCH64CFrame.java:
60 - please, remove space after/before brackets.
65,69,73 - please, remove space after bracket.
65 - it's better to add brackets around 2 * ADDRESS_SIZE
70 - probably, you should check against fp, not rsp here.
RemoteAARCH64ThreadContext.java:
40, 46 Please,remove stale comments.
LinuxAARCH64JavaThreadPDAccess.java:
67 and below - only one space should be after public
-Dmitry
On 2015-05-06 17:36, Andrew Haley wrote:
> On 04/29/2015 08:42 AM, Andrew Haley wrote:
>>
>> http://cr.openjdk.java.net/~aph/8078521-2/
>
> Any news on this? It shouldn't be controversial at this point.
>
> Thanks,
> Andrew.
>
>
--
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.
More information about the serviceability-dev
mailing list