Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hborders/JavaInJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: com.sun.cri.bytecode
Choose a base ref
...
head repository: hborders/JavaInJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 89 files changed
  • 1 contributor

Commits on Dec 28, 2010

  1. Removed UnsignedComparisons because they are only used in the c1x com…

    …piler and are native methods.
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    fd94bba View commit details
    Browse the repository at this point in the history
  2. Fixed conflicts from overzealous UnsignedComparisons deletion.

    Conflicts:
    	JavaInJava/src/com/sun/cri/bytecode/Bytecodes.java
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    521bfe9 View commit details
    Browse the repository at this point in the history
  3. Added com.sun.max.lang package from Maxine Base.

    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    59be196 View commit details
    Browse the repository at this point in the history
  4. Added com.sun.max package from Maxine Base.

    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    f9f3487 View commit details
    Browse the repository at this point in the history
  5. Added com.sun.max.program from Maxine Base.

    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    b2bf117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b64e407 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    040a7a1 View commit details
    Browse the repository at this point in the history
  8. Added com.sun.max.gui package from Maxine Base.

    This should fix com.sun.max.program.option.gui.
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    cb5c70b View commit details
    Browse the repository at this point in the history
  9. Added com.sun.max.io package from Maxine Base.

    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    919e488 View commit details
    Browse the repository at this point in the history
  10. Added com.sun.max.util package from Maxine Base.

    This should fix com.sun.max.io.
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    869a25a View commit details
    Browse the repository at this point in the history
  11. Added com.sun.max.annotate package from Maxine Base.

    This should fix com.sun.max.program.
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    5fc9d80 View commit details
    Browse the repository at this point in the history
  12. Added all files from com.sun.max.tele.interpreter package in Maxine VM.

    Should have added all these initially.
    hborders committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    464dc61 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2010

  1. Merge branch 'com.sun.cri.bytecode'

    hborders committed Dec 29, 2010
    Configuration menu
    Copy the full SHA
    e09840d View commit details
    Browse the repository at this point in the history
  2. Removed tracing and convenience methods.

    hborders committed Dec 29, 2010
    Configuration menu
    Copy the full SHA
    7517f77 View commit details
    Browse the repository at this point in the history
Loading