src/hotspot/share/utilities/macros.hpp
changeset 52351 0ecb4e520110
parent 51330 edd33b9946ca
child 52925 9c18c9d839d3
--- a/src/hotspot/share/utilities/macros.hpp	Mon Oct 29 11:31:25 2018 -0700
+++ b/src/hotspot/share/utilities/macros.hpp	Tue Oct 30 10:39:19 2018 -0400
@@ -541,10 +541,9 @@
 #define NOT_E500V2(code) code
 #endif
 
-// Note: There are three ARM ports. They set the following in the makefiles:
-// 1. Closed 32-bit port:   -DARM -DARM32           -DTARGET_ARCH_arm
-// 2. Closed 64-bit port:   -DARM -DAARCH64 -D_LP64 -DTARGET_ARCH_arm
-// 3. Open   64-bit port:         -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64
+// Note: There are two ARM ports. They set the following in the makefiles:
+// 1. 32-bit port:   -DARM -DARM32 -DTARGET_ARCH_arm
+// 2. 64-bit port:   -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64
 #ifdef ARM
 #define ARM_ONLY(code) code
 #define NOT_ARM(code)