You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/24 11:27:24 UTC

ignite git commit: The problem with Win32 build is fixed, reverting debug.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1282 a8f901573 -> 46107ffbe


The problem with Win32 build is fixed, reverting debug.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/46107ffb
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/46107ffb
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/46107ffb

Branch: refs/heads/ignite-1282
Commit: 46107ffbe2b0209a323f96d5268508e79454efbe
Parents: a8f9015
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Thu Sep 24 12:28:07 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Thu Sep 24 12:28:07 2015 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/common/src/java.cpp   |  4 +---
 modules/platforms/cpp/core/src/ignition.cpp | 13 +------------
 2 files changed, 2 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/46107ffb/modules/platforms/cpp/common/src/java.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/common/src/java.cpp b/modules/platforms/cpp/common/src/java.cpp
index e30c312..753b785 100644
--- a/modules/platforms/cpp/common/src/java.cpp
+++ b/modules/platforms/cpp/common/src/java.cpp
@@ -691,9 +691,7 @@ namespace ignite
                 args.ignoreUnrecognized = 0;
 
                 jint res = JNI_CreateJavaVM(jvm, reinterpret_cast<void**>(env), &args);
-
-                std::cout << "JVM CREATE RES: " << res << std::endl;
-
+                
                 delete[] opts0;
 
                 if (res != JNI_OK)

http://git-wip-us.apache.org/repos/asf/ignite/blob/46107ffb/modules/platforms/cpp/core/src/ignition.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core/src/ignition.cpp b/modules/platforms/cpp/core/src/ignition.cpp
index f293c83..d55e2d8 100644
--- a/modules/platforms/cpp/core/src/ignition.cpp
+++ b/modules/platforms/cpp/core/src/ignition.cpp
@@ -163,8 +163,6 @@ namespace ignite
 
                 failed = true;
             }
-            else
-                std::cout << "JVM LIB LOC: " << jvmLib << std::endl;
 
             if (!failed) {
                 if (!LoadJvmLibrary(jvmLib))
@@ -193,8 +191,6 @@ namespace ignite
             else
                 home = ResolveIgniteHome(NULL, &homeFound);
 
-            std::cout << "IGNITE_HOME: " << home << std::endl;
-
             // 3. Create classpath.
             std::string cp;
 
@@ -209,8 +205,6 @@ namespace ignite
 
             if (!cp.empty())
             {
-                std::cout << "CLASSPATH: " << cp << std::endl;
-
                 // 4. Start JVM if needed.
                 JniErrorInfo jniErr;
 
@@ -218,12 +212,7 @@ namespace ignite
 
                 int optsLen;
                 char** opts = CreateJvmOptions(cfg, homeFound ? &home : NULL, cp, &optsLen);
-
-                for (int i = 0; i < optsLen; i++)
-                {
-                    std::cout << "OPTION: " << *(opts + i) << std::endl;
-                }
-
+                
                 envTarget = new SharedPointer<IgniteEnvironment>(env);
                 
                 SharedPointer<JniContext> ctx(