Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Virtual Machine aborted

843811May 20 2002 — edited May 20 2002
i am writing a stored procedure in java in DB2.
this stored procedure of mine is calling the service of an External class.
In this external class i have all my return statements in "finally" blocks.
my problem is:
whenever i compile my external class on java 1.2.2 on solaris and run my stored procedure my procedure works fine. but whenever i complie my external class on java 1.3.0 and then run my stored procedure my procedure never terminates.when i see the log file generated by the procedure it shows me the statement "java virtual machine aborted"

when i removed the return statements from the finally blocks and reran the program it worked fine on boh java 1.2.2 and java 1.3.0
can u plz explain why?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2002
Added on May 20 2002
1 comment
230 views