| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #37 from skybber/master | Ivan Dubrov | 2014-07-07 | 2 | -0/+226 |
|\ |
|
| * | light-jdk7u60 deopt-cp patch | Vladimír Dvo?ák | 2014-07-07 | 2 | -0/+226 |
|/ |
|
* | Creating patch for Java 7u60 | Ivan Dubrov | 2014-07-02 | 3 | -0/+10281 |
* | Merge pull request #36 from skybber/master | Ivan Dubrov | 2014-07-02 | 4 | -29/+243 |
|\ |
|
| * | light-jdk7u51 deopt-cp patch. Indentation fix. | Vladimír Dvo?ák | 2014-07-02 | 4 | -29/+243 |
|/ |
|
* | Merge pull request #35 from skybber/master | Ivan Dubrov | 2014-06-27 | 2 | -20/+22 |
|\ |
|
| * | deopt-incl flag propagated only if in superclass is set to true | Vladimír Dvo?ák | 2014-06-28 | 2 | -20/+22 |
|/ |
|
* | Merge pull request #34 from skybber/master | Ivan Dubrov | 2014-06-26 | 2 | -28/+64 |
|\ |
|
| * | Set nmethod's deoptimization_incl flag from owner klass | Vladimír Dvo?ák | 2014-06-26 | 2 | -28/+64 |
|/ |
|
* | Merge pull request #33 from skybber/master | Ivan Dubrov | 2014-06-24 | 2 | -6/+24 |
|\ |
|
| * | Force set deoptimization_incl flag for all hotswapped classes | Vladimír Dvo?ák | 2014-06-24 | 2 | -6/+24 |
|/ |
|
* | Merge pull request #31 from skybber/master | Ivan Dubrov | 2014-06-06 | 3 | -15/+244 |
|\ |
|
| * | Option -XX:HotswapDeoptClassPath in jdk7u51, indentation fixed | Vladimír Dvo?ák | 2014-06-06 | 3 | -15/+244 |
|/ |
|
* | Merge pull request #30 from skybber/master | Ivan Dubrov | 2014-06-04 | 2 | -1/+229 |
|\ |
|
| * | JVM flag -XX:HotswapDeoptClassPath=<class_path> support added | Vladimír Dvo?ák | 2014-06-04 | 2 | -1/+229 |
|/ |
|
* | Merge pull request #25 from HotswapProjects/master | Ivan Dubrov | 2014-05-23 | 7 | -71/+211 |
|\ |
|
| * | #22 - Installer now support both - replace current JVM or install as altjvm i... | Jiří Bubník | 2014-05-23 | 7 | -71/+211 |
* | | Adding support for Java 7 update 55 | Ivan Dubrov | 2014-05-09 | 2 | -1/+2 |
* | | Merge pull request #24 from ebourg/master | Ivan Dubrov | 2014-05-09 | 2 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Fixed a typo (Transfered -> Transferred) | Emmanuel Bourg | 2014-05-09 | 2 | -7/+7 |
|/ |
|
* | Moving two tests which are currently supported only on Java 8light-jdk7u51+10 | Ivan Dubrov | 2014-05-05 | 2 | -0/+4 |
* | Extracting changes to javaClasses.cpp | Ivan Dubrov | 2014-05-05 | 3 | -154/+171 |
* | 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 | 3 | -103/+197 |
* | Try to used serializable lambdas to force compiler to generate stable names | Ivan Dubrov | 2014-05-02 | 4 | -7/+18 |
* | Disable lambda's test for now | Ivan Dubrov | 2014-05-02 | 1 | -0/+1 |
* | Update host klass to newest version | Ivan Dubrov | 2014-05-01 | 1 | -1/+6 |
* | Allow classes to reside outside of test class. | Ivan Dubrov | 2014-05-01 | 5 | -34/+53 |
* | Should allocate idnum from new class, not the old one | Ivan Dubrov | 2014-05-01 | 1 | -4/+5 |
* | Working on lambda tests | Ivan Dubrov | 2014-05-01 | 2 | -17/+127 |
* | Fixing MH's in case of instance fields swapping | Ivan Dubrov | 2014-05-01 | 3 | -10/+124 |
* | 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 |
* | 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 | 2 | -27/+400 |
* | Do not re-initialize secondary entries | Ivan Dubrov | 2014-05-01 | 1 | -2/+4 |
* | Updating MethodHandles in Java 7 update 51 patch | Ivan Dubrov | 2014-05-01 | 1 | -7/+23 |
* | hg qrefresh on patches | Ivan Dubrov | 2014-05-01 | 2 | -2436/+2352 |
* | Adding hotspot.log to ignores | Ivan Dubrov | 2014-05-01 | 1 | -0/+1 |
* | Adding guard on patch | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 |
* | Fixing interface methods testlight-jdk8u5+50 | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 |
* | Walk classes through ClassLoaderDataGraph | Ivan Dubrov | 2014-04-30 | 1 | -139/+140 |
* | Implementing tests for interface methods and lambdas | Ivan Dubrov | 2014-04-30 | 2 | -0/+166 |
* | Unused line deleted | Ivan Dubrov | 2014-04-30 | 1 | -1/+0 |
* | Updating ASM version | Ivan Dubrov | 2014-04-30 | 2 | -3/+3 |
* | pull should depend on init, clean should check hotspot/make | Ivan Dubrov | 2014-04-30 | 1 | -2/+2 |
* | Migrating to Mercurial MQ | Ivan Dubrov | 2014-04-30 | 12 | -7927/+3850 |
* | Started moving patches into Mercurial mq | Ivan Dubrov | 2014-04-30 | 3 | -1/+4273 |
* | Fixing Java 8 MethodHandle's | Ivan Dubrov | 2014-04-30 | 1 | -49/+81 |
* | Updating MethodHandle test | Ivan Dubrov | 2014-04-30 | 1 | -6/+6 |