]> source.dussan.org Git - dcevm.git/shortlog
dcevm.git
2014-05-23 Ivan DubrovMerge pull request #25 from HotswapProjects/master
2014-05-23 Jiří Bubník#22 - Installer now support both - replace current... 25/head
2014-05-09 Ivan DubrovAdding support for Java 7 update 55
2014-05-09 Ivan DubrovMerge pull request #24 from ebourg/master
2014-05-09 Emmanuel BourgFixed a typo (Transfered -> Transferred) 24/head
2014-05-05 Ivan DubrovMoving two tests which are currently supported only... light-jdk7u51+10
2014-05-05 Ivan DubrovExtracting changes to javaClasses.cpp
2014-05-05 Ivan DubrovRemoving unused methods from the patch
2014-05-05 Ivan DubrovHandle removed/changed fields in DMH
2014-05-02 Ivan DubrovTry to used serializable lambdas to force compiler...
2014-05-02 Ivan DubrovDisable lambda's test for now
2014-05-02 Ivan DubrovUpdate host klass to newest version
2014-05-02 Ivan DubrovAllow classes to reside outside of test class.
2014-05-02 Ivan DubrovShould allocate idnum from new class, not the old one
2014-05-02 Ivan DubrovWorking on lambda tests
2014-05-02 Ivan DubrovFixing MH's in case of instance fields swapping
2014-05-02 Ivan Dubrovminor rewording
2014-05-02 Ivan DubrovBe careful when clearing cp cache entries light-jdk8u5+52
2014-05-02 Ivan DubrovA little bit of logging
2014-05-01 Ivan DubrovWorking on static field DMH's fixes
2014-05-01 Ivan DubrovDo not re-initialize secondary entries
2014-05-01 Ivan DubrovUpdating MethodHandles in Java 7 update 51 patch
2014-05-01 Ivan Dubrovhg qrefresh on patches
2014-05-01 Ivan DubrovAdding hotspot.log to ignores
2014-05-01 Ivan DubrovAdding guard on patch
2014-04-30 Ivan DubrovFixing interface methods test light-jdk8u5+50
2014-04-30 Ivan DubrovWalk classes through ClassLoaderDataGraph
2014-04-30 Ivan DubrovImplementing tests for interface methods and lambdas
2014-04-30 Ivan DubrovUnused line deleted
2014-04-30 Ivan DubrovUpdating ASM version
2014-04-30 Ivan Dubrovpull should depend on init, clean should check hotspot...
2014-04-30 Ivan DubrovMigrating to Mercurial MQ
2014-04-30 Ivan DubrovStarted moving patches into Mercurial mq
2014-04-30 Ivan DubrovFixing Java 8 MethodHandle's
2014-04-30 Ivan DubrovUpdating MethodHandle test
2014-04-30 Ivan DubrovRelaxing assertion, in case of DCEVM we may rewrite...
2014-04-30 Ivan DubrovWorking on MethodHandle tests
2014-04-29 Ivan DubrovClear most of the flags in the CP cache entry
2014-04-28 Ivan DubrovUpdate README.md
2014-04-28 Ivan DubrovUpdate README.md
2014-04-28 Ivan DubrovUpdate README.md
2014-04-28 Ivan DubrovDo not copy data in installer build when don't have any full-7u51+3
2014-04-28 Ivan DubrovFull patch for Java 7 Update 51
2014-04-28 Ivan DubrovMaking 'installer' part of root project
2014-04-28 Ivan DubrovUnneeded import removed
2014-04-28 Ivan DubrovAutomatic HotSpot repository detection (hard-coded... light-jdk7u51+3
2014-04-28 Ivan DubrovMoving installer from the separate branch light-jdk8u5+36
2014-04-26 Ivan DubrovFixing native library compilation on x86 vs x64
2014-04-25 Ivan DubrovOverwrite JRE when copying
2014-04-25 Ivan DubrovEnabling natives tests
2014-04-25 Ivan DubrovSupport for Mac OS X in native code compilation
2014-04-25 Ivan DubrovFixing native code compilation
2014-04-25 Ivan DubrovFixing compilation under Windows
2014-04-25 Ivan DubrovFirst version of compile.cmd for Windows
2014-04-25 Ivan DubrovDon't use deprecated Assert
2014-04-25 Ivan DubrovFixing line encoding
2014-04-25 Ivan DubrovExcluding certain tests on 'light' flavor
2014-04-25 Ivan DubrovUpdate README.md
2014-04-25 Ivan DubrovUpdate README.md
2014-04-25 Ivan DubrovAdding 'full' tests
2014-04-25 Ivan DubrovFixing JRE locations comparison
2014-04-25 Ivan DubrovShould run Java 8 tests on Java 8
2014-04-25 Ivan DubrovMinor fixes to build script
2014-04-25 Ivan DubrovUpdate README.md
2014-04-25 Ivan DubrovUpdate README.md
2014-04-25 Ivan DubrovRenaming org.dcevm -> com.github.dcevm
2014-04-25 Ivan DubrovConsolidating DCEVM patches
2014-04-25 Ivan DubrovAdding support for 'full' patches
2014-04-25 Ivan DubrovRenaming test/java to test/java7
2014-04-25 Ivan DubrovDuplicate class deleted
2014-04-25 Ivan DubrovRenaming patches to support full flavor in future
2014-04-25 Ivan DubrovAdding Java 7 patch, support running tests on Java 7
2014-04-25 Ivan DubrovDo not run suites in gradle test
2014-04-25 Ivan DubrovFixing build.cmd
2014-04-25 Ivan DubrovUse hg import for applying patch
2014-04-25 Ivan DubrovOnly clean hotspot if hotspot directory exists
2014-04-25 Ivan DubrovExtracting DCEVM patch & code into separate project
2014-04-25 Ivan DubrovInitial commit