Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not clear f1 for now | Ivan Dubrov | 2016-04-05 | 1 | -0/+1 |
| | | | | Seems like f1 is still sometimes uses (in field scenario?) even though we zero bytecode, so it should be re-resolved. | ||||
* | Updating .gitignore | Ivan Dubrov | 2016-04-05 | 1 | -3/+4 |
| | |||||
* | Adding hotspot.log to ignores | Ivan Dubrov | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | Started moving patches into Mercurial mq | Ivan Dubrov | 2014-04-30 | 1 | -1/+7 |
| | | | | Starting using Mercurial MQ for managing DCEVM patches. | ||||
* | Adding 'full' tests | Ivan Dubrov | 2014-04-25 | 1 | -0/+2 |
| | | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full' | ||||
* | Extracting DCEVM patch & code into separate project | Ivan Dubrov | 2014-04-24 | 1 | -0/+5 |
Making DCEVM to be toplevel project that clones HotSpot repository, patches the code, builds JVM and tests it. |