[Bug java/26007] initialized final static data should go in .rodata, not .data

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007 --- Comment #4 from licheng.1212 at gmail dot com 2011-05-17 16:12:07 UTC --- can anybody tell me how to change the final form .data to .rodata. which files have the check in gcc?

[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007 licheng.1...@gmail.com changed: What|Removed |Added CC||licheng.1212 at gmail dot

[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-31 Thread daney at gcc dot gnu dot org
--- 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 shoul

[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007

[Bug java/26007] initialized final static data should go in .rodata, not .data

2006-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-28 20:38 --- Note there are ticks for final static data to be changed IIRC. I don't know how useful they are or if they really are valid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007