aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
diff options
context:
space:
mode:
authoraph <none@none>2014-05-29 13:27:46 -0400
committeraph <none@none>2014-05-29 13:27:46 -0400
commitabe91b56f3fbbc281affbd0e182136c76bce76bd (patch)
tree29d27c0ee1e95c96d14f82a5fe0a1ad040e0a273 /src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
parentf9e5c2a3e27f457a2e3d03c8ef4ba0cc6defc280 (diff)
parent3ca26cb7d7ba2d09ba78e5181d8afe222944f2b4 (diff)
Merge
Diffstat (limited to 'src/cpu/aarch64/vm/stubRoutines_aarch64.hpp')
-rw-r--r--src/cpu/aarch64/vm/stubRoutines_aarch64.hpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp b/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
index 9c12c6432..f27d61766 100644
--- a/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
+++ b/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
@@ -24,8 +24,8 @@
*
*/
-#ifndef CPU_AARCH64_VM_STUBROUTINES_AARCH64_64_HPP
-#define CPU_AARCH64_VM_STUBROUTINES_AARCH64_64_HPP
+#ifndef CPU_AARCH64_VM_STUBROUTINES_AARCH64_HPP
+#define CPU_AARCH64_VM_STUBROUTINES_AARCH64_HPP
// This file holds the platform specific parts of the StubRoutines
// definition. See stubRoutines.hpp for a description on how to
@@ -45,7 +45,7 @@ enum platform_dependent_constants {
code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
};
-class x86 {
+class aarch64 {
friend class StubGenerator;
private:
@@ -113,6 +113,10 @@ class x86 {
{
return _double_sign_flip;
}
+
+ private:
+ static juint _crc_table[];
+
};
-#endif // CPU_AARCH64_VM_STUBROUTINES_AARCH64_64_HPP
+#endif // CPU_AARCH64_VM_STUBROUTINES_AARCH64_HPP