JavaVM.st
branchdevelopment
changeset 2392 692a6e18e95e
parent 2381 5dea0cfb9426
child 2429 ebece4dcaab9
--- a/JavaVM.st	Fri Feb 22 00:34:22 2013 +0000
+++ b/JavaVM.st	Fri Feb 22 16:06:12 2013 +0000
@@ -1247,7 +1247,6 @@
 
 ! !
 
-
 !JavaVM class methodsFor:'initialization'!
 
 boot
@@ -2281,7 +2280,6 @@
     "Modified: / 17-08-2012 / 15:35:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'Signal constants'!
 
 badMessageSignal
@@ -2352,7 +2350,6 @@
     "Modified: / 15-01-2013 / 22:30:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'accessing'!
 
 addClass:aJavaClass definedBy:aJavaClassLoader
@@ -2487,7 +2484,6 @@
     "Created: / 23-02-2011 / 12:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'cache management'!
 
 flushCachesFor: aClass
@@ -2507,7 +2503,6 @@
     "Created: / 17-10-2012 / 20:22:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'class access'!
 
 arrayClassFor: javaClass ifAbsentPut: block
@@ -2711,7 +2706,6 @@
     "Modified: / 30-10-2011 / 14:02:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'class loading'!
 
 useExtCLToLoadClassNamed: className
@@ -2756,7 +2750,6 @@
     "Modified: / 22-08-2012 / 12:57:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'debugging support'!
 
 disableMonitorTrace
@@ -2817,7 +2810,6 @@
     "Created: / 25-02-2011 / 08:08:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'debugging-dumping'!
 
 dumpOpenExternalStream: stream on: output
@@ -2876,7 +2868,6 @@
     "Created: / 23-07-2012 / 16:34:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'defaults'!
 
 audioEnabled
@@ -3088,7 +3079,6 @@
     "Created: / 19.10.1998 / 16:02:06 / cg"
 ! !
 
-
 !JavaVM class methodsFor:'eager resolving'!
 
 disableEagerResolving
@@ -3109,7 +3099,6 @@
     "Created: / 08-12-2011 / 21:06:03 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'helpers'!
 
 canCast: s to: t
@@ -3307,7 +3296,6 @@
     "Modified: / 25-04-2011 / 20:27:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'helpers - exceptions'!
 
 throwAbstractMethodError
@@ -3827,7 +3815,6 @@
     "Created: / 20-07-2012 / 19:15:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'helpers - io'!
 
 commonOpenStreamUsing: aBlock
@@ -3865,7 +3852,6 @@
     "Modified: / 16-01-2013 / 20:56:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'helpers - reflection'!
 
 classForJavaClassObject:aJavaClassObject
@@ -3972,7 +3958,6 @@
     "Modified: / 28-02-2011 / 16:58:05 / Marcel Hlopko <hlopik@gmail.com>"
 ! !
 
-
 !JavaVM class methodsFor:'monitors'!
 
 getJavaMonitorFor:someObject
@@ -4208,7 +4193,6 @@
     "Modified: / 26-08-2012 / 18:40:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'monitors-internal'!
 
 acquireMonitor: obj ofProcess: aProcess
@@ -4622,7 +4606,6 @@
     "Modified: / 10-04-2012 / 11:08:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'monitors-obsolete'!
 
 waitFor: sema state: pState timeOut: tmo
@@ -4672,7 +4655,6 @@
     "Modified: / 20-11-2011 / 12:36:47 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'native - java.lang'!
 
 _java_lang_System_arraycopy: nativeContext
@@ -4683,6 +4665,12 @@
     "Modified: / 21-01-2013 / 09:18:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!JavaVM class methodsFor:'others'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
 
 !JavaVM class methodsFor:'queries'!
 
@@ -4707,7 +4695,6 @@
     "Modified: / 04-12-2011 / 10:32:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'threads'!
 
 clearInterrupted: process
@@ -4828,7 +4815,6 @@
     "Created: / 16-08-2012 / 21:52:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'vm support'!
 
 _ANEWARRAY:cls _:size
@@ -5446,7 +5432,6 @@
     "Modified: / 02-11-2012 / 21:10:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM class methodsFor:'windows - events'!
 
 awtEventsForEvent: anEvent javaWindow: jWin
@@ -5947,7 +5932,6 @@
     "Modified: / 10.12.1998 / 19:36:59 / cg"
 ! !
 
-
 !JavaVM::Performance class methodsFor:'documentation'!
 
 documentation
@@ -5966,7 +5950,6 @@
 "
 ! !
 
-
 !JavaVM::Performance class methodsFor:'instance creation'!
 
 for: aJavaVM
@@ -6038,7 +6021,6 @@
     "Modified (format): / 20-02-2013 / 00:06:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::Performance methodsFor:'initialization'!
 
 setVM: aJavaVM
@@ -6053,7 +6035,6 @@
     "Modified: / 20-02-2013 / 00:07:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::Performance methodsFor:'orinting-streams'!
 
 printOpenExternalStream: stream number: index on: output
@@ -6171,7 +6152,6 @@
     "Modified: / 11-02-2013 / 12:43:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::Performance methodsFor:'printing-counters'!
 
 printCounters
@@ -6265,7 +6245,6 @@
     "Created: / 27-10-2012 / 18:12:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::Performance methodsFor:'printing-counters-private'!
 
 printCounter: name on: stream
@@ -6294,7 +6273,6 @@
     "Created: / 15-10-2012 / 15:29:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::ReflectionRegistry class methodsFor:'documentation'!
 
 documentation
@@ -6313,7 +6291,6 @@
 "
 ! !
 
-
 !JavaVM::ReflectionRegistry class methodsFor:'instance creation'!
 
 for: aJavaVM
@@ -6329,7 +6306,6 @@
     ^ self basicNew initialize.
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'debugging'!
 
 returnNilIfMissing
@@ -6344,7 +6320,6 @@
     "Created: / 28-01-2011 / 15:25:35 / Marcel Hlopko <hlopik@gmail.com>"
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'initialization'!
 
 flush
@@ -6375,7 +6350,6 @@
     "Created: / 21-12-2010 / 19:44:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'reflection - classes'!
 
 arrayClassFor: javaClass ifAbsentPut: block
@@ -6489,7 +6463,6 @@
     "Created: / 05-12-2011 / 09:57:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'reflection - constant pool'!
 
 constantPoolFor:javaConstantPoolObject
@@ -6512,7 +6485,6 @@
     "Created: / 21-12-2010 / 19:54:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'reflection - methods & ctors'!
 
 classForJavaConstructorObject:constructor
@@ -6658,7 +6630,6 @@
     "Created: / 05-12-2011 / 10:00:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaVM::ReflectionRegistry methodsFor:'reflection - other'!
 
 javaStringObjectForString:string
@@ -6676,7 +6647,6 @@
     "Created: / 09-02-2011 / 10:34:29 / Marcel Hlopko <hlopik@gmail.com>"
 ! !
 
-
 !JavaVM class methodsFor:'documentation'!
 
 version
@@ -6687,11 +6657,6 @@
     ^ '$Header: /cvs/stx/stx/libjava/JavaVM.st,v 1.188 2013-02-18 17:04:46 vrany Exp $'
 !
 
-version_HG
-
-    ^ 'Changeset: <not expanded> '
-!
-
 version_SVN
     ^ 'Id'
 ! !