comparison src/share/vm/runtime/reflectionUtils.cpp @ 4475:f400f9554f09

fixed windows build, filtered methodDataOop for reflection
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 06 Feb 2012 18:32:30 -0800
parents a59727158259
children 723df37192d6
comparison
equal deleted inserted replaced
4474:bae534c93335 4475:f400f9554f09
80 } 80 }
81 #ifdef GRAAL 81 #ifdef GRAAL
82 if (UseGraal) { 82 if (UseGraal) {
83 compute_offset(offset, SystemDictionary::HotSpotMethodResolved_klass(), "javaMirror", "Ljava/lang/Object;", false); 83 compute_offset(offset, SystemDictionary::HotSpotMethodResolved_klass(), "javaMirror", "Ljava/lang/Object;", false);
84 _filtered_fields->append(new FilteredField(SystemDictionary::HotSpotMethodResolved_klass(), offset)); 84 _filtered_fields->append(new FilteredField(SystemDictionary::HotSpotMethodResolved_klass(), offset));
85 compute_offset(offset, SystemDictionary::HotSpotMethodData_klass(), "hotspotMirror", "Ljava/lang/Object;", false);
86 _filtered_fields->append(new FilteredField(SystemDictionary::HotSpotMethodData_klass(), offset));
85 } 87 }
86 #endif 88 #endif
87 } 89 }
88 90
89 int FilteredFieldStream::field_count() { 91 int FilteredFieldStream::field_count() {