comparison src/share/vm/opto/node.hpp @ 113:ba764ed4b6f2

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
author coleenp
date Sun, 13 Apr 2008 17:43:42 -0400
parents 99269dbf4ba8
children d1a5218d7eaf
comparison
equal deleted inserted replaced
110:a49a647afe9a 113:ba764ed4b6f2
915 } 915 }
916 const TypeLong* find_long_type() const; 916 const TypeLong* find_long_type() const;
917 917
918 // These guys are called by code generated by ADLC: 918 // These guys are called by code generated by ADLC:
919 intptr_t get_ptr() const; 919 intptr_t get_ptr() const;
920 intptr_t get_narrowcon() const;
920 jdouble getd() const; 921 jdouble getd() const;
921 jfloat getf() const; 922 jfloat getf() const;
922 923
923 // Nodes which are pinned into basic blocks 924 // Nodes which are pinned into basic blocks
924 virtual bool pinned() const { return false; } 925 virtual bool pinned() const { return false; }