aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot
Commit message (Collapse)AuthorAgeFilesLines
...
* Update host klass to newest versionIvan Dubrov2014-05-011-1/+6
|
* Should allocate idnum from new class, not the old oneIvan Dubrov2014-05-011-4/+5
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-011-8/+9
| | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor.
* minor rewordingIvan Dubrov2014-05-011-1/+1
|
* Be careful when clearing cp cache entrieslight-jdk8u5+52Ivan Dubrov2014-05-011-6/+20
| | | | | | Do not clear f2 in cp cache entry when entry is not initialized yet. It might be related to invokehandle/invokedynamic, in which case if we clear f2 it won't be reinitialized.
* A little bit of loggingIvan Dubrov2014-05-011-3/+5
|
* Working on static field DMH's fixesIvan Dubrov2014-05-011-27/+282
|
* Do not re-initialize secondary entriesIvan Dubrov2014-05-011-2/+4
|
* Updating MethodHandles in Java 7 update 51 patchIvan Dubrov2014-05-011-7/+23
|
* hg qrefresh on patchesIvan Dubrov2014-05-012-2436/+2352
|
* Adding guard on patchIvan Dubrov2014-04-301-1/+1
|
* Walk classes through ClassLoaderDataGraphIvan Dubrov2014-04-301-139/+140
| | | | SystemDictionary doesn't contain anonymous classes.
* Migrating to Mercurial MQIvan Dubrov2014-04-3010-787/+57393
|
* Started moving patches into Mercurial mqIvan Dubrov2014-04-302-0/+4266
Starting using Mercurial MQ for managing DCEVM patches.