diff src/share/vm/prims/jvmtiClassFileReconstituter.hpp @ 4718:c01e115b095e

7064927: retransformClasses() does not pass in LocalVariableTable of a method Summary: Handle LVT attribute in the class file reconstitutor. Reviewed-by: phh, coleenp Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
author coleenp
date Wed, 21 Dec 2011 16:41:15 -0500
parents 1d1603768966
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiClassFileReconstituter.hpp	Mon Dec 19 21:38:51 2011 -0800
+++ b/src/share/vm/prims/jvmtiClassFileReconstituter.hpp	Wed Dec 21 16:41:15 2011 -0500
@@ -119,6 +119,7 @@
   void write_source_debug_extension_attribute();
   u2 line_number_table_entries(methodHandle method);
   void write_line_number_table_attribute(methodHandle method, u2 num_entries);
+  void write_local_variable_table_attribute(methodHandle method, u2 num_entries);
   void write_stackmap_table_attribute(methodHandle method, int stackmap_table_len);
   u2 inner_classes_attribute_length();
   void write_inner_classes_attribute(int length);