Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2043015 | 1.4.0 | Hui Huang | P4 | Closed | Fixed | beta2 |
Hotspot does not use C++ exceptions, but it's compiled with -fhandle-exceptions
on Linux. This flag should probably be changed to "-fno-exceptions". The
size of libjvm.so can be reducec by about 20% without exception tables.
on Linux. This flag should probably be changed to "-fno-exceptions". The
size of libjvm.so can be reducec by about 20% without exception tables.
- backported by
-
JDK-2043015 Linux: should use -fno-exceptions in gcc.make
- Closed