hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 13391 30245956af37
parent 8921 14bfe81f2a9d
child 13742 9180987e305d
--- a/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Mon Jul 23 13:04:59 2012 -0700
+++ b/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Tue Jul 24 10:51:00 2012 -0700
@@ -181,8 +181,8 @@
 
   // for outgoing calls, these also update the reserved area to
   // include space for arguments and any ABI area.
-  CallingConvention* c_calling_convention (const BasicTypeArray* signature);
-  CallingConvention* java_calling_convention (const BasicTypeArray* signature, bool outgoing);
+  CallingConvention* c_calling_convention(const BasicTypeArray* signature);
+  CallingConvention* java_calling_convention(const BasicTypeArray* signature, bool outgoing);
 
   // deopt support
   ByteSize sp_offset_for_orig_pc() { return sp_offset_for_monitor_base(_num_monitors); }