aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jvmti/index.html
diff options
context:
space:
mode:
authorohair <none@none>2011-01-14 14:04:54 -0800
committerohair <none@none>2011-01-14 14:04:54 -0800
commit893fbc6bf5d2a4144b88def7421ecdfbddd3641b (patch)
tree65446a1108d761e1991fc5e054e3957b267562b5 /src/share/demo/jvmti/index.html
parent3e1945527b506c60a725ce2f9b257aa176fd8437 (diff)
downloadjdk8u_jdk-893fbc6bf5d2a4144b88def7421ecdfbddd3641b.tar.gz
6950375: Remove msvcrt.dll from the Windows JRE bundles
Reviewed-by: prr
Diffstat (limited to 'src/share/demo/jvmti/index.html')
-rw-r--r--src/share/demo/jvmti/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/share/demo/jvmti/index.html b/src/share/demo/jvmti/index.html
index b3efe373d4..6ef96bb64b 100644
--- a/src/share/demo/jvmti/index.html
+++ b/src/share/demo/jvmti/index.html
@@ -389,10 +389,9 @@ Library: Use <code>/opt:REF </code> when building the dll.
<li>
MS DLL Runtime: Use the <code>/MD /D _STATIC_CPPLIB</code> option.
<br>
-This causes your dll to become dependent on MSVCRT.DLL and/or
-the newer C++ runtime MSVCR71.DLL.
+This causes your dll to become dependent on just MSVCR*.DLL.
The option /D _STATIC_CPPLIB prevents you from becoming dependent on the
-C++ library MSVCP71.DLL.
+C++ library MSVCP*.DLL.
This is what we use in the JDK, but there are probably many combinations
that you could safely use, unfortunately there are many combinations
of runtimes that will not work.