Package: openjdk-11-jre Version: 11.0.12+7-2 Severity: normal The patch added to openjdk-11/11.0.1+13-3 to make the date in the properties file header reproducible when the SOURCE_DATE_EPOCH environment variable is set (from #914278) doesn't work when a security manager is enabled. In this case an AccessControlException is thrown because reading the environment variables is a priviledged operation that needs to be wrapped in an AccessController.doPrivileged() call.
This issue was reported upstream by the Apache Derby project, see: https://bugs.openjdk.java.net/browse/JDK-8272157 https://issues.apache.org/jira/browse/DERBY-7122