8211360: Change #if DEF to #if defined(DEF)
Reviewed-by: bpb, vtewari
/** * This class is used to test the results of the langtools build. */public class HelloWorld { public HelloWorld(); /** * The old standby! * @param args The parameters are ignored. */ public static void main(java.lang.String... args);}