public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "aj at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug libgcj/19823] java fails with non-executable memory
Date: Thu, 10 Feb 2005 18:50:00 -0000	[thread overview]
Message-ID: <20050210061116.32368.qmail@sourceware.org> (raw)
In-Reply-To: <20050208143717.19823.matz@suse.de>


------- Additional Comments From aj at gcc dot gnu dot org  2005-02-10 06:11 -------
I agree, the USE_MMAP is not global.  I'm trying now the following patch to see 
whether we're really on the right track: 
============================================================ 
Index: boehm-gc/include/private/gcconfig.h 
--- boehm-gc/include/private/gcconfig.h 13 Oct 2004 10:34:21 -0000      1.39 
+++ boehm-gc/include/private/gcconfig.h 10 Feb 2005 06:08:42 -0000 
@@ -1888,6 +1888,10 @@ 
 #   endif 
 # endif 
 
+#if defined(LINUX) 
+# define USE_MMAP 
+#endif 
+ 
 #if defined(LINUX) && defined(USE_MMAP) 
     /* The kernel may do a somewhat better job merging mappings etc.   */ 
     /* with anonymous mappings.                                               
*/ 
 
If you have a patch for sbrk usage, I can try that one also. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-10 06:11:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19823


  parent reply	other threads:[~2005-02-10  6:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08 19:25 [Bug java/19823] New: " matz at suse dot de
2005-02-09  3:20 ` [Bug libgcj/19823] " pinskia at gcc dot gnu dot org
2005-02-09  5:38 ` aph at gcc dot gnu dot org
2005-02-09  9:19 ` mckinlay at redhat dot com
2005-02-09  9:20 ` Hans dot Boehm at hp dot com
2005-02-09 13:51 ` aph at gcc dot gnu dot org
2005-02-09 17:40 ` aj at gcc dot gnu dot org
2005-02-10  0:20 ` tromey at gcc dot gnu dot org
2005-02-10  0:20 ` aj at gcc dot gnu dot org
2005-02-10 10:58 ` Hans dot Boehm at hp dot com
2005-02-10 18:50 ` aj at gcc dot gnu dot org [this message]
2005-02-10 19:05 ` aj at gcc dot gnu dot org
2005-02-10 20:48 ` aph at gcc dot gnu dot org
2005-02-14 15:03 ` aph at gcc dot gnu dot org
2005-02-14 15:18 ` jakub at gcc dot gnu dot org
2005-02-14 20:05 ` aph at gcc dot gnu dot org
2005-02-15  0:45 ` Hans dot Boehm at hp dot com
2005-02-16  7:31 ` cvs-commit at gcc dot gnu dot org
2005-02-16 18:23 ` mckinlay at redhat dot com
2005-02-22 21:57 ` cvs-commit at gcc dot gnu dot org
2005-02-22 22:04 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050210061116.32368.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).