aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moving two tests which are currently supported only on Java 8light-jdk7u51+10Ivan Dubrov2014-05-052-0/+4
|
* Extracting changes to javaClasses.cppIvan Dubrov2014-05-053-154/+171
| | | | Separating changes for $StaticAccessor/$Accessor into separate patch.
* Removing unused methods from the patchIvan Dubrov2014-05-051-52/+4
|
* Handle removed/changed fields in DMHIvan Dubrov2014-05-053-103/+197
| | | | | | 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
|
* Update host klass to newest versionIvan Dubrov2014-05-011-1/+6
|
* 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.
* Should allocate idnum from new class, not the old oneIvan Dubrov2014-05-011-4/+5
|
* Working on lambda testsIvan Dubrov2014-05-012-17/+127
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-013-10/+124
| | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor.
* minor rewordingIvan Dubrov2014-05-011-1/+1
|
* Be careful when clearing cp cache entrieslight-jdk8u5+52Ivan Dubrov2014-05-011-6/+20
| | | | | | Do not clear f2 in cp cache entry when entry is not initialized yet. It might be related to invokehandle/invokedynamic, in which case if we clear f2 it won't be reinitialized.
* A little bit of loggingIvan Dubrov2014-05-011-3/+5
|
* Working on static field DMH's fixesIvan Dubrov2014-05-012-27/+400
|
* Do not re-initialize secondary entriesIvan Dubrov2014-05-011-2/+4
|
* Updating MethodHandles in Java 7 update 51 patchIvan Dubrov2014-05-011-7/+23
|
* hg qrefresh on patchesIvan Dubrov2014-05-012-2436/+2352
|
* Adding hotspot.log to ignoresIvan Dubrov2014-05-011-0/+1
|
* Adding guard on patchIvan Dubrov2014-04-301-1/+1
|
* Fixing interface methods testlight-jdk8u5+50Ivan Dubrov2014-04-301-1/+1
|
* Walk classes through ClassLoaderDataGraphIvan Dubrov2014-04-301-139/+140
| | | | SystemDictionary doesn't contain anonymous classes.
* 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-302-3/+3
|
* pull should depend on init, clean should check hotspot/makeIvan Dubrov2014-04-301-2/+2
|
* Migrating to Mercurial MQIvan Dubrov2014-04-3012-7927/+3850
|
* Started moving patches into Mercurial mqIvan Dubrov2014-04-303-1/+4273
| | | | Starting using Mercurial MQ for managing DCEVM patches.
* Fixing Java 8 MethodHandle'sIvan Dubrov2014-04-301-49/+81
|
* Updating MethodHandle testIvan Dubrov2014-04-301-6/+6
|
* Relaxing assertion, in case of DCEVM we may rewrite resolved referenceIvan Dubrov2014-04-291-45/+65
|
* Working on MethodHandle testsIvan Dubrov2014-04-292-2/+111
|
* Clear most of the flags in the CP cache entryIvan Dubrov2014-04-291-304/+259
|
* Update README.mdIvan Dubrov2014-04-281-0/+4
|
* Update README.mdIvan Dubrov2014-04-281-12/+0
|
* Update README.mdIvan Dubrov2014-04-281-0/+12
|
* Do not copy data in installer build when don't have anyfull-7u51+3Ivan Dubrov2014-04-281-3/+6
|
* Full patch for Java 7 Update 51Ivan Dubrov2014-04-281-0/+12244
|
* Making 'installer' part of root projectIvan Dubrov2014-04-281-1/+1
|
* Unneeded import removedIvan Dubrov2014-04-281-1/+0
|
* Automatic HotSpot repository detection (hard-coded for now)light-jdk7u51+3Ivan Dubrov2014-04-282-4/+3
|
* Moving installer from the separate branchlight-jdk8u5+36Ivan Dubrov2014-04-2811-0/+1120
|
* Fixing native library compilation on x86 vs x64Ivan Dubrov2014-04-251-0/+1
|
* Overwrite JRE when copyingIvan Dubrov2014-04-251-1/+2
|
* Enabling natives testsIvan Dubrov2014-04-252-3/+5
|
* Support for Mac OS X in native code compilationIvan Dubrov2014-04-251-3/+9
|
* Fixing native code compilationIvan Dubrov2014-04-252-4/+8
|
* Fixing compilation under WindowsIvan Dubrov2014-04-255-178/+29
|
* First version of compile.cmd for WindowsIvan Dubrov2014-04-251-0/+6
|
* Don't use deprecated AssertIvan Dubrov2014-04-256-11/+7
|