Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136045 | emb-9 | Volker Simonis | P3 | Resolved | Fixed | team |
jdk/internal/jimage/ExecutableTest.java failed on linux with following error message:
java.lang.Error: /Users/aurora/CommonData/jdk/bin/jmc.ini is not executable!
at ExecutableTest.main(ExecutableTest.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:746)
bin/jmc.ini is a configuration file and failed in assertion
java.lang.Error: /Users/aurora/CommonData/jdk/bin/jmc.ini is not executable!
at ExecutableTest.main(ExecutableTest.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:746)
bin/jmc.ini is a configuration file and failed in assertion
- backported by
-
JDK-8136045 [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
-
- Resolved
-
- relates to
-
JDK-8132475 The commands in the modular images are executable by the owner only (once again)
-
- Resolved
-