hg: jdk7/hotspot-comp/hotspot: 6973963: SEGV in ciBlock::start_bci() with EA

Y. Srinivas Ramakrishna y.s.ramakrishna at oracle.com
Thu Aug 19 10:36:53 PDT 2010


i think John Cuthbertson (cc'd) has fixed it in hotspot-gc. It should be promoted
to hotspot/hotspot sometime this morning, and thence will find its way to hotspot-comp.

-- ramki

Christian Thalinger wrote:
> On Wed, 2010-08-04 at 00:56 +0000, vladimir.kozlov at oracle.com wrote:
>> Changeset: 0e35fa8ebccd
>> Author:    kvn
>> Date:      2010-08-03 15:55 -0700
>> URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/0e35fa8ebccd
>>
>> 6973963: SEGV in ciBlock::start_bci() with EA
>> Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type.
>> Reviewed-by: never, coleenp, dholmes
> 
> I get a compiler warning with GCC 4.1.2 after this change:
> 
> src/share/vm/memory/allocation.cpp: In static member function ‘static void ResourceObj::operator delete(void*)’:
> src/share/vm/memory/allocation.cpp:61: warning: negative integer implicitly converted to unsigned type
> src/share/vm/memory/allocation.cpp: In destructor ‘ResourceObj::~ResourceObj()’:
> src/share/vm/memory/allocation.cpp:107: warning: negative integer implicitly converted to unsigned type
> 
> Should I fix it in one of my changes?
> 
> -- Christian
> 



More information about the hotspot-compiler-dev mailing list