src/share/classes/com/sun/tools/javac/code/Symtab.java

changeset 582
366a7b9b5627
parent 581
f2fdd52e4e87
child 591
d1d7595fa824
equal deleted inserted replaced
581:f2fdd52e4e87 582:366a7b9b5627
467 synthesizeMHTypeIfMissing(invokeDynamicType); 467 synthesizeMHTypeIfMissing(invokeDynamicType);
468 synthesizeBoxTypeIfMissing(doubleType); 468 synthesizeBoxTypeIfMissing(doubleType);
469 synthesizeBoxTypeIfMissing(floatType); 469 synthesizeBoxTypeIfMissing(floatType);
470 synthesizeBoxTypeIfMissing(voidType); 470 synthesizeBoxTypeIfMissing(voidType);
471 471
472 // Enter a synthetic class that is used to mark Sun 472 // Enter a synthetic class that is used to mark internal
473 // proprietary classes in ct.sym. This class does not have a 473 // proprietary classes in ct.sym. This class does not have a
474 // class file. 474 // class file.
475 ClassType proprietaryType = (ClassType)enterClass("sun.Proprietary+Annotation"); 475 ClassType proprietaryType = (ClassType)enterClass("sun.Proprietary+Annotation");
476 this.proprietaryType = proprietaryType; 476 this.proprietaryType = proprietaryType;
477 ClassSymbol proprietarySymbol = (ClassSymbol)proprietaryType.tsym; 477 ClassSymbol proprietarySymbol = (ClassSymbol)proprietaryType.tsym;

mercurial