aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing jdk tagIvan Dubrov2015-06-031-1/+1
|
* Avoiding Turkish i/I issue with toLowerCase(), using ENGLISH localeIvan Dubrov2015-04-281-1/+1
|
* Allow changing installer JAR namelight-jdk8u45+3Ivan Dubrov2015-04-281-0/+3
|
* Updating for Java 8u40Ivan Dubrov2015-04-282-6/+7
|
* Only select GC if not selected by AllowEnhancedClassRedefinitionIvan Dubrov2015-04-061-11/+12
|
* Fixing patches for 8u40Ivan Dubrov2015-04-012-131/+144
|
* Update README.mdIvan Dubrov2015-04-011-2/+16
|
* jdk8u40-b25 updatesIvan Dubrov2015-03-3110-359/+4863
|
* Update README.mdIvan Dubrov2015-03-311-1/+1
|
* Merge pull request #62 from skybber/masterIvan Dubrov2015-03-141-2/+2
|\ | | | | TRACE gcc compilation problem resolved
| * TRACE gcc compiling problem resolvedskybber2015-03-141-2/+2
|/
* Merge pull request #58 from skybber/masterIvan Dubrov2015-02-173-3/+64
|\ | | | | jdk8u31-b13 updates
| * jdk8u31-b13 updatesskybber2015-02-173-3/+64
| |
* | Merge pull request #53 from skybber/masterIvan Dubrov2014-11-261-1/+2
|\| | | | | full-jdk7u71-b01 added to series file
| * full-jdk7u71-b01 added to series fileVladimir Dvorak2014-11-261-1/+2
|/
* Merge pull request #51 from skybber/masterIvan Dubrov2014-11-171-0/+12176
|\ | | | | full-jdk7u71-b01.patch
| * full-jdk7u71-b01.patchskybber2014-11-171-0/+12176
|/
* Working on Java 7u71 supportlight-jdk7u71+2Ivan Dubrov2014-10-172-3/+4
|
* Merge pull request #44 from skybber/masterIvan Dubrov2014-09-024-9/+3970
|\ | | | | light-jdk8u20 patch + deopt patch
| * Update README.mdskybber2014-09-020-0/+0
| |
| * light-jdk8u20 patch + deopt patchVladimír Dvo?ák2014-09-024-9/+3970
|/
* Merge pull request #41 from skybber/masterIvan Dubrov2014-08-193-0/+12634
|\ | | | | full-jdk760-b09 patch
| * full-jdk760-b09 patchVladimír Dvo?ák2014-08-193-0/+12634
|/
* Merge pull request #37 from skybber/masterIvan Dubrov2014-07-072-0/+226
|\ | | | | light-jdk7u60 deopt-cp patch
| * 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
|