mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8064611: AARCH64: Changes to HotSpot shared code
Everything except cpu/ and os_cpu/ Reviewed-by: dholmes, goetz, dlong, coleenp, kvn
This commit is contained in:
parent
ee49c27e76
commit
0b30e012ee
75 changed files with 420 additions and 23 deletions
|
@ -196,6 +196,7 @@ const char* Abstract_VM_Version::jre_release_version() {
|
|||
ARM_ONLY("arm") \
|
||||
PPC32_ONLY("ppc") \
|
||||
PPC64_ONLY("ppc64") \
|
||||
AARCH64_ONLY("aarch64") \
|
||||
SPARC_ONLY("sparc")
|
||||
#endif // ZERO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue