diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2016-04-05 15:33:04 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2016-04-05 15:33:06 -0700 |
commit | 5d3ec9ec2a35d330c7d96a403e266b7793cc8d8d (patch) | |
tree | 734fa9b3e539529a490c9a3b7ecb5c01a9b72fac /hotspot/.hg/patches/series | |
parent | d40f660e8cb13644e2eb0cd5b6ea01bce911bb00 (diff) | |
download | dcevm-5d3ec9ec2a35d330c7d96a403e266b7793cc8d8d.tar.gz dcevm-5d3ec9ec2a35d330c7d96a403e266b7793cc8d8d.zip |
Do not clear f1 for now
Seems like f1 is still sometimes uses (in field scenario?) even though we zero bytecode, so it should be re-resolved.
Diffstat (limited to 'hotspot/.hg/patches/series')
-rw-r--r-- | hotspot/.hg/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hotspot/.hg/patches/series b/hotspot/.hg/patches/series index 958f9c5e..168fb267 100644 --- a/hotspot/.hg/patches/series +++ b/hotspot/.hg/patches/series @@ -50,5 +50,6 @@ light-jdk8u40-b25.patch #+light-jdk8u40-b25 #+light-jdk8u45-b14 #+light-jdk8u51- light-jdk8u66-b17.patch #+light-jdk8u66-b17 #+light-jdk8u74-b02 light-jdk8u20-deopt-cp.patch #+light-jdk8u20-b22 #+light-jdk8u31-b13 #+light-jdk8u40-b25 #+light-jdk8u45-b14 #+light-jdk8u51-b16 light-jdk8u66-b17-deopt-cp.patch #+light-jdk8u66-b17 #+light-jdk8u74-b02 +dont-clear-f1.patch #+light-jdk8u74-b02 |