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: Mon Jun 4 13:45:26 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/06 04:13:45

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


    Revision Changes Path
    1.4 jop/java/target/src/test/gcinc/ForceBlack2White.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/gcinc/ForceBlack2White.java.diff?r1=1.3&r2=1.4

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

    Index: ForceBlack2White.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/test/gcinc/ForceBlack2White.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- ForceBlack2White.java 30 May 2007 23:13:46 -0000 1.3
    +++ ForceBlack2White.java 4 Jun 2007 11:45:26 -0000 1.4
    @@ -27,7 +27,7 @@
    nroot.r2 = new ForceBlack2White(3);
    nroot.r1.r1 = new ForceBlack2White(4);

    - new RtThread(2, 100) {
    + new RtThread(2, 333) {
    public void run() {

    ForceBlack2White r, tmp;
    @@ -36,7 +36,6 @@
    r = nroot;
    // switch pointer to 4 from 2 to 3
    tmp = r.r1.r1;
    - waitForNextPeriod();
    r.r1.r1 = null;
    waitForNextPeriod();
    r.r2.r1 = tmp;
    @@ -45,7 +44,6 @@
    waitForNextPeriod();
    // switch pointer to 4 from 3 to2
    tmp = r.r2.r1;
    - waitForNextPeriod();
    r.r2.r1 = null;
    waitForNextPeriod();
    r.r1.r1 = tmp;
    @@ -53,10 +51,10 @@
    check();
    waitForNextPeriod();
    // System.out.print('.');
    - if (abc.nr!=123) {
    - System.out.println("Error in GC (local)");
    - System.exit(1);
    - }
    +// if (abc.nr!=123) {
    +// System.out.println("Error in GC (local)");
    +// System.exit(1);
    +// }
    // System.out.print('.');
    abc = null;
    waitForNextPeriod();



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