comparison src/share/vm/classfile/loaderConstraints.hpp @ 1339:09ac706c2623

Merge
author asaha
date Wed, 24 Mar 2010 17:16:33 -0700
parents 0c3f888b7636 38836cf1d8d2
children c18cbe5936b8
comparison
equal deleted inserted replaced
1338:f5dd08ad65df 1339:09ac706c2623
79 symbolHandle name); 79 symbolHandle name);
80 80
81 81
82 void purge_loader_constraints(BoolObjectClosure* is_alive); 82 void purge_loader_constraints(BoolObjectClosure* is_alive);
83 83
84 void verify(Dictionary* dictionary); 84 void verify(Dictionary* dictionary, PlaceholderTable* placeholders);
85 #ifndef PRODUCT 85 #ifndef PRODUCT
86 void print(); 86 void print();
87 #endif 87 #endif
88 }; 88 };
89 89