commit | d97fc1713277abb8cd784c66aa4d145cb460427f | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Thu Jun 04 08:05:47 2015 -0400 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Thu Jun 04 08:05:47 2015 -0400 |
tree | c9ae744f8ab603c14a9b5af2270b60832ecf9ea4 | |
parent | f3f4608e09f2fc1148c08bda3b681c99209bdb91 [diff] |
8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file Use the Events::log function to save redefined classes for output to the hs_err file. Reviewed-by: sspitsyn, jiangli, lfoltan