hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 31366 67eccccbb2ca
parent 29201 fee2bbb2ec1d
child 31402 78cd32274693
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Thu Jun 18 10:26:58 2015 +0200
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Thu Jun 18 08:44:28 2015 -0400
@@ -294,8 +294,7 @@
   int skip_annotation_value(u1* buffer, int limit, int index);
   void parse_annotations(u1* buffer, int limit,
                          /* Results (currently, only one result is supported): */
-                         AnnotationCollector* result,
-                         TRAPS);
+                         AnnotationCollector* result);
 
   // Final setup
   unsigned int compute_oop_map_count(instanceKlassHandle super,