8143072: [JVMCI] Port JVMCI to AArch64

Reviewed-by: gdub, rschatz, twisti, kvn
This commit is contained in:
Andrew Haley 2015-12-23 20:19:42 -10:00 committed by Christian Thalinger
parent 453650389f
commit cee2a179e6
99 changed files with 1350 additions and 386 deletions

View file

@ -31,9 +31,6 @@
class VM_Version : public Abstract_VM_Version {
public:
static const char* cpu_features() {
return "";
}
static void initialize();
};