aboutsummaryrefslogtreecommitdiffstats
path: root/dcevm/src
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily disabling the testIvan Dubrov2016-04-061-0/+2
|
* Running test in a loopIvan Dubrov2016-04-061-5/+8
|
* Fixing parsing for inner classesIvan Dubrov2016-04-061-4/+9
|
* Adding test for getComponentTypeIvan Dubrov2016-04-061-0/+14
|
* New test to reveal issues with compilerIvan Dubrov2016-04-051-0/+91
|
* Adding failing test case (#94)Ivan Dubrov2016-03-021-0/+43
|
* Reformatting the source codeIvan Dubrov2016-03-0271-4461/+4461
|
* Fixing issue when lambda method could not be foundlight-jdk8u51+3Ivan Dubrov2015-08-271-4/+77
| | | | closes #81
* Deleting old tests (moved to Java 7 tests)full-jdk7u79+7Ivan Dubrov2015-07-102-308/+0
|
* Fixing fields handlingIvan Dubrov2015-07-102-0/+308
|
* Support for Java7u79feature/jdk7u79-supportIvan Dubrov2015-07-101-3/+31
|
* Improving versions parsing in testsIvan Dubrov2015-07-081-11/+7
|
* Verify that JMX attach still works fineIvan Dubrov2015-06-261-0/+18
|
* Fixing issue with vmindex not being properly updated.Ivan Dubrov2015-06-242-2/+163
|
* Adding test to verify JMX could be loadedIvan Dubrov2015-06-181-0/+16
|
* Moving two tests which are currently supported only on Java 8light-jdk7u51+10Ivan Dubrov2014-05-052-0/+4
|
* Handle removed/changed fields in DMHIvan Dubrov2014-05-052-30/+103
| | | | | | In case matching field is not found, clear (set to null) references to faulty DMH. Long term, should replace such DMH's with instances that will throw more meaningful error messages at runtime.
* Try to used serializable lambdas to force compiler to generate stable namesIvan Dubrov2014-05-024-7/+18
|
* Disable lambda's test for nowIvan Dubrov2014-05-021-0/+1
|
* Allow classes to reside outside of test class.Ivan Dubrov2014-05-015-34/+53
| | | | | | Adding support for extra classes being redefined to the test framework. Rewriting lambda test a little, extracting classes with lambda's to top level.
* Working on lambda testsIvan Dubrov2014-05-012-17/+127
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-012-2/+115
| | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor.
* Working on static field DMH's fixesIvan Dubrov2014-05-011-0/+118
|
* Fixing interface methods testlight-jdk8u5+50Ivan Dubrov2014-04-301-1/+1
|
* Implementing tests for interface methods and lambdasIvan Dubrov2014-04-302-0/+166
|
* Unused line deletedIvan Dubrov2014-04-301-1/+0
|
* Updating ASM versionIvan Dubrov2014-04-301-2/+2
|
* Updating MethodHandle testIvan Dubrov2014-04-301-6/+6
|
* Working on MethodHandle testsIvan Dubrov2014-04-292-2/+111
|
* Unneeded import removedIvan Dubrov2014-04-281-1/+0
|
* Enabling natives testsIvan Dubrov2014-04-251-3/+3
|
* Don't use deprecated AssertIvan Dubrov2014-04-256-11/+7
|
* Fixing line encodingIvan Dubrov2014-04-255-1176/+1176
|
* Excluding certain tests on 'light' flavorIvan Dubrov2014-04-2510-0/+31
|
* Adding 'full' testsIvan Dubrov2014-04-2535-449/+2652
| | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full'
* Renaming org.dcevm -> com.github.dcevmIvan Dubrov2014-04-2555-209/+180
| | | | Well, dcevm.org domain is lost, so let's use com.github.dcevm for now.
* Renaming test/java to test/java7Ivan Dubrov2014-04-2547-0/+0
|
* Duplicate class deletedIvan Dubrov2014-04-251-81/+0
|
* Adding Java 7 patch, support running tests on Java 7Ivan Dubrov2014-04-2455-0/+6574