src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
changeset 55114 6515a96809a1
parent 54847 59ea39bb2809
child 55521 f9a2f93a0c87
--- a/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Thu May 30 11:00:23 2019 -0700
+++ b/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Thu May 30 10:29:55 2019 +0800
@@ -135,8 +135,7 @@
   int frame_size_in_words = frame_size_in_bytes / wordSize;
   *total_frame_words = frame_size_in_words;
 
-  // Save registers, fpu state, and flags.
-
+  // Save Integer and Float registers.
   __ enter();
   __ push_CPU_state(save_vectors);
 
@@ -2880,7 +2879,7 @@
   bool cause_return = (poll_type == POLL_AT_RETURN);
   bool save_vectors = (poll_type == POLL_AT_VECTOR_LOOP);
 
-  // Save registers, fpu state, and flags
+  // Save Integer and Float registers.
   map = RegisterSaver::save_live_registers(masm, 0, &frame_size_in_words, save_vectors);
 
   // The following is basically a call_VM.  However, we need the precise