different functionality - do not use super.execute(), but call
directly the methods you need.
*/
public void execute() throws Exception {
final EmbededTomcat et=this;
jdk11Compat.doPrivileged( new Action() {
public Object run() throws Exception {
et.execute1();
return null;
}
}, jdk11Compat.getAccessControlContext());