source code for native methods in class java.lang.VMSystem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emtech
    New Member
    • Mar 2008
    • 2

    source code for native methods in class java.lang.VMSystem

    In Class java.lang.VMSys tem there are native methods ,can any body tell me where can I get source code for these native methods?
    Thanks in advance.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by emtech
    In Class java.lang.VMSys tem there are native methods ,can any body tell me where can I get source code for these native methods?
    Thanks in advance.
    I don't know where you can get them but I'm curious as to what you want to use them for.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by emtech
      In Class java.lang.VMSys tem there are native methods ,can any body tell me where can I get source code for these native methods?
      Thanks in advance.
      The class VMSystem isn't even part of the published API so it must be considered
      not to exist (it doesn't in my Sun Java 1.6). It is the sole responsibility of the vendor
      of your JVM to maintain that class and to make it work properly.

      kind regards,

      Jos

      Comment

      • emtech
        New Member
        • Mar 2008
        • 2

        #4
        Originally posted by JosAH
        The class VMSystem isn't even part of the published API so it must be considered
        not to exist (it doesn't in my Sun Java 1.6). It is the sole responsibility of the vendor
        of your JVM to maintain that class and to make it work properly.

        kind regards,

        Jos

        Thanks Jos,

        If any body is interested to dig in this direction
        I m giving here url may b it will help you.

        http://jamvm.cvs.sourc eforge.net/jamvm/jamvm/src/

        Cheers !!!

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by emtech
          Thanks Jos,

          If any body is interested to dig in this direction
          I m giving here url may b it will help you.

          http://jamvm.cvs.sourc eforge.net/jamvm/jamvm/src/

          Cheers !!!
          Well, I'm sorry but it doesn't help me because I don't use the 'jamvm' and as I
          wrote: that class isn't part of the public API so I can't do anything with it. What
          do you want to do with it?

          kind regards,

          Jos

          Comment

          Working...