aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Do not clear f1 for nowIvan Dubrov2016-04-051-0/+1
| | | | Seems like f1 is still sometimes uses (in field scenario?) even though we zero bytecode, so it should be re-resolved.
* Updating .gitignoreIvan Dubrov2016-04-051-3/+4
|
* Adding hotspot.log to ignoresIvan Dubrov2014-05-011-0/+1
|
* Started moving patches into Mercurial mqIvan Dubrov2014-04-301-1/+7
| | | | Starting using Mercurial MQ for managing DCEVM patches.
* Adding 'full' testsIvan Dubrov2014-04-251-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 projectIvan Dubrov2014-04-241-0/+5
Making DCEVM to be toplevel project that clones HotSpot repository, patches the code, builds JVM and tests it.