-
Bug
-
Resolution: Fixed
-
P2
-
12
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246848 | emb-8u261 | Erik Joelsson | P2 | Resolved | Fixed | team |
In JDK-8211677, we reduced the likelihood of races occurring with mkdir -p by changing more uses to the MakeDir macro. A quick grep in the source shows we still have a ton of explicit mkdir -p in recipes. We should fix all of these.
While at it, we should also look into the autoconf macro AC_PROG_MKDIR_P and see if it gives us a less race prone version on Solaris.
While at it, we should also look into the autoconf macro AC_PROG_MKDIR_P and see if it gives us a less race prone version on Solaris.
- backported by
-
JDK-8246848 Change mkdir -p to MakeDir macro where possible
-
- Resolved
-
- relates to
-
JDK-8211677 Java resource copy and clean should use MakeTargetDir macro
-
- Resolved
-