langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java
changeset 5848 c5a4ce47e780
parent 5847 1908176fd6e3
child 5857 84d4886d48aa
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
   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;