src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
changeset 48608 1dab70e20292
parent 48585 d9fcb7ba8133
parent 48476 ca9489245872
child 49010 9010e596f391
--- a/src/hotspot/cpu/ppc/macroAssembler_ppc.hpp	Thu Jan 18 09:01:00 2018 -0800
+++ b/src/hotspot/cpu/ppc/macroAssembler_ppc.hpp	Thu Jan 18 18:58:46 2018 +0000
@@ -980,6 +980,8 @@
  public:
    // 'Temp' is a temp register that this object can use (and trash).
    explicit SkipIfEqualZero(MacroAssembler*, Register temp, const bool* flag_addr);
+   static void skip_to_label_if_equal_zero(MacroAssembler*, Register temp,
+                                           const bool* flag_addr, Label& label);
    ~SkipIfEqualZero();
 };