final class com.oracle.svm.core.posix.Target_java_lang_System_Posix
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.posix.Target_java_lang_System_Posix
  super_class: java.lang.Object
{
  static volatile java.io.Console cons;
    descriptor: Ljava/io/Console;
    flags: (0x0048) ACC_STATIC, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.Reset:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;)

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.posix.Target_java_lang_System_Posix this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.posix.Target_java_lang_System_Posix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/posix/Target_java_lang_System_Posix;

  public static long currentTimeMillis();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=0
         0: .line 50
            ldc Lcom/oracle/svm/core/posix/headers/Time$timeval;
            invokestatic org.graalvm.nativeimage.StackValue.get:(Ljava/lang/Class;)Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.core.posix.headers.Time$timeval
            astore 0 /* timeval */
        start local 0 // com.oracle.svm.core.posix.headers.Time$timeval timeval
         1: .line 51
            invokestatic org.graalvm.word.WordFactory.nullPointer:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.core.posix.headers.Time$timezone
            astore 1 /* timezone */
        start local 1 // com.oracle.svm.core.posix.headers.Time$timezone timezone
         2: .line 52
            aload 0 /* timeval */
            aload 1 /* timezone */
            invokestatic com.oracle.svm.core.posix.headers.Time.gettimeofday:(Lcom/oracle/svm/core/posix/headers/Time$timeval;Lcom/oracle/svm/core/posix/headers/Time$timezone;)I
            pop
         3: .line 53
            aload 0 /* timeval */
            invokeinterface com.oracle.svm.core.posix.headers.Time$timeval.tv_sec:()J
            ldc 1000
            lmul
            aload 0 /* timeval */
            invokeinterface com.oracle.svm.core.posix.headers.Time$timeval.tv_usec:()J
            ldc 1000
            ldiv
            ladd
            lreturn
        end local 1 // com.oracle.svm.core.posix.headers.Time$timezone timezone
        end local 0 // com.oracle.svm.core.posix.headers.Time$timeval timeval
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    4     0   timeval  Lcom/oracle/svm/core/posix/headers/Time$timeval;
            2    4     1  timezone  Lcom/oracle/svm/core/posix/headers/Time$timezone;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true)
}
SourceFile: "Target_java_lang_System_Posix.java"
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
  public abstract timeval = com.oracle.svm.core.posix.headers.Time$timeval of com.oracle.svm.core.posix.headers.Time
  public abstract timezone = com.oracle.svm.core.posix.headers.Time$timezone of com.oracle.svm.core.posix.headers.Time
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(value = Ljava/lang/System;)