[Sablevm-bugs] [ sablevm-Bugs-752846 ] bootstrap - long is J
Brought to you by:
egagnon
From: SourceForge.net <no...@so...> - 2003-07-30 06:59:09
|
Bugs item #752846, was opened at 2003-06-11 15:27 Message generated for change (Comment added) made by davidbelanger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=752846&group_id=5523 Category: Execution Problem Group: SableVM >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: David Bélanger (davidbelanger) Assigned to: Nobody/Anonymous (nobody) Summary: bootstrap - long is J Initial Comment: Small typo in bootstrap.m4.c. Long has signature type J not L. See patch attached. Problems occur with a method declared with a long[] arg in main class. public void foo(long[] a) { } but not always. It is very difficult too reproduce. David ---------------------------------------------------------------------- >Comment By: David Bélanger (davidbelanger) Date: 2003-07-30 02:59 Message: Logged In: YES user_id=694080 Bug was fixed in release 1.0.9. ---------------------------------------------------------------------- Comment By: David Bélanger (davidbelanger) Date: 2003-06-30 19:42 Message: Logged In: YES user_id=694080 This has been fixed in my developer version. .../belanger/sandbox/sablevm* David ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=752846&group_id=5523 |