commit | df6c2c2e630fef2809f84aee4615080ae1d7a72d | [log] [tgz] |
---|---|---|
author | Volker Simonis <volker.simonis@gmail.com> | Sat Dec 04 00:09:05 2010 -0500 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Sat Dec 04 00:09:05 2010 -0500 |
tree | 457377631a5326d866837eaff64bac472b7366ff | |
parent | 77653680225dc7a4d7764a406e886563b28254e8 [diff] |
6704010: Internal Error (src/share/vm/interpreter/interpreterRuntime.cpp:1106) Fixed a race condition in the assertion caused by an unguarded, concurrent access to a GrowableArray object. Reviewed-by: coleenp, dholmes, dsamersoff