Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #108 from skybber/master | Ivan Dubrov | 2016-10-28 | 2 | -49/+102 |
|\ | | | | | Update -XX:HotswapDeoptClassPath= for jdk8 | ||||
| * | Update -XX:HotswapDeoptClassPath= for jdk8 | skybber | 2016-10-28 | 2 | -49/+102 |
|/ | | | | | Flag is used to specify set of packages to be deoptimized after class redefinition. By default all classes are redefined that leads to performance drop. | ||||
* | Merge pull request #89 from VladRassokhin/jre-dir-no-prefix | Ivan Dubrov | 2016-10-23 | 1 | -1/+1 |
|\ | | | | | Do not require jre directory to be prefixed with 'jre' | ||||
| * | Do not require jre directory to be prefixed with 'jre' | Vladislav Rassokhin | 2015-05-14 | 1 | -1/+1 |
| | | | | | | In case of some custom installation, e.g. i have special dcevm-enabled jre at `/opt/oracle-jre-bin-1.8.0.45-dcevm/` | ||||
* | | Merge pull request #85 from ebourg/master | Ivan Dubrov | 2016-10-23 | 1 | -0/+7 |
|\ \ | | | | | | | Installation instructions for Debian/Ubuntu | ||||
| * | | Added installation instructions for Debian/Ubuntu | Emmanuel Bourg | 2015-09-22 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #104 from skybber/master | Ivan Dubrov | 2016-10-23 | 2 | -14/+18 |
|\ \ \ | | | | | | | | | Patches: Jdk7u111 light/full, Jdk8u102, jdk8u111, jdk8u112 | ||||
| * | | | Jdk8u102, jdk8u111, jdk8u112 patch | skybber | 2016-10-23 | 2 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch for jdk7u85 is applicable on jdk7u111 as well. Dcevm for jdk7u85 is binary compatible up to jdk7u99. The binary compatibility for newer java7 versions is broken therefore dcevm for jdk7u111 is necessarry. Same for jdk8u102 and higher. | ||||
| * | | | Merge branch 'master' of github.com:skybber/dcevm | skybber | 2016-10-23 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Jdk7u111 light + full patch | skybber | 2016-10-23 | 2 | -6/+7 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | Patch for jdk7u85 is applicable on jdk7u111 as well. Dcevm for jdk7u85 is binary compatible up to jdk7u99. The binary compatibility for newer java7 versions is broken therefore dcevm for jdk7u111 is necessarry. | ||||
| * | | | Jdk7u111 light + full patch | skybber | 2016-10-23 | 2 | -6/+7 |
|/ / / | | | | | | | | | | | | | | | | Patch for jdk7u85 is applicable on jdk7u111 as well. Dcevm for jdk7u85 is binary compatible up to jdk7u99. The binary compatibility for newer java7 versions is broken therefore dcevm for jdk7u111 is necessarry. | ||||
* | | | Updating for Java8u92light-jdk8u92+1 | Ivan Dubrov | 2016-05-20 | 3 | -9/+3767 |
| | | | |||||
* | | | Another try at not clearing cachelight-jdk8u74+10 | Ivan Dubrov | 2016-04-06 | 1 | -14/+32 |
| | | | |||||
* | | | Need to always clear f1 for invokedynamic/invokehandlelight-jdk8u74+9 | Ivan Dubrov | 2016-04-06 | 1 | -9/+21 |
| | | | |||||
* | | | Temporarily disabling the test | Ivan Dubrov | 2016-04-06 | 1 | -0/+2 |
| | | | |||||
* | | | Running test in a loop | Ivan Dubrov | 2016-04-06 | 1 | -5/+8 |
| | | | |||||
* | | | Fixing parsing for inner classes | Ivan Dubrov | 2016-04-06 | 1 | -4/+9 |
| | | | |||||
* | | | Updating component_mirror during redefinition | Ivan Dubrov | 2016-04-06 | 1 | -108/+109 |
| | | | |||||
* | | | Adding test for getComponentType | Ivan Dubrov | 2016-04-06 | 1 | -0/+14 |
| | | | |||||
* | | | Do not clear f1 for now | Ivan Dubrov | 2016-04-05 | 3 | -0/+29 |
| | | | | | | | | | | | | 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 |
| | | | |||||
* | | | New test to reveal issues with compiler | Ivan Dubrov | 2016-04-05 | 1 | -0/+91 |
| | | | |||||
* | | | Make sure we update klasses in constraintslight-jdk8u74+1 | Ivan Dubrov | 2016-03-02 | 1 | -111/+155 |
| | | | | | | | | | | | | fixes #94 | ||||
* | | | Updating for Java8u74 | Ivan Dubrov | 2016-03-02 | 2 | -7/+8 |
| | | | |||||
* | | | Adding failing test case (#94) | Ivan Dubrov | 2016-03-02 | 1 | -0/+43 |
| | | | |||||
* | | | Reformatting the source code | Ivan Dubrov | 2016-03-02 | 71 | -4461/+4461 |
| | | | |||||
* | | | Preserving old Java 6 based patches | Ivan Dubrov | 2015-12-11 | 3 | -0/+41126 |
| | | | | | | | | | | | | Retrieved from http://hg.openjdk.java.net/mlvm/mlvm/hotspot | ||||
* | | | Return some valuelight-jdk8u66+5 | Ivan Dubrov | 2015-12-07 | 1 | -29/+30 |
| | | | |||||
* | | | Adding JVM_GetVmMemoryPressure stub | Ivan Dubrov | 2015-12-07 | 1 | -37/+51 |
| | | | |||||
* | | | Updating to jdk8u66 | Ivan Dubrov | 2015-12-07 | 4 | -5/+3956 |
| | | | |||||
* | | | Reducing log messagesfull-jdk7u79+8 | Ivan Dubrov | 2015-12-07 | 1 | -19/+45 |
| | | | |||||
* | | | Merge pull request #93 from skybber/master | Ivan Dubrov | 2015-12-04 | 2 | -2/+10340 |
|\ \ \ | | | | | | | | | Light jdk7u85b02 support | ||||
| * | | | Light jdk7u85b02 support | skybber | 2015-12-04 | 2 | -2/+10340 |
|/ / / | | | | | | | | | | should be compatible with 7u91 too | ||||
* | | | Merge pull request #92 from skybber/master | Ivan Dubrov | 2015-12-03 | 1 | -12/+0 |
|\ \ \ | | | | | | | | | Duplicity distro patch removed from full patch. | ||||
| * | | | Duplicity distro patch removed from full patch | skybber | 2015-12-03 | 1 | -12/+0 |
| | | | | |||||
* | | | | Merge pull request #91 from skybber/master | Ivan Dubrov | 2015-12-03 | 3 | -2/+12392 |
|\| | | | |/ / |/| | | Full jdk7u85b02 support | ||||
| * | | Full jdk7u85b02 support | skybber | 2015-12-03 | 3 | -2/+12392 |
|/ / | | | | | | | should be compatible with 7u91 too | ||||
* | | Fixing issue when lambda method could not be foundlight-jdk8u51+3 | Ivan Dubrov | 2015-08-27 | 2 | -112/+189 |
| | | | | | | | | closes #81 | ||||
* | | Support for Java 8 update 51light-jdk8u51+2 | Ivan Dubrov | 2015-07-22 | 2 | -7/+8 |
| | | |||||
* | | Deleting old tests (moved to Java 7 tests)full-jdk7u79+7 | Ivan Dubrov | 2015-07-10 | 2 | -308/+0 |
| | | |||||
* | | Fixing fields handlinglight-jdk7u79+3 | Ivan Dubrov | 2015-07-10 | 1 | -21/+34 |
| | | |||||
* | | Applying patch only on light | Ivan Dubrov | 2015-07-10 | 1 | -1/+1 |
| | | |||||
* | | Fixing fields handling | Ivan Dubrov | 2015-07-10 | 3 | -96/+413 |
| | | |||||
* | | Copying method handles code from full version | Ivan Dubrov | 2015-07-10 | 2 | -0/+346 |
| | | |||||
* | | Java 7u79 light support | Ivan Dubrov | 2015-07-10 | 2 | -2/+2 |
| | | |||||
* | | Deleting JAR added by mistake | Ivan Dubrov | 2015-07-10 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #82 from dcevm/feature/jdk7u79-supportfull-jdk7u79+4 | Ivan Dubrov | 2015-07-10 | 6 | -2468/+2824 |
|\ \ | | | | | | | Support for Java7u79 | ||||
| * | | Support for Java7u79feature/jdk7u79-support | Ivan Dubrov | 2015-07-10 | 6 | -2468/+2824 |
|/ / | |||||
* | | Cleaning up constant pool cache clearing codefeature/experimental-cpcache | Ivan Dubrov | 2015-07-08 | 2 | -286/+280 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear constant pool cache entries which are related to invokehandle/invokedynamic and ones which are unresolved (have both bytecodes set to 0). There are two cases when such entries could be non-empty (have data in f1/f2): 1. invokedynamic/invokehandle-related entries in which f2 was set during constant pool cache initialization. 2. put/get into static field when class having the field is not initialized yet. Previously, we didn't clear such entries as clearing f2 in first case results in crash. However, if we don't clear f1 in the second case, we will not be able to initialize class for the second time (to re-create all enum constants, for example) as non-empty f2 will cause assertion to fail. The current implementation uses free bit in constant pool cache entry to mark all entries with resolved indices (case #1). The clearing code preserves f2 for all such entries. | ||||
* | | Fixing Mercurial MQ extension check | Ivan Dubrov | 2015-07-08 | 1 | -6/+6 |
| | |