aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* light-jdk7u60 deopt-cp patchVladimír Dvo?ák2014-07-072-0/+226
|
* Creating patch for Java 7u60Ivan Dubrov2014-07-023-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/masterIvan Dubrov2014-07-024-29/+243
|\ | | | | light-jdk7u51 deopt-cp patch. Indentation fix.
| * light-jdk7u51 deopt-cp patch. Indentation fix.Vladimír Dvo?ák2014-07-024-29/+243
|/
* Merge pull request #35 from skybber/masterIvan Dubrov2014-06-272-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 trueVladimír Dvo?ák2014-06-282-20/+22
|/
* Merge pull request #34 from skybber/masterIvan Dubrov2014-06-262-28/+64
|\ | | | | Set nmethod's deoptimization_incl flag from owner klass
| * Set nmethod's deoptimization_incl flag from owner klassVladimír Dvo?ák2014-06-262-28/+64
|/
* Merge pull request #33 from skybber/masterIvan Dubrov2014-06-242-6/+24
|\ | | | | Force set deoptimization_incl flag for all hotswapped classes
| * Force set deoptimization_incl flag for all hotswapped classesVladimír Dvo?ák2014-06-242-6/+24
|/
* Merge pull request #31 from skybber/masterIvan Dubrov2014-06-063-15/+244
|\ | | | | Option -XX:HotswapDeoptClassPath in jdk7u51, indentation fixed
| * Option -XX:HotswapDeoptClassPath in jdk7u51, indentation fixedVladimír Dvo?ák2014-06-063-15/+244
|/
* Merge pull request #30 from skybber/masterIvan Dubrov2014-06-042-1/+229
|\ | | | | JVM flag -XX:HotswapDeoptClassPath=<class_path> support added
| * JVM flag -XX:HotswapDeoptClassPath=<class_path> support addedVladimír Dvo?ák2014-06-042-1/+229
|/
* Merge pull request #25 from HotswapProjects/masterIvan Dubrov2014-05-237-71/+211
|\ | | | | #22 - Installer should not override default JVM
| * #22 - Installer now support both - replace current JVM or install as altjvm ↵Jiří Bubník2014-05-237-71/+211
| | | | | | | | into dcevm directory.
* | Adding support for Java 7 update 55Ivan Dubrov2014-05-092-1/+2
| | | | | | | | Actually, update 51 patch applies to 55 with no test failures.
* | Merge pull request #24 from ebourg/masterIvan Dubrov2014-05-092-7/+7
|\ \ | |/ |/| Fixed a typo (Transfered -> Transferred)
| * Fixed a typo (Transfered -> Transferred)Emmanuel Bourg2014-05-092-7/+7
|/
* Moving two tests which are currently supported only on Java 8light-jdk7u51+10Ivan Dubrov2014-05-052-0/+4
|
* Extracting changes to javaClasses.cppIvan Dubrov2014-05-053-154/+171
| | | | Separating changes for $StaticAccessor/$Accessor into separate patch.
* Removing unused methods from the patchIvan Dubrov2014-05-051-52/+4
|
* Handle removed/changed fields in DMHIvan Dubrov2014-05-053-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 namesIvan Dubrov2014-05-024-7/+18
|
* Disable lambda's test for nowIvan Dubrov2014-05-021-0/+1
|
* Update host klass to newest versionIvan Dubrov2014-05-011-1/+6
|
* Allow classes to reside outside of test class.Ivan Dubrov2014-05-015-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 oneIvan Dubrov2014-05-011-4/+5
|
* Working on lambda testsIvan Dubrov2014-05-012-17/+127
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-013-10/+124
| | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor.
* minor rewordingIvan Dubrov2014-05-011-1/+1
|
* Be careful when clearing cp cache entrieslight-jdk8u5+52Ivan Dubrov2014-05-011-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 loggingIvan Dubrov2014-05-011-3/+5
|
* Working on static field DMH's fixesIvan Dubrov2014-05-012-27/+400
|
* Do not re-initialize secondary entriesIvan Dubrov2014-05-011-2/+4
|
* Updating MethodHandles in Java 7 update 51 patchIvan Dubrov2014-05-011-7/+23
|
* hg qrefresh on patchesIvan Dubrov2014-05-012-2436/+2352
|
* Adding hotspot.log to ignoresIvan Dubrov2014-05-011-0/+1
|
* Adding guard on patchIvan Dubrov2014-04-301-1/+1
|
* Fixing interface methods testlight-jdk8u5+50Ivan Dubrov2014-04-301-1/+1
|
* Walk classes through ClassLoaderDataGraphIvan Dubrov2014-04-301-139/+140
| | | | SystemDictionary doesn't contain anonymous classes.
* Implementing tests for interface methods and lambdasIvan Dubrov2014-04-302-0/+166
|
* Unused line deletedIvan Dubrov2014-04-301-1/+0
|
* Updating ASM versionIvan Dubrov2014-04-302-3/+3
|
* pull should depend on init, clean should check hotspot/makeIvan Dubrov2014-04-301-2/+2
|
* Migrating to Mercurial MQIvan Dubrov2014-04-3012-7927/+3850
|
* Started moving patches into Mercurial mqIvan Dubrov2014-04-303-1/+4273
| | | | Starting using Mercurial MQ for managing DCEVM patches.
* Fixing Java 8 MethodHandle'sIvan Dubrov2014-04-301-49/+81
|
* Updating MethodHandle testIvan Dubrov2014-04-301-6/+6
|
* Relaxing assertion, in case of DCEVM we may rewrite resolved referenceIvan Dubrov2014-04-291-45/+65
|