summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::ttHints::HintScan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Better fix. Just use 'short' variables and be done with it. TheGreg Lewis2007-07-311-3/+14
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hGreg Lewis2007-07-311-0/+13
appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.