/hg/icedtea6: Whitespace fixes

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Tue Feb 23 09:37:05 PST 2010


changeset 2b86a59d4446 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2b86a59d4446
author: Gary Benson <gbenson at redhat.com>
date: Tue Feb 23 17:36:57 2010 +0000

	Whitespace fixes


diffstat:

33 files changed, 181 insertions(+), 146 deletions(-)
ChangeLog                                               |   35 +++++++++
ports/hotspot/make/linux/makefiles/shark.make           |    2 
ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp    |    4 -
ports/hotspot/src/share/vm/includeDB_shark              |    2 
ports/hotspot/src/share/vm/shark/sharkBlock.cpp         |   46 ++++++------
ports/hotspot/src/share/vm/shark/sharkBlock.hpp         |   10 +-
ports/hotspot/src/share/vm/shark/sharkBuilder.cpp       |    4 -
ports/hotspot/src/share/vm/shark/sharkBuilder.hpp       |    8 +-
ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp  |    4 -
ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp  |    6 -
ports/hotspot/src/share/vm/shark/sharkCompiler.cpp      |   10 +-
ports/hotspot/src/share/vm/shark/sharkContext.cpp       |    2 
ports/hotspot/src/share/vm/shark/sharkContext.hpp       |    2 
ports/hotspot/src/share/vm/shark/sharkFunction.cpp      |   10 +-
ports/hotspot/src/share/vm/shark/sharkFunction.hpp      |    4 -
ports/hotspot/src/share/vm/shark/sharkInliner.cpp       |   20 ++---
ports/hotspot/src/share/vm/shark/sharkInliner.hpp       |    2 
ports/hotspot/src/share/vm/shark/sharkIntrinsics.cpp    |    4 -
ports/hotspot/src/share/vm/shark/sharkInvariants.hpp    |    2 
ports/hotspot/src/share/vm/shark/sharkMemoryManager.hpp |    2 
ports/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp |   14 +--
ports/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp |    2 
ports/hotspot/src/share/vm/shark/sharkRuntime.cpp       |   20 ++---
ports/hotspot/src/share/vm/shark/sharkRuntime.hpp       |    4 -
ports/hotspot/src/share/vm/shark/sharkStack.cpp         |    8 +-
ports/hotspot/src/share/vm/shark/sharkStack.hpp         |    8 +-
ports/hotspot/src/share/vm/shark/sharkState.cpp         |   18 ++---
ports/hotspot/src/share/vm/shark/sharkState.hpp         |    2 
ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp  |    4 -
ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp  |    2 
ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp |   54 +++++++--------
ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp |    4 -
ports/hotspot/src/share/vm/shark/sharkValue.hpp         |    8 +-

diffs (truncated from 1359 to 500 lines):

diff -r a9569f1ff015 -r 2b86a59d4446 ChangeLog
--- a/ChangeLog	Tue Feb 23 12:08:37 2010 -0500
+++ b/ChangeLog	Tue Feb 23 17:36:57 2010 +0000
@@ -1,3 +1,38 @@ 2010-02-23  Gary Benson  <gbenson at redhat
+2010-02-23  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/make/linux/makefiles/shark.make: Whitespace fixes.
+	* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp: Likewise.
+	* ports/hotspot/src/share/vm/includeDB_shark: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBlock.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBlock.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkContext.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkContext.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkFunction.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkFunction.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkInliner.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkInliner.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkIntrinsics.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkInvariants.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkMemoryManager.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkRuntime.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkRuntime.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkStack.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkStack.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkState.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkState.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkValue.hpp: Likewise.
+
 2010-02-23  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkBlock.cpp: Reformatted
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/make/linux/makefiles/shark.make
--- a/ports/hotspot/make/linux/makefiles/shark.make	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/make/linux/makefiles/shark.make	Tue Feb 23 17:36:57 2010 +0000
@@ -20,7 +20,7 @@
 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
 # CA 95054 USA or visit www.sun.com if you need additional information or
 # have any questions.
-#  
+#
 #
 
 # Sets make macros for making Shark version of VM
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp	Tue Feb 23 17:36:57 2010 +0000
@@ -20,7 +20,7 @@
  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  * CA 95054 USA or visit www.sun.com if you need additional information or
  * have any questions.
- *  
+ *
  */
 
 // Set the default values for platform dependent flags used by the
@@ -50,7 +50,7 @@ define_pd_global(intx,  NewRatio,       
 define_pd_global(intx,  NewRatio,                     12   );
 define_pd_global(intx,  NewSizeThreadIncrease,        4*K  );
 define_pd_global(intx,  InitialCodeCacheSize,         160*K);
-define_pd_global(intx,  ReservedCodeCacheSize,        32*M ); 
+define_pd_global(intx,  ReservedCodeCacheSize,        32*M );
 define_pd_global(bool,  ProfileInterpreter,           false);
 define_pd_global(intx,  CodeCacheExpansionSize,       32*K );
 define_pd_global(uintx, CodeCacheMinBlockLength,      1    );
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/includeDB_shark
--- a/ports/hotspot/src/share/vm/includeDB_shark	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/includeDB_shark	Tue Feb 23 17:36:57 2010 +0000
@@ -20,7 +20,7 @@
 // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
 // CA 95054 USA or visit www.sun.com if you need additional information or
 // have any questions.
-//  
+//
 //
 
 // NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkBlock.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkBlock.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkBlock.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -44,7 +44,7 @@ void SharkBlock::parse_bytecode(int star
 
     if (SharkTraceBytecodes)
       tty->print_cr("%4d: %s", bci(), Bytecodes::name(bc()));
-    
+
     if (has_trap() && trap_bci() == bci()) {
       do_trap(trap_request());
       return;
@@ -95,7 +95,7 @@ void SharkBlock::parse_bytecode(int star
           }
         }
         break;
-      }  
+      }
     }
 
     switch (bc()) {
@@ -294,25 +294,25 @@ void SharkBlock::parse_bytecode(int star
       xpop();
       xpop();
       break;
-    case Bytecodes::_swap: 
+    case Bytecodes::_swap:
       a = xpop();
       b = xpop();
       xpush(a);
       xpush(b);
-      break;  
+      break;
     case Bytecodes::_dup:
       a = xpop();
       xpush(a);
       xpush(a);
       break;
-    case Bytecodes::_dup_x1: 
+    case Bytecodes::_dup_x1:
       a = xpop();
       b = xpop();
       xpush(a);
       xpush(b);
       xpush(a);
       break;
-    case Bytecodes::_dup_x2: 
+    case Bytecodes::_dup_x2:
       a = xpop();
       b = xpop();
       c = xpop();
@@ -321,7 +321,7 @@ void SharkBlock::parse_bytecode(int star
       xpush(b);
       xpush(a);
       break;
-    case Bytecodes::_dup2: 
+    case Bytecodes::_dup2:
       a = xpop();
       b = xpop();
       xpush(b);
@@ -394,7 +394,7 @@ void SharkBlock::parse_bytecode(int star
       do_irem();
       break;
     case Bytecodes::_ineg:
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jint(
         builder()->CreateNeg(a->jint_value()), a->zero_checked()));
       break;
@@ -470,7 +470,7 @@ void SharkBlock::parse_bytecode(int star
       do_lrem();
       break;
     case Bytecodes::_lneg:
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jlong(
         builder()->CreateNeg(a->jlong_value()), a->zero_checked()));
       break;
@@ -547,18 +547,18 @@ void SharkBlock::parse_bytecode(int star
       break;
     case Bytecodes::_fdiv:
       b = pop();
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jfloat(
         builder()->CreateFDiv(a->jfloat_value(), b->jfloat_value())));
       break;
     case Bytecodes::_frem:
       b = pop();
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jfloat(
         builder()->CreateFRem(a->jfloat_value(), b->jfloat_value())));
       break;
     case Bytecodes::_fneg:
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jfloat(
         builder()->CreateFNeg(a->jfloat_value())));
       break;
@@ -583,18 +583,18 @@ void SharkBlock::parse_bytecode(int star
       break;
     case Bytecodes::_ddiv:
       b = pop();
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jdouble(
         builder()->CreateFDiv(a->jdouble_value(), b->jdouble_value())));
       break;
     case Bytecodes::_drem:
       b = pop();
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jdouble(
         builder()->CreateFRem(a->jdouble_value(), b->jdouble_value())));
       break;
     case Bytecodes::_dneg:
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jdouble(
         builder()->CreateFNeg(a->jdouble_value())));
       break;
@@ -627,7 +627,7 @@ void SharkBlock::parse_bytecode(int star
       break;
 
     case Bytecodes::_i2l:
-      a = pop();      
+      a = pop();
       push(SharkValue::create_jlong(
         builder()->CreateIntCast(
           a->jint_value(), SharkType::jlong_type(), true), a->zero_checked()));
@@ -907,7 +907,7 @@ int SharkBlock::switch_table_length() {
 
   default:
     ShouldNotReachHere();
-  } 
+  }
 }
 
 int SharkBlock::switch_key(int i) {
@@ -920,7 +920,7 @@ int SharkBlock::switch_key(int i) {
 
   default:
     ShouldNotReachHere();
-  } 
+  }
 }
 
 int SharkBlock::switch_dest(int i) {
@@ -933,7 +933,7 @@ int SharkBlock::switch_dest(int i) {
 
   default:
     ShouldNotReachHere();
-  } 
+  }
 }
 
 void SharkBlock::do_div_or_rem(bool is_long, bool is_rem) {
@@ -966,7 +966,7 @@ void SharkBlock::do_div_or_rem(bool is_l
       builder()->CreateICmpEQ(a, p),
       builder()->CreateICmpEQ(b, q)),
     special_case, general_case);
-  
+
   builder()->SetInsertPoint(special_case);
   Value *special_result;
   if (is_rem) {
@@ -1033,12 +1033,12 @@ void SharkBlock::do_field_access(bool is
     BasicType   basic_type = field->type()->basic_type();
     const Type *stack_type = SharkType::to_stackType(basic_type);
     const Type *field_type = SharkType::to_arrayType(basic_type);
-    
+
     Value *addr = builder()->CreateAddressOfStructEntry(
       object, in_ByteSize(field->offset_in_bytes()),
       PointerType::getUnqual(field_type),
       "addr");
-  
+
     // Do the access
     if (is_get) {
       Value *field_value = builder()->CreateLoad(addr);
@@ -1057,7 +1057,7 @@ void SharkBlock::do_field_access(bool is
           field_value, field_type, basic_type != T_CHAR);
 
       builder()->CreateStore(field_value, addr);
-      
+
       if (!field->type()->is_primitive_type())
         builder()->CreateUpdateBarrierSet(oopDesc::bs(), addr);
 
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkBlock.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkBlock.hpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkBlock.hpp	Tue Feb 23 17:36:57 2010 +0000
@@ -55,11 +55,11 @@ class SharkBlock : public SharkTargetInv
   // Entry state
  protected:
   virtual SharkState* entry_state();
-  
+
   // Current state
  private:
   SharkState* initial_current_state();
-  
+
  public:
   SharkState* current_state() {
     if (_current_state == NULL)
@@ -72,7 +72,7 @@ class SharkBlock : public SharkTargetInv
     _current_state = current_state;
   }
 
-  // Local variables  
+  // Local variables
  protected:
   SharkValue* local(int index) {
     SharkValue *value = current_state()->local(index);
@@ -208,7 +208,7 @@ class SharkBlock : public SharkTargetInv
   void do_lrem() {
     do_div_or_rem(true, true);
   }
-  void do_div_or_rem(bool is_long, bool is_rem);  
+  void do_div_or_rem(bool is_long, bool is_rem);
 
   // get* and put*
  private:
@@ -257,7 +257,7 @@ class SharkBlock : public SharkTargetInv
   int switch_dest(int i);
 
   virtual void do_switch();
-  
+
   // invoke*
  protected:
   virtual void do_call();
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -127,7 +127,7 @@ const Type* SharkBuilder::make_type(char
   case 'F':
   case 'D':
     return PointerType::getUnqual(make_type(tolower(type), false));
-    
+
     // VM objects
   case 'T':
     return SharkType::thread_type();
@@ -535,4 +535,4 @@ BasicBlock* SharkBuilder::CreateBlock(Ba
 BasicBlock* SharkBuilder::CreateBlock(BasicBlock* ip, const char* name) const {
   return BasicBlock::Create(
     SharkContext::current(), name, GetInsertBlock()->getParent(), ip);
-}  
+}
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp	Tue Feb 23 17:36:57 2010 +0000
@@ -149,7 +149,7 @@ class SharkBuilder : public llvm::IRBuil
   llvm::Value* memset();
   llvm::Value* unimplemented();
   llvm::Value* should_not_reach_here();
-  llvm::Value* dump();  
+  llvm::Value* dump();
 
   // Public interface to low-level non-VM calls.
  public:
@@ -164,10 +164,10 @@ class SharkBuilder : public llvm::IRBuil
                                llvm::Value* value,
                                llvm::Value* len,
                                llvm::Value* align);
-  llvm::CallInst* CreateUnimplemented(const char* file, int line);  
-  llvm::CallInst* CreateShouldNotReachHere(const char* file, int line);  
+  llvm::CallInst* CreateUnimplemented(const char* file, int line);
+  llvm::CallInst* CreateShouldNotReachHere(const char* file, int line);
   NOT_PRODUCT(llvm::CallInst* CreateDump(llvm::Value* value));
-  
+
   // Flags for CreateMemoryBarrier.
  public:
   enum BarrierFlags {
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -105,7 +105,7 @@ void SharkDecacher::process_method_slot(
     *value,
     offset);
 
-  oopmap()->set_oop(slot2reg(offset));  
+  oopmap()->set_oop(slot2reg(offset));
 }
 
 void SharkDecacher::process_pc_slot(int offset) {
@@ -114,7 +114,7 @@ void SharkDecacher::process_pc_slot(int 
     builder()->code_buffer_address(pc_offset()),
     stack()->slot_addr(offset));
 }
-  
+
 void SharkDecacher::start_locals() {
   // Create the array we'll record our local variables in
   _locarray = new GrowableArray<ScopeValue*>(max_locals());}
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp	Tue Feb 23 17:36:57 2010 +0000
@@ -58,7 +58,7 @@ class SharkDecacher : public SharkCacher
 
  private:
   int _bci;
-  
+
  protected:
   int bci() const {
     return _bci;
@@ -101,7 +101,7 @@ class SharkDecacher : public SharkCacher
   void process_oop_tmp_slot(llvm::Value** value, int offset);
   void process_method_slot(llvm::Value** value, int offset);
   void process_pc_slot(int offset);
-  
+
   void start_locals();
   void process_local_slot(int index, SharkValue** value, int offset);
 
@@ -131,7 +131,7 @@ class SharkDecacher : public SharkCacher
     //   stack[3]    local[0]    jint       normal    normal
     //
     // high addresses this end
-    
+
     SharkValue *value = *addr;
     if (value) {
       if (value->is_jobject())
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -48,7 +48,7 @@ SharkCompiler::SharkCompiler()
   MutexLocker locker(execution_engine_lock());
 
   // Make LLVM safe for multithreading
-  if (!llvm_start_multithreaded()) 
+  if (!llvm_start_multithreaded())
     fatal("llvm_start_multithreaded() failed");
 
   // Initialize the native target
@@ -161,7 +161,7 @@ void SharkCompiler::compile_method(ciEnv
 
   // Emit the entry point
   SharkEntry *entry = (SharkEntry *) cb.malloc(sizeof(SharkEntry));
-  
+
   // Build the LLVM IR for the method
   Function *function = SharkFunction::build(env, &builder, flow, name);
 
@@ -182,7 +182,7 @@ void SharkCompiler::compile_method(ciEnv
 
   ExceptionHandlerTable handler_table;
   ImplicitExceptionTable inc_table;
-  
+
   env->register_method(target,
                        entry_bci,
                        &offsets,
@@ -255,7 +255,7 @@ void SharkCompiler::generate_native_code
         llvm::DebugFlag = true;
       }
       else {
-        llvm::SetCurrentDebugType(""); 
+        llvm::SetCurrentDebugType("");
         llvm::DebugFlag = false;
       }
 #else
@@ -314,7 +314,7 @@ void SharkCompiler::free_queued_methods(
       break;
 
     execution_engine()->freeMachineCodeForFunction(function);
-    function->eraseFromParent();  
+    function->eraseFromParent();
   }
 }
 
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkContext.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkContext.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkContext.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -92,7 +92,7 @@ SharkContext::SharkContext(const char* n
       _to_stackType[i] = jint_type();
       _to_arrayType[i] = jbyte_type();
       break;
-      
+
     case T_BYTE:
       _to_stackType[i] = jint_type();
       _to_arrayType[i] = jbyte_type();
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkContext.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkContext.hpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkContext.hpp	Tue Feb 23 17:36:57 2010 +0000
@@ -168,7 +168,7 @@ class SharkContext : public llvm::LLVMCo
     assert(type != NULL, "unhandled type");
     return result;
   }
-  
+
  public:
   const llvm::Type* to_stackType(BasicType type) const {
     return map_type(_to_stackType, type);
diff -r a9569f1ff015 -r 2b86a59d4446 ports/hotspot/src/share/vm/shark/sharkFunction.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkFunction.cpp	Tue Feb 23 12:08:37 2010 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkFunction.cpp	Tue Feb 23 17:36:57 2010 +0000
@@ -97,10 +97,10 @@ void SharkFunction::initialize(const cha
       SharkTopLevelBlock *locker =
         new SharkTopLevelBlock(this, start_block->ciblock());
       locker->add_incoming(entry_state);
-    
+
       set_block_insertion_point(start_block->entry_block());
       locker->acquire_method_lock();



More information about the distro-pkg-dev mailing list