| commit | b0dcc34e06089cd76a0c85f39b0ed0d88418c33c | [log] [tgz] |
|---|---|---|
| author | Joseph Provino <jprovino@openjdk.org> | Tue May 28 11:17:16 2013 -0400 |
| committer | Joseph Provino <jprovino@openjdk.org> | Tue May 28 11:17:16 2013 -0400 |
| tree | b1906b5ca71dc1a958e76771cd63912823dbbbff | |
| parent | ddea5b012c37425c1e8d0c97f01c400d733807d0 [diff] |
8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly. Reviewed-by: dholmes, bobv