You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2009/07/16 18:04:57 UTC

svn commit: r794730 - /harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp

Author: odeakin
Date: Thu Jul 16 16:04:57 2009
New Revision: 794730

URL: http://svn.apache.org/viewvc?rev=794730&view=rev
Log:
Remove meaningless bug number from comment.

Modified:
    harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp

Modified: harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp?rev=794730&r1=794729&r2=794730&view=diff
==============================================================================
--- harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp (original)
+++ harmony/enhanced/jdktools/branches/java6/modules/jpda/src/main/native/jdwp/common/agent/core/AgentEventRequest.cpp Thu Jul 16 16:04:57 2009
@@ -170,7 +170,7 @@
     JvmtiAutoFree autoFreeDebugExtension(sourceDebugExtension);            
 
 #ifdef ZOS
-    /* Fix for 143846 - make sure we pass EBCDIC strings to zOS system functions */
+    /* Make sure we pass EBCDIC strings to zOS system functions */
     __atoe(sourceDebugExtension);
 #pragma convlit(suspend)
 #endif /* ZOS */