summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-java/oracle-jdk-bin: Fix hardened + JAVA_PKG_STRICT breakageJames Le Cuirot2015-09-121-0/+3
| | | | | | We need to PaX mark javap before we run it on hardened systems. Package-Manager: portage-2.2.20.1
* dev-java/oracle-jdk-bin: Remove PostVMInitHook to stop usage trackerJames Le Cuirot2015-09-091-0/+353
Deleting the usage tracker resulted in exceptions being silently raised in a thread and this caused havoc with debuggers. Deleting the hook that calls it instead is a smaller change and avoids both problems. It is possible that Oracle may use this hook for something else later. I have therefore added a JAVA_PKG_STRICT check to display its contents on each merge so that we can keep an eye on it. See bug #559936 for more details. Package-Manager: portage-2.2.20.1