commit | 8e63a10779d6c0d91479045785bdcb0dd3dfa577 | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Wed Apr 13 12:57:31 2016 -0400 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Wed Apr 13 12:57:31 2016 -0400 |
tree | 523936136ae82b6cf965890a0789015439950dc7 | |
parent | b5a7ed16dd4b13491cbeb4b4ef5295c341d87716 [diff] |
8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool 8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly ConstantPool::resolve_constant_at_impl() isn't thread safe for MethodHandleInError and MethodTypeInError and Constant pool merging is not thread safe for source_file_name. Reviewed-by: sspitsyn, dcubed