coleenp [Tue, 06 Nov 2012 15:09:37 -0500] rev 14391
8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files.
Reviewed-by: dholmes, coleenp, zgu
Contributed-by: harold.seigel@oracle.com
rbackman [Thu, 04 Oct 2012 14:55:57 +0200] rev 14390
7127792: Add the ability to change an existing PeriodicTask's execution interval
Summary: Enables dynamic enrollment / disenrollment from the PeriodicTasks in WatcherThread.
Reviewed-by: dholmes, mgronlun
zgu [Mon, 05 Nov 2012 13:55:31 -0800] rev 14389
Merge
zgu [Mon, 05 Nov 2012 15:30:22 -0500] rev 14388
8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
Summary: NMT should allow overlapping committed regions as long as they belong to the same reserved region
Reviewed-by: dholmes, coleenp
kamg [Fri, 02 Nov 2012 17:18:16 -0700] rev 14387
Merge
kamg [Fri, 02 Nov 2012 16:09:50 -0700] rev 14386
Merge
kamg [Thu, 11 Oct 2012 12:25:42 -0400] rev 14385
7200776: Implement default methods in interfaces
Summary: Add generic type analysis and default method selection algorithms
Reviewed-by: coleenp, acorn
minqi [Fri, 02 Nov 2012 13:30:47 -0700] rev 14384
8000489: older builds of hsdis don't work anymore after 6879063
Summary: The old function not defined properly, need a definition for export in dll. Also changes made to let new jvm work with old hsdis.
Reviewed-by: jrose, sspitsyn, kmo
Contributed-by: yumin.qi@oracle.com