174fb904d7
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html Tested by me on amd64, i386 and powerpc and by brad@ on sparc64. Adds support for -java on powerpc. -faggressive-loop-optimizations is disabled by default in the port, and the default debugging format changed to DWARF2 (instead of 4). tweaks and ok tobiasu@
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
$OpenBSD: patch-libjava_prims_cc,v 1.1.1.1 2013/04/08 08:20:26 pascal Exp $
|
|
--- libjava/prims.cc.orig Fri Feb 8 13:28:09 2013
|
|
+++ libjava/prims.cc Fri Feb 8 13:28:29 2013
|
|
@@ -1143,7 +1143,7 @@ namespace gcj
|
|
bool verifyClasses = true;
|
|
|
|
// Thread stack size specified by the -Xss runtime argument.
|
|
- size_t stack_size = 0;
|
|
+ size_t stack_size = 768*1024;
|
|
|
|
// Start time of the VM
|
|
jlong startTime = 0;
|