SUGGESTED FIX
This fix causes sa-jdi.jar to be rebuilt every time. See 6985848.
|
|
|
EVALUATION
http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/ea175c1b79ce
|
|
|
EVALUATION
http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/ea175c1b79ce
|
|
|
SUGGESTED FIX
See the attached 6561870-webrev-cr1.tgz for the proposed fix for
both Linux and Solaris after changes from code review round 0.
|
|
|
SUGGESTED FIX
See the attached 6561870-webrev-cr0.tgz for the proposed fix
for both Linux and Solaris.
|
|
|
EVALUATION
The description pretty much says it all.
Matthias Klose has provided a fix for this so I'll shepherd it
through JPRT into RT_Baseline.
|
|
|
SUGGESTED FIX
The javac compiles should be done with the '@filename' option, where the list of filenames is in a file that is read in.
And you can't just echo "all filenames" > filename, because that echo line would be too long too.
You need to somehow create this filename without having really long command lines.
|
|
|