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
  • 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 Jan 28 16:45:43 CET 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/01 28:16:45

    Modified: jop/java/target/src/common/com/jopdesign/sys
    GCTwoSpaceMarkSweepCompact.java
    Log:
    Fixed getRoots() method, to consider the new stack offset.




    Revision Changes Path
    1.2 jop/java/target/src/common/com/jopdesign/sys/GCTwoSpaceMarkSweepCompact.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/GCTwoSpaceMarkSweepCompact.java.diff?r1=1.1&r2=1.2

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

    Index: GCTwoSpaceMarkSweepCompact.java
    ===================================================================
    RCS file: /cvsroot/paulo/jop/java/target/src/common/com/jopdesign/sys/GCTwoSpaceMarkSweepCompact.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- GCTwoSpaceMarkSweepCompact.java 14 Dec 2005 17:07:45 -0000 1.1
    +++ GCTwoSpaceMarkSweepCompact.java 28 Jan 2008 15:45:42 -0000 1.2
    @@ -164,7 +164,7 @@
    }
    // add complete stack to the root list
    int i = Native.getSP();
    - for (int j=128; j<=i; ++j) {
    + for (int j=Const.STACK_OFF; j<=i; ++j) {
    push(Native.rdIntMem(j));
    }
    }



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