aboutsummaryrefslogtreecommitdiffstats
path: root/dcevm/src/test/java7
Commit message (Collapse)AuthorAgeFilesLines
* fix for proper incrementation of classRedefinedCount, till now we were ↵Przemysław Rumik2018-03-243-0/+211
| | | | updating value in old class Class file
* Temporarily disabling the testIvan Dubrov2016-04-061-0/+2
|
* Running test in a loopIvan Dubrov2016-04-061-5/+8
|
* 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-0259-4074/+4075
|
* Fixing fields handlingIvan Dubrov2015-07-102-0/+308
|
* Support for Java7u79feature/jdk7u79-supportIvan Dubrov2015-07-101-3/+31
|
* 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-304/+0
|
* 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.
* Allow classes to reside outside of test class.Ivan Dubrov2014-05-011-2/+2
| | | | | | Adding support for extra classes being redefined to the test framework. Rewriting lambda test a little, extracting classes with lambda's to top level.
* 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
|
* Unused line deletedIvan Dubrov2014-04-301-1/+0
|
* Updating MethodHandle testIvan Dubrov2014-04-301-6/+6
|
* Working on MethodHandle testsIvan Dubrov2014-04-291-0/+109
|
* 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-2534-536/+2594
| | | | | * 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-2547-147/+141
| | | | 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/+5765