Przeglądaj źródła

Stub JVM_SetVmMemoryPressure function in jvm.cpp

tags/light-jdk8u45+13
Ivan Dubrov 9 lat temu
rodzic
commit
0f90a97956

+ 17
- 0
hotspot/.hg/patches/JVM_SetVmMemoryPressure.patch Wyświetl plik

@@ -0,0 +1,17 @@
# HG changeset patch
# Parent 41a800a10f56ae750a3a327463422f3c6cfd2544

diff -r 41a800a10f56 src/share/vm/prims/jvm.cpp
--- a/src/share/vm/prims/jvm.cpp Thu Jun 18 15:13:34 2015 -0700
+++ b/src/share/vm/prims/jvm.cpp Thu Jun 18 15:14:09 2015 -0700
@@ -4235,6 +4235,10 @@
return DTraceJSDT::is_supported();
JVM_END
+JVM_ENTRY_NO_ENV(void, JVM_SetVmMemoryPressure(jint pressure))
+ // Do nothing, this function is only to make management.dll happy
+JVM_END
+
// Returns an array of all live Thread objects (VM internal JavaThreads,
// jvmti agent threads, and JNI attaching threads are skipped)
// See CR 6404306 regarding JNI attaching threads

+ 3
- 0
hotspot/.hg/patches/series Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz