aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing patches for 8u40Ivan Dubrov2015-04-012-131/+144
|
* jdk8u40-b25 updatesIvan Dubrov2015-03-319-358/+4860
|
* TRACE gcc compiling problem resolvedskybber2015-03-141-2/+2
|
* jdk8u31-b13 updatesskybber2015-02-172-3/+63
|
* full-jdk7u71-b01 added to series fileVladimir Dvorak2014-11-261-1/+2
|
* full-jdk7u71-b01.patchskybber2014-11-171-0/+12176
|
* Working on Java 7u71 supportlight-jdk7u71+2Ivan Dubrov2014-10-171-2/+2
|
* light-jdk8u20 patch + deopt patchVladimír Dvo?ák2014-09-023-8/+3968
|
* full-jdk760-b09 patchVladimír Dvo?ák2014-08-193-0/+12634
|
* light-jdk7u60 deopt-cp patchVladimír Dvo?ák2014-07-072-0/+226
|
* Creating patch for Java 7u60Ivan Dubrov2014-07-022-0/+10280
| | | | | | | Took 7u51 patch, applied, resolved conflicts. jvmtiRedefineClasses.(c|h)pp were copied from a 7u51 working tree with patch applied (generally, jvmtiRedefineClasses shouldn't be merged since they are mostly rewritten).
* light-jdk7u51 deopt-cp patch. Indentation fix.Vladimír Dvo?ák2014-07-024-29/+243
|
* deopt-incl flag propagated only if in superclass is set to trueVladimír Dvo?ák2014-06-282-20/+22
|
* Set nmethod's deoptimization_incl flag from owner klassVladimír Dvo?ák2014-06-262-28/+64
|
* Force set deoptimization_incl flag for all hotswapped classesVladimír Dvo?ák2014-06-242-6/+24
|
* Option -XX:HotswapDeoptClassPath in jdk7u51, indentation fixedVladimír Dvo?ák2014-06-063-15/+244
|
* JVM flag -XX:HotswapDeoptClassPath=<class_path> support addedVladimír Dvo?ák2014-06-042-1/+229
|
* Adding support for Java 7 update 55Ivan Dubrov2014-05-091-1/+1
| | | | Actually, update 51 patch applies to 55 with no test failures.
* Fixed a typo (Transfered -> Transferred)Emmanuel Bourg2014-05-092-7/+7
|
* 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-051-73/+94
| | | | | | 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.
* Update host klass to newest versionIvan Dubrov2014-05-011-1/+6
|
* Should allocate idnum from new class, not the old oneIvan Dubrov2014-05-011-4/+5
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-011-8/+9
| | | | | 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-011-27/+282
|
* 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 guard on patchIvan Dubrov2014-04-301-1/+1
|
* Walk classes through ClassLoaderDataGraphIvan Dubrov2014-04-301-139/+140
| | | | SystemDictionary doesn't contain anonymous classes.
* Migrating to Mercurial MQIvan Dubrov2014-04-3010-787/+57393
|
* Started moving patches into Mercurial mqIvan Dubrov2014-04-302-0/+4266
Starting using Mercurial MQ for managing DCEVM patches.