Browse Source

Creating patch for Java 7u60

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).
tags/light-jdk7u71+2
Ivan Dubrov 10 years ago
parent
commit
16351a553c
3 changed files with 10281 additions and 0 deletions
  1. 1
    0
      gradle.properties
  2. 10279
    0
      hotspot/.hg/patches/light-jdk7u60-b09.patch
  3. 1
    0
      hotspot/.hg/patches/series

+ 1
- 0
gradle.properties View File

@@ -25,6 +25,7 @@ targetJre=build/jre

# Tag to base DCEVM on
hotspotTag=jdk8u5-b13
#hotspotTag=jdk7u60-b09
#hotspotTag=jdk7u55-b13
#hotspotTag=jdk7u51-b13
#hotspotTag=jdk7u45-b08

+ 10279
- 0
hotspot/.hg/patches/light-jdk7u60-b09.patch
File diff suppressed because it is too large
View File


+ 1
- 0
hotspot/.hg/patches/series View File

@@ -16,6 +16,7 @@ full-jdk7u45-b08.patch #+full-jdk7u45-b08
full-jdk7u51-b13.patch #+full-jdk7u51-b13
light-jdk7u40-b43.patch #+light-jdk7u40-b43
light-jdk7u51-b13.patch #+light-jdk7u51-b13 #+light-jdk7u55-b13
light-jdk7u60-b09.patch #+light-jdk7u60-b09
light-jdk8u5-b13.patch #+light-jdk8u5-b13
full-jdk7u45-deopt-cp.patch #+full-jdk7u45-b08
full-jdk7u51-deopt-cp.patch #+full-jdk7u51-b13

Loading…
Cancel
Save