--- a/src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp Fri Apr 12 07:51:47 2019 -0400
+++ b/src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp Fri Apr 12 09:30:17 2019 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, Red Hat Inc. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -418,7 +418,7 @@
};
-IRT_ENTRY(address,
+JRT_ENTRY(address,
InterpreterRuntime::slow_signature_handler(JavaThread* thread,
Method* method,
intptr_t* from,
@@ -435,4 +435,4 @@
// return result handler
return Interpreter::result_handler(m->result_type());
-IRT_END
+JRT_END