Skip to content

Commit da14aa4

Browse files
committed
8017234: Hotspot should stop using mapfiles
Reviewed-by: djelinski, erikj, dholmes
1 parent d482c1a commit da14aa4

33 files changed

+423
-762
lines changed

make/data/hotspot-symbols/symbols-aix

Lines changed: 0 additions & 26 deletions
This file was deleted.

make/data/hotspot-symbols/symbols-aix-debug

Lines changed: 0 additions & 26 deletions
This file was deleted.

make/data/hotspot-symbols/symbols-linux

Lines changed: 0 additions & 27 deletions
This file was deleted.

make/data/hotspot-symbols/symbols-macosx

Lines changed: 0 additions & 24 deletions
This file was deleted.

make/data/hotspot-symbols/symbols-shared

Lines changed: 0 additions & 35 deletions
This file was deleted.

make/data/hotspot-symbols/symbols-unix

Lines changed: 0 additions & 233 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SUNWprivate_1.1 {
2+
global:
3+
*;
4+
5+
local:
6+
__bss_start;
7+
_edata;
8+
_end;
9+
_fini;
10+
_init;
11+
};

0 commit comments

Comments
 (0)