-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8233474 | 11.0.7-oracle | Jesper Wilhelmsson | P4 | Resolved | Fixed | b01 |
JDK-8232970 | 11.0.6 | Jesper Wilhelmsson | P4 | Resolved | Fixed | b01 |
The test uses bash syntax in the shell (i.e. '[[' and '((') script but has #/bin/sh in its first line.
On Ubuntu /bin/sh is for example not /bin/bash, but links to dash and this does not understand the bash syntax - therefore the test will always fail on Ubuntu Linux.
On Ubuntu /bin/sh is for example not /bin/bash, but links to dash and this does not understand the bash syntax - therefore the test will always fail on Ubuntu Linux.
- backported by
-
JDK-8232970 [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
- Resolved
-
JDK-8233474 [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
- Resolved