java/net/URLClassLoader.addURLImpl(Ljava/net/URL;)V needs more than 255 elements.
Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- include/vm/stack.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/vm/stack.h b/include/vm/stack.h index 5d19c15..12120ee 100644 --- a/include/vm/stack.h +++ b/include/vm/stack.h @@ -4,7 +4,7 @@ #include <assert.h> #include <stdbool.h> -enum { MAX_ELEMENTS = 255 }; +enum { MAX_ELEMENTS = 512 }; struct stack { unsigned long nr_elements; -- 1.6.0.6 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel