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: Thu Aug 16 17:44:26 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/08 16:17:44

    Modified: jop/java/target/src/test/gcinc SimpGC2.java SimpGC4.java
    Log:
    no message


    Revision Changes Path
    1.2 jop/java/target/src/test/gcinc/SimpGC2.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/gcinc/SimpGC2.java.diff?r1=1.1&r2=1.2

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

    Index: SimpGC2.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/test/gcinc/SimpGC2.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- SimpGC2.java 16 Aug 2007 15:26:42 -0000 1.1
    +++ SimpGC2.java 16 Aug 2007 15:44:26 -0000 1.2
    @@ -20,7 +20,6 @@
    public static void main(String[] args) {
    SimpGC2 sgc= new SimpGC2();
    sgc.createObjects();
    - for(;;){}
    }

    }



    1.2 jop/java/target/src/test/gcinc/SimpGC4.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/gcinc/SimpGC4.java.diff?r1=1.1&r2=1.2

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

    Index: SimpGC4.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/test/gcinc/SimpGC4.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- SimpGC4.java 16 Aug 2007 15:26:42 -0000 1.1
    +++ SimpGC4.java 16 Aug 2007 15:44:26 -0000 1.2
    @@ -49,11 +49,11 @@

    for (;;) {
    a.run();
    - GC.gc();
    + System.gc();
    b.run();
    - GC.gc();
    + System.gc();
    c.run();
    - GC.gc();
    + System.gc();
    }
    }




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