"optimized" build is broken - SequenceGenerator build error

Eric Caspole Eric.Caspole at amd.com
Mon Aug 13 11:45:41 PDT 2012


Hi,
It looks like the "optimized" build is broken right now in hotspot- 
comp, some things are DEBUG_ONLY and some are NOT_PRODUCT not all in  
unison, as far as I can tell.
Regards,
Eric


src/share/vm/services/memPtr.hpp:54:  DEBUG_ONLY(static jint  
max_seq_num() { return _max_seq_number; })


/home/ecaspole/views/hotspot/src/share/vm/services/memTracker.cpp: In  
static member function ‘static void MemTracker::print_tracker_stats 
(outputStream*)’:
/home/ecaspole/views/hotspot/src/share/vm/services/memTracker.cpp: 
602:46: error: ‘max_seq_num’ is not a member of ‘SequenceGenerator’
make[4]: *** [memTracker.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/ecaspole/views/hotspot/build/linux/ 
linux_amd64_compiler2/optimized'
make[3]: *** [the_vm] Error 2
make[3]: Leaving directory `/home/ecaspole/views/hotspot/build/linux/ 
linux_amd64_compiler2/optimized'
make[2]: *** [optimized] Error 2
make[2]: Leaving directory `/home/ecaspole/views/hotspot/build/linux'
make[1]: *** [generic_build2] Error 2
make[1]: Leaving directory `/home/ecaspole/views/hotspot/make'
make: *** [optimized] Error 2




More information about the hotspot-compiler-dev mailing list