[aarch64-port-dev ] RFR: 8248414: AArch64: Remove uses of long and unsigned long ints

David Holmes david.holmes at oracle.com
Sat Jul 11 13:35:28 UTC 2020


Hi Andrew,

On 10/07/2020 7:05 pm, Andrew Haley wrote:
> On 09/07/2020 19:47, Bernhard Urban-Forster wrote:
>>
>> unfortunately I still can't sign up for the hotspot-dev mailing list
>> (we are working on it!), thus replying to aarch64-port-dev. Emails
>> are still hard in 2020 :-)
>>
>> Andrew and I had a private email conversation about this change, and
>> the latest one looks fine to me:
>> http://cr.openjdk.java.net/~aph/8248414-3/ (I'm not a reviewer
>> though).
>>
>> I tested it with our patch series applied on Windows+aarch64, and it
>> works fine.
> 
> OK, thanks.
> 
> http://cr.openjdk.java.net/~aph/8248414-3/
> 
> Incremental diff from the first version at:
> 
> http://cr.openjdk.java.net/~aph/8248414-3-incremental.diff

I don't know how this relates to to the current issue:

-AARCH64_AS = "<PATH-TO-AS>"
-AARCH64_OBJDUMP = "<PATH-TO-OBJDUMP>"
-AARCH64_OBJCOPY = "<PATH-TO-OBJCOPY>"
+AARCH64_AS = "as"
+AARCH64_OBJDUMP = "objdump"
+AARCH64_OBJCOPY = "objcopy"

but otherwise the incremental changes look okay to me.

Thanks,
David



More information about the aarch64-port-dev mailing list