Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updating MethodHandles in Java 7 update 51 patch | Ivan Dubrov | 2014-05-01 | 1 | -7/+23 | |
| | ||||||
* | hg qrefresh on patches | Ivan Dubrov | 2014-05-01 | 2 | -2436/+2352 | |
| | ||||||
* | Adding hotspot.log to ignores | Ivan Dubrov | 2014-05-01 | 1 | -0/+1 | |
| | ||||||
* | Adding guard on patch | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 | |
| | ||||||
* | Fixing interface methods testlight-jdk8u5+50 | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 | |
| | ||||||
* | Walk classes through ClassLoaderDataGraph | Ivan Dubrov | 2014-04-30 | 1 | -139/+140 | |
| | | | | SystemDictionary doesn't contain anonymous classes. | |||||
* | Implementing tests for interface methods and lambdas | Ivan Dubrov | 2014-04-30 | 2 | -0/+166 | |
| | ||||||
* | Unused line deleted | Ivan Dubrov | 2014-04-30 | 1 | -1/+0 | |
| | ||||||
* | Updating ASM version | Ivan Dubrov | 2014-04-30 | 2 | -3/+3 | |
| | ||||||
* | pull should depend on init, clean should check hotspot/make | Ivan Dubrov | 2014-04-30 | 1 | -2/+2 | |
| | ||||||
* | Migrating to Mercurial MQ | Ivan Dubrov | 2014-04-30 | 12 | -7927/+3850 | |
| | ||||||
* | Started moving patches into Mercurial mq | Ivan Dubrov | 2014-04-30 | 3 | -1/+4273 | |
| | | | | Starting using Mercurial MQ for managing DCEVM patches. | |||||
* | Fixing Java 8 MethodHandle's | Ivan Dubrov | 2014-04-30 | 1 | -49/+81 | |
| | ||||||
* | Updating MethodHandle test | Ivan Dubrov | 2014-04-30 | 1 | -6/+6 | |
| | ||||||
* | Relaxing assertion, in case of DCEVM we may rewrite resolved reference | Ivan Dubrov | 2014-04-29 | 1 | -45/+65 | |
| | ||||||
* | Working on MethodHandle tests | Ivan Dubrov | 2014-04-29 | 2 | -2/+111 | |
| | ||||||
* | Clear most of the flags in the CP cache entry | Ivan Dubrov | 2014-04-29 | 1 | -304/+259 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-28 | 1 | -0/+4 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-28 | 1 | -12/+0 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-28 | 1 | -0/+12 | |
| | ||||||
* | Do not copy data in installer build when don't have anyfull-7u51+3 | Ivan Dubrov | 2014-04-28 | 1 | -3/+6 | |
| | ||||||
* | Full patch for Java 7 Update 51 | Ivan Dubrov | 2014-04-28 | 1 | -0/+12244 | |
| | ||||||
* | Making 'installer' part of root project | Ivan Dubrov | 2014-04-28 | 1 | -1/+1 | |
| | ||||||
* | Unneeded import removed | Ivan Dubrov | 2014-04-28 | 1 | -1/+0 | |
| | ||||||
* | Automatic HotSpot repository detection (hard-coded for now)light-jdk7u51+3 | Ivan Dubrov | 2014-04-28 | 2 | -4/+3 | |
| | ||||||
* | Moving installer from the separate branchlight-jdk8u5+36 | Ivan Dubrov | 2014-04-28 | 11 | -0/+1120 | |
| | ||||||
* | Fixing native library compilation on x86 vs x64 | Ivan Dubrov | 2014-04-25 | 1 | -0/+1 | |
| | ||||||
* | Overwrite JRE when copying | Ivan Dubrov | 2014-04-25 | 1 | -1/+2 | |
| | ||||||
* | Enabling natives tests | Ivan Dubrov | 2014-04-25 | 2 | -3/+5 | |
| | ||||||
* | Support for Mac OS X in native code compilation | Ivan Dubrov | 2014-04-25 | 1 | -3/+9 | |
| | ||||||
* | Fixing native code compilation | Ivan Dubrov | 2014-04-25 | 2 | -4/+8 | |
| | ||||||
* | Fixing compilation under Windows | Ivan Dubrov | 2014-04-25 | 5 | -178/+29 | |
| | ||||||
* | First version of compile.cmd for Windows | Ivan Dubrov | 2014-04-25 | 1 | -0/+6 | |
| | ||||||
* | Don't use deprecated Assert | Ivan Dubrov | 2014-04-25 | 6 | -11/+7 | |
| | ||||||
* | Fixing line encoding | Ivan Dubrov | 2014-04-25 | 5 | -1176/+1176 | |
| | ||||||
* | Excluding certain tests on 'light' flavor | Ivan Dubrov | 2014-04-25 | 10 | -0/+31 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-25 | 1 | -2/+3 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-25 | 1 | -0/+11 | |
| | ||||||
* | Adding 'full' tests | Ivan Dubrov | 2014-04-25 | 37 | -450/+2659 | |
| | | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full' | |||||
* | Fixing JRE locations comparison | Ivan Dubrov | 2014-04-25 | 1 | -1/+1 | |
| | ||||||
* | Should run Java 8 tests on Java 8 | Ivan Dubrov | 2014-04-25 | 1 | -1/+2 | |
| | ||||||
* | Minor fixes to build script | Ivan Dubrov | 2014-04-25 | 1 | -20/+23 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-25 | 1 | -1/+14 | |
| | ||||||
* | Update README.md | Ivan Dubrov | 2014-04-25 | 1 | -0/+29 | |
| | ||||||
* | Renaming org.dcevm -> com.github.dcevm | Ivan Dubrov | 2014-04-25 | 57 | -212/+183 | |
| | | | | Well, dcevm.org domain is lost, so let's use com.github.dcevm for now. | |||||
* | Consolidating DCEVM patches | Ivan Dubrov | 2014-04-25 | 3 | -0/+34059 | |
| | ||||||
* | Adding support for 'full' patches | Ivan Dubrov | 2014-04-25 | 2 | -6/+14 | |
| | | | | Also, minor fixes to build.gradle | |||||
* | Renaming test/java to test/java7 | Ivan Dubrov | 2014-04-25 | 48 | -0/+2 | |
| | ||||||
* | Duplicate class deleted | Ivan Dubrov | 2014-04-25 | 1 | -81/+0 | |
| | ||||||
* | Renaming patches to support full flavor in future | Ivan Dubrov | 2014-04-24 | 3 | -1/+1 | |
| |