[Orp-bugs] [ orp-Bugs-461090 ] cannot run KJC
Status: Beta
Brought to you by:
cierniak
From: <no...@so...> - 2001-09-14 05:42:50
|
Bugs item #461090, was opened at 2001-09-12 19:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=461090&group_id=25513 Category: None Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: Ying Zhiwei (zwying) Assigned to: Nobody/Anonymous (nobody) Summary: cannot run KJC Initial Comment: When I test KJC-1.5B, KJC cannot run eigher on NT or Linux. Error Message(NT): No java handlers found No java handlers found Uncaught exception: java.lang.ExceptionInIntializerError null Error Message(Linux) No java handlers found No java handlers found No java handlers found orp: ini_iA32.cpp:387: void orp_execute_java- method_array( Method*, void *, J_Value *) : Assertion 'get_current_thread_exception() == 0' failed. Aborted (core dumped) Test case: public class TestVTune { public static void Method1() { } public static void Method100() { for ( int i = 0; i < 1000; i++) { } } public static void Method1000() { for ( int i = 0; i < 1000; i++) { } } public static void main( String args[]) { long j = 0; for ( long i=0; i < 400000l; i++) { j++; } if (j == 4000000000l) System.out.println(j); if (j == 1345294337) System.out.println ("ok111"); Method1(); System.out.println( "Running Method1"); for ( int i = 0; i < 1000; i++) { Method100(); } System.out.println( "Running Method100"); for ( int i = 0; i < 2000; i++) { Method1000(); } System.out.println( "Running Method1000"); } } ---------------------------------------------------------------------- >Comment By: Shi Xiaohua (xshi2) Date: 2001-09-13 22:42 Message: Logged In: YES user_id=190089 With a new Classpath, KJC can be run normally by ORP. Thanks for Gansha's help. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=461090&group_id=25513 |