8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java

Reviewed-by: lancea, alanb
This commit is contained in:
Joe Darcy 2014-05-28 23:08:49 -07:00
parent 1b1639105a
commit 7209293495

View File

@ -97,6 +97,7 @@ final class UNIXProcess extends Process {
EnumSet.copyOf(Arrays.asList(launchMechanisms));
}
@SuppressWarnings("fallthrough")
private String helperPath(String javahome, String osArch) {
switch (this) {
case SOLARIS: