LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Sun Jul 29 23:31:48 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/07 29:23:31

    Modified: jop/java/target/src/jdk_base/java/lang System.java
    Log:
    System.gc() invokes GC.gc()


    Revision Changes Path
    1.6 jop/java/target/src/jdk_base/java/lang/System.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/jdk_base/java/lang/System.java.diff?r1=1.5&r2=1.6

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: System.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/jdk_base/java/lang/System.java,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -b -r1.5 -r1.6
    --- System.java 4 Jun 2007 11:42:31 -0000 1.5
    +++ System.java 29 Jul 2007 21:31:48 -0000 1.6
    @@ -97,7 +97,7 @@

    }
    public static void gc() {
    - // TODO: invoke GC.gc()
    + GC.gc();
    }





     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.