summaryrefslogtreecommitdiffstats
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-09-05 21:12:53 +0000
committerjdp <jdp@FreeBSD.org>1999-09-05 21:12:53 +0000
commitc0f970ba239818655f91cf054e0227743013b7fe (patch)
tree4758ef4a15aa702f27441676f21fdb9b8542cf8e /COPYRIGHT
parent3489469f10c91236e7880ef77abd48ccc435503a (diff)
downloadFreeBSD-src-c0f970ba239818655f91cf054e0227743013b7fe.zip
FreeBSD-src-c0f970ba239818655f91cf054e0227743013b7fe.tar.gz
Make jdk-1.1.8 work again. It turns out that some code inside
libjava peeks into the dynamic linker's private Obj_Entry structures. My recent changes introduced some new members near the front of the structures, causing libjava to get the wrong fields. This commit moves the new members toward the end of the structure so that the layout of the portion that is relevant to JDK remains the same as before. I will work with the JDK porting team to see if we can come up with a less fragile way for them to do what they need to do. I understand the current approach was necessary in order to work around some limitations of the dynamic linker. Maybe it's not necessary any more.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud