--- a/hotspot/src/cpu/ppc/vm/frame_ppc.hpp Tue Dec 10 14:29:43 2013 +0100
+++ b/hotspot/src/cpu/ppc/vm/frame_ppc.hpp Wed Dec 11 00:06:11 2013 +0100
@@ -421,7 +421,7 @@
#ifdef CC_INTERP
// Additional interface for interpreter frames:
inline interpreterState get_interpreterState() const;
-#endif
+#endif // CC_INTERP
// Size of a monitor in bytes.
static int interpreter_frame_monitor_size_in_bytes();
@@ -431,7 +431,6 @@
private:
- // PPC port: permgen stuff
ConstantPoolCache** interpreter_frame_cpoolcache_addr() const;
public: