comparison src/share/vm/graal/graalEnv.hpp @ 3703:50a1d38cd7ac

Add newlines at the end of files, otherwise my version of gcc complains
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 28 Nov 2011 18:20:46 -0800
parents d3d3dd0a3421
children 120820e30baa
comparison
equal deleted inserted replaced
3702:584c70f06938 3703:50a1d38cd7ac
137 // array types into java/lang/Object and other types stay as they are. 137 // array types into java/lang/Object and other types stay as they are.
138 static instanceKlassHandle get_instance_klass_for_declared_method_holder(KlassHandle& klass); 138 static instanceKlassHandle get_instance_klass_for_declared_method_holder(KlassHandle& klass);
139 }; 139 };
140 140
141 #endif // SHARE_VM_GRAAL_GRAALENV_HPP 141 #endif // SHARE_VM_GRAAL_GRAALENV_HPP
142