The StackMapTable attribute is not reconstructed by jvmtiClassFileReconstituter.cpp which is used in class retransformation. Since version 50 class files which require this attribute can be generated this attribute must be reconstituted. Now that version 50 class files are now the default, this is all the more important.
Other attributes, which aren't required, are allow not reconstituted. Ideally, these should be reconstructed too.
Other attributes, which aren't required, are allow not reconstituted. Ideally, these should be reconstructed too.