8041415: remove port.{cpp,hpp} files

Hotspot should use standard headers and types

Reviewed-by: coleenp, kvn
This commit is contained in:
Zhengyu Gu 2014-05-07 06:03:31 -07:00
parent eddb53ffb9
commit adcde492fa
34 changed files with 120 additions and 497 deletions

View file

@ -64,8 +64,6 @@ class PeepMatch;
class PeepConstraint;
class PeepReplace;
// class ostream; // ostream is a typedef in some systems
extern char *toUpper(const char *str);
//---------------------------ADLParser-----------------------------------------