diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2015-06-18 15:37:39 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2015-06-18 15:37:39 -0700 |
commit | 0f90a979565fe6516511e4def814efc8868935f4 (patch) | |
tree | c70553bd3a8254fb102466a4872d4be6463afe1a /hotspot/.hg/patches/series | |
parent | 516d955f92609b47a024b90a6d5df701bb1d98b3 (diff) | |
download | dcevm-0f90a979565fe6516511e4def814efc8868935f4.tar.gz dcevm-0f90a979565fe6516511e4def814efc8868935f4.zip |
Stub JVM_SetVmMemoryPressure function in jvm.cpp
Diffstat (limited to 'hotspot/.hg/patches/series')
-rw-r--r-- | hotspot/.hg/patches/series | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hotspot/.hg/patches/series b/hotspot/.hg/patches/series index c118b5ef..e490aa43 100644 --- a/hotspot/.hg/patches/series +++ b/hotspot/.hg/patches/series @@ -42,3 +42,6 @@ light-jdk8u20-b22.patch #+light-jdk8u20-b22 #+light-jdk8u31-b13 light-jdk8u40-b25.patch #+light-jdk8u40-b25 #+light-jdk8u45-b14 light-jdk8u20-deopt-cp.patch #+light-jdk8u20-b22 #+light-jdk8u31-b13 #+light-jdk8u40-b25 #+light-jdk8u45-b14 +# Stub JVM_SetVmMemoryPressure function +JVM_SetVmMemoryPressure.patch #+light-jdk8u45-b14 + |