"optimized" build is broken - SequenceGenerator build error
Zhengyu Gu
zhengyu.gu at oracle.com
Mon Aug 13 14:25:31 PDT 2012
Filed CR 7191124 Created, P2 hotspot/runtime_syst Optimized build is
broken due to inconsistent use of DEBUG_ONLY and NOT_PRODUCT macros in NMT
Thanks,
-Zhengyu
On 8/13/2012 3:52 PM, Christian Thalinger wrote:
> [Forwarding to hotspot-dev, bcc'ing hotspot-compiler-dev.]
>
> On Aug 13, 2012, at 11:45 AM, Eric Caspole<eric.caspole at amd.com> wrote:
>
>> 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-dev
mailing list