changeset 5681:9042d4f79d90

correct typos
author adinn
date Fri, 21 Nov 2014 13:20:53 +0000
parents 7b52d065b907
children ae4b26e6783b
files src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp src/cpu/aarch64/vm/nativeInst_aarch64.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp	Fri Nov 21 13:18:41 2014 +0000
+++ b/src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp	Fri Nov 21 13:20:53 2014 +0000
@@ -80,7 +80,7 @@
   pop(r0, sp);
 #endif
   reset_last_Java_frame(true, true);
-  __ maybe_isb();
+  maybe_isb();
 
   // check for pending exceptions
   { Label L;
--- a/src/cpu/aarch64/vm/nativeInst_aarch64.cpp	Fri Nov 21 13:18:41 2014 +0000
+++ b/src/cpu/aarch64/vm/nativeInst_aarch64.cpp	Fri Nov 21 13:20:53 2014 +0000
@@ -191,7 +191,7 @@
   return Instruction_aarch64::extract(int_at(0), 30, 23) == 0b11100101;
 }
 
-/ MT safe inserting of a jump over a jump or a nop (used by nmethod::makeZombie)
+// MT safe inserting of a jump over a jump or a nop (used by nmethod::makeZombie)
 
 void NativeJump::patch_verified_entry(address entry, address verified_entry, address dest) {
   ptrdiff_t disp = dest - verified_entry;