[9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times (original) (raw)
Roland Westrelin roland.westrelin at oracle.com
Tue Jan 14 04:45:52 PST 2014
- Previous message: [9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
- Next message: [9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dependencies.cpp
No need to cast twice: 688 return (uintptr_t)(oopDesc*)argument_oop(i);
What is that for? 747 void* DependencySignature::operator new (size_t size) throw() { 748 return NEW_RESOURCE_ARRAY(DependencySignature, 1); 749 }
Shouldn’t we abort if we find something wrong? Printing stuff will easily go unnoticed.
Roland.
- Previous message: [9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
- Next message: [9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list