-
Enhancement
-
Resolution: Fixed
-
P5
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8251231 | openjdk8u272 | Unassigned | P5 | Resolved | Fixed | b02 |
test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh
contains the line
if [[ $OS == CYGWIN_NT* ]] ; then
bash understands [[ test command and == operator in the test command, but sh does not.
contains the line
if [[ $OS == CYGWIN_NT* ]] ; then
bash understands [[ test command and == operator in the test command, but sh does not.
- backported by
-
JDK-8251231 replace [[ and == bash extensions in regtest
- Resolved
- relates to
-
JDK-8215966 GeneratePropertyPassword.sh uses bash syntax
- Resolved