From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32291 invoked by alias); 31 Jan 2006 17:31:10 -0000 Received: (qmail 32276 invoked by uid 48); 31 Jan 2006 17:31:09 -0000 Date: Tue, 31 Jan 2006 17:31:00 -0000 Message-ID: <20060131173109.32275.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/26007] initialized final static data should go in .rodata, not .data In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "daney at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00077.txt.bz2 List-Id: ------- Comment #2 from daney at gcc dot gnu dot org 2006-01-31 17:31 ------- If you fix this, you need to also make sure the Method.set* never modifies the data under any circumstances. Attempts at modification will result in SIGSEGV which is usually converted to NPE. The real exception should probably be IllegalAccessException if modification is attempted. -- daney at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-01-31 17:31:09 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007