src/hotspot/cpu/ppc/ppc.ad
changeset 51710 355bd23b46e5
parent 50095 bf2f27b92064
child 51711 3aafd7015d87
--- a/src/hotspot/cpu/ppc/ppc.ad	Wed Sep 12 12:23:58 2018 +0200
+++ b/src/hotspot/cpu/ppc/ppc.ad	Wed Sep 12 12:54:16 2018 +0200
@@ -908,6 +908,7 @@
 // ----------------------------
 
 reg_class vs_reg(
+  // Attention: Only these ones are saved & restored at safepoint by RegisterSaver.
   VSR32,
   VSR33,
   VSR34,
@@ -928,18 +929,7 @@
   VSR49,
   VSR50,
   VSR51
-//  VSR52,     // nv!
-//  VSR53,     // nv!
-//  VSR54,     // nv!
-//  VSR55,     // nv!
-//  VSR56,     // nv!
-//  VSR57,     // nv!
-//  VSR58,     // nv!
-//  VSR59,     // nv!
-//  VSR60,     // nv!
-//  VSR61,     // nv!
-//  VSR62,     // nv!
-//  VSR63      // nv!
+  // VSR52-VSR63 // nv!
 );
 
  %}