Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | Took 7u51 patch, applied, resolved conflicts. jvmtiRedefineClasses.(c|h)pp were copied from a 7u51 working tree with patch applied (generally, jvmtiRedefineClasses shouldn't be merged since they are mostly rewritten). | ||||
* | Merge pull request #36 from skybber/master | Ivan Dubrov | 2014-07-02 | 4 | -29/+243 |
|\ | | | | | light-jdk7u51 deopt-cp patch. Indentation fix. | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 should not override default JVM | ||||
| * | #22 - Installer now support both - replace current JVM or install as altjvm ↵ | Jiří Bubník | 2014-05-23 | 7 | -71/+211 |
| | | | | | | | | into dcevm directory. | ||||
* | | Adding support for Java 7 update 55 | Ivan Dubrov | 2014-05-09 | 2 | -1/+2 |
| | | | | | | | | Actually, update 51 patch applies to 55 with no test failures. | ||||
* | | Merge pull request #24 from ebourg/master | Ivan Dubrov | 2014-05-09 | 2 | -7/+7 |
|\ \ | |/ |/| | Fixed a typo (Transfered -> Transferred) | ||||
| * | 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 |
| | | | | 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 | 3 | -103/+197 |
| | | | | | | 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. | ||||
* | 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 |
| | | | | | | Adding support for extra classes being redefined to the test framework. Rewriting lambda test a little, extracting classes with lambda's to top level. | ||||
* | 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 |
| | | | | | 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 | 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 |
| | | | | SystemDictionary doesn't contain anonymous classes. | ||||
* | 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 |
| | | | | Starting using Mercurial MQ for managing DCEVM patches. | ||||
* | Fixing Java 8 MethodHandle's | Ivan Dubrov | 2014-04-30 | 1 | -49/+81 |
| | |||||
* | Updating MethodHandle test | Ivan Dubrov | 2014-04-30 | 1 | -6/+6 |
| | |||||
* | Relaxing assertion, in case of DCEVM we may rewrite resolved reference | Ivan Dubrov | 2014-04-29 | 1 | -45/+65 |
| |