Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a typo (Transfered -> Transferred) | Emmanuel Bourg | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Extracting changes to javaClasses.cpp | Ivan Dubrov | 2014-05-05 | 1 | -154/+4 |
| | | | | Separating changes for $StaticAccessor/$Accessor into separate patch. | ||||
* | Removing unused methods from the patch | Ivan Dubrov | 2014-05-05 | 1 | -52/+4 |
| | |||||
* | Handle removed/changed fields in DMH | Ivan Dubrov | 2014-05-05 | 1 | -73/+94 |
| | | | | | | In case matching field is not found, clear (set to null) references to faulty DMH. Long term, should replace such DMH's with instances that will throw more meaningful error messages at runtime. | ||||
* | Update host klass to newest version | Ivan Dubrov | 2014-05-01 | 1 | -1/+6 |
| | |||||
* | Should allocate idnum from new class, not the old one | Ivan Dubrov | 2014-05-01 | 1 | -4/+5 |
| | |||||
* | Fixing MH's in case of instance fields swapping | Ivan Dubrov | 2014-05-01 | 1 | -8/+9 |
| | | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor. | ||||
* | minor rewording | Ivan Dubrov | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Be careful when clearing cp cache entrieslight-jdk8u5+52 | Ivan Dubrov | 2014-05-01 | 1 | -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 logging | Ivan Dubrov | 2014-05-01 | 1 | -3/+5 |
| | |||||
* | Working on static field DMH's fixes | Ivan Dubrov | 2014-05-01 | 1 | -27/+282 |
| | |||||
* | Walk classes through ClassLoaderDataGraph | Ivan Dubrov | 2014-04-30 | 1 | -139/+140 |
| | | | | SystemDictionary doesn't contain anonymous classes. | ||||
* | Migrating to Mercurial MQ | Ivan Dubrov | 2014-04-30 | 1 | -786/+100 |
| | |||||
* | Started moving patches into Mercurial mq | Ivan Dubrov | 2014-04-30 | 1 | -0/+4263 |
Starting using Mercurial MQ for managing DCEVM patches. |