Hello, Please try to apply patch
Index: vm/vmcore/src/verifier/ver_utils.cpp =================================================================== --- vm/vmcore/src/verifier/ver_utils.cpp (revision 432184) +++ vm/vmcore/src/verifier/ver_utils.cpp (working copy) @@ -1391,6 +1391,9 @@ // get stack reference class class_handler source = vf_resolve_class( constraint->source, true, ctex ); + if(source == NULL) { + source = vf_resolve_class( constraint->source, false, ctex ); + } if( !source ) { VERIFY_DEBUG( "verifying class " << class_get_name( ctex->m_class ) << " (method " << method_get_name( constraint->method ) Unfortunately I cannot attach it to the JIRA issue because the issue is closed. On 8/16/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
I'm trying to create snapshots, and when testing w/ ActiveMQ, I still have the same problems w/ ActiveMQ as reported originally in HARMONY-956. Can someone do a sanity check? it's a release build. geir --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Regards, Anton Luht, Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]