aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
Commit message (Collapse)AuthorAgeFilesLines
* set 8u202 in propertiesJan Klos2019-01-221-2/+2
|
* 8u201 and 8u202 patches, set 8u201 in propertiesJan Klos2019-01-221-1/+3
|
* Updating for Java 8 update 181 build 13Przemysław Rumik2018-07-221-1/+2
|
* changes for support JDK8u172, needed to create ↵Przemysław Rumik2018-05-261-2/+1
| | | | dmh-field-accessors-java8u172.patch because in src/share/vm/classfile/vmSymbols.hpp getProtectionDomain have 2 new templates and old dmh-field-accessors-java8u80.patch wasn't able to merge
* Updating for Java 8 update 162 build 12Przemysław Rumik2018-02-261-1/+2
|
* Updating for Java 8 Update 161 build 12Przemysław Rumik2018-02-241-1/+2
|
* Initial change for JDK8u152Piotr Bober2017-12-131-1/+3
|
* Updating for Java 8 Update 144light-jdk8u144+2Ivan Dubrov2017-08-271-1/+2
|
* Jdk8u102, jdk8u111, jdk8u112 patchskybber2016-10-231-1/+4
| | | | | | | 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.
* Jdk7u111 light + full patchskybber2016-10-231-0/+1
| | | | | | 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+1Ivan Dubrov2016-05-201-1/+2
|
* Updating for Java8u74Ivan Dubrov2016-03-021-1/+2
|
* Updating to jdk8u66Ivan Dubrov2015-12-071-1/+2
|
* Full jdk7u85b02 supportskybber2015-12-031-0/+1
| | | | should be compatible with 7u91 too
* Support for Java 8 update 51light-jdk8u51+2Ivan Dubrov2015-07-221-1/+2
|
* Support for Java7u79feature/jdk7u79-supportIvan Dubrov2015-07-101-1/+1
|
* full/light jdk7u79-b02 supportskybber2015-06-071-7/+10
|
* Reverting tag for 8u45Ivan Dubrov2015-06-041-1/+1
|
* Fixing jdk tagIvan Dubrov2015-06-031-1/+1
|
* Updating for Java 8u40Ivan Dubrov2015-04-281-1/+2
|
* jdk8u40-b25 updatesIvan Dubrov2015-03-311-1/+3
|
* jdk8u31-b13 updatesskybber2015-02-171-0/+1
|
* Working on Java 7u71 supportlight-jdk7u71+2Ivan Dubrov2014-10-171-1/+2
|
* light-jdk8u20 patch + deopt patchVladimír Dvo?ák2014-09-021-1/+2
|
* Creating patch for Java 7u60Ivan Dubrov2014-07-021-0/+1
| | | | | | | 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).
* Adding support for Java 7 update 55Ivan Dubrov2014-05-091-0/+1
| | | | Actually, update 51 patch applies to 55 with no test failures.
* Automatic HotSpot repository detection (hard-coded for now)light-jdk7u51+3Ivan Dubrov2014-04-281-4/+0
|
* Adding support for 'full' patchesIvan Dubrov2014-04-251-0/+5
| | | | Also, minor fixes to build.gradle
* Adding Java 7 patch, support running tests on Java 7Ivan Dubrov2014-04-241-1/+2
|
* Extracting DCEVM patch & code into separate projectIvan Dubrov2014-04-241-0/+28
Making DCEVM to be toplevel project that clones HotSpot repository, patches the code, builds JVM and tests it.