summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2651_3
Commit message (Collapse)AuthorAgeFilesLines
* Pickled flag reorgMartin Odersky2012-07-111-1/+1
| | | | | | | | Cleaned up and optimized code that maps between raw and pickled flags. Avoids mystery constants. Makes a whole bunch of new flags be pickled which were not pickled before (more precisely: Everything in InitialFlags with value greater than 1 << 31 which is not in FlagsNotPickled now gets pickled whereas before it wasn't. Among these: VARARGS, IMPLCLASS, SPECIALZED, DEFAULTINIT, SYNCHRONIZED. I am curious how many tickets will get fixed by this change. The first one I noted is t5504, which previously enforced the buggy behavior through a neg check! There are also some build manager check file changes that have to do with the fact that flags now print in a different order for performance reasons.
* Closes #2651Hubert Plociniczak2010-02-104-0/+15