aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not clear f1 for nowIvan Dubrov2016-04-053-0/+29
| | | | Seems like f1 is still sometimes uses (in field scenario?) even though we zero bytecode, so it should be re-resolved.
* Updating .gitignoreIvan Dubrov2016-04-051-3/+4
|
* New test to reveal issues with compilerIvan Dubrov2016-04-051-0/+91
|
* Make sure we update klasses in constraintslight-jdk8u74+1Ivan Dubrov2016-03-021-111/+155
| | | | fixes #94
* Updating for Java8u74Ivan Dubrov2016-03-022-7/+8
|
* Adding failing test case (#94)Ivan Dubrov2016-03-021-0/+43
|
* Reformatting the source codeIvan Dubrov2016-03-0271-4461/+4461
|
* Preserving old Java 6 based patchesIvan Dubrov2015-12-113-0/+41126
| | | | Retrieved from http://hg.openjdk.java.net/mlvm/mlvm/hotspot
* Return some valuelight-jdk8u66+5Ivan Dubrov2015-12-071-29/+30
|
* Adding JVM_GetVmMemoryPressure stubIvan Dubrov2015-12-071-37/+51
|
* Updating to jdk8u66Ivan Dubrov2015-12-074-5/+3956
|
* Reducing log messagesfull-jdk7u79+8Ivan Dubrov2015-12-071-19/+45
|
* Merge pull request #93 from skybber/masterIvan Dubrov2015-12-042-2/+10340
|\ | | | | Light jdk7u85b02 support
| * Light jdk7u85b02 supportskybber2015-12-042-2/+10340
|/ | | | should be compatible with 7u91 too
* Merge pull request #92 from skybber/masterIvan Dubrov2015-12-031-12/+0
|\ | | | | Duplicity distro patch removed from full patch.
| * Duplicity distro patch removed from full patchskybber2015-12-031-12/+0
| |
* | Merge pull request #91 from skybber/masterIvan Dubrov2015-12-033-2/+12392
|\| | | | | Full jdk7u85b02 support
| * Full jdk7u85b02 supportskybber2015-12-033-2/+12392
|/ | | | should be compatible with 7u91 too
* Fixing issue when lambda method could not be foundlight-jdk8u51+3Ivan Dubrov2015-08-272-112/+189
| | | | closes #81
* Support for Java 8 update 51light-jdk8u51+2Ivan Dubrov2015-07-222-7/+8
|
* Deleting old tests (moved to Java 7 tests)full-jdk7u79+7Ivan Dubrov2015-07-102-308/+0
|
* Fixing fields handlinglight-jdk7u79+3Ivan Dubrov2015-07-101-21/+34
|
* Applying patch only on lightIvan Dubrov2015-07-101-1/+1
|
* Fixing fields handlingIvan Dubrov2015-07-103-96/+413
|
* Copying method handles code from full versionIvan Dubrov2015-07-102-0/+346
|
* Java 7u79 light supportIvan Dubrov2015-07-102-2/+2
|
* Deleting JAR added by mistakeIvan Dubrov2015-07-101-0/+0
|
* Merge pull request #82 from dcevm/feature/jdk7u79-supportfull-jdk7u79+4Ivan Dubrov2015-07-106-2468/+2824
|\ | | | | Support for Java7u79
| * Support for Java7u79feature/jdk7u79-supportIvan Dubrov2015-07-106-2468/+2824
|/
* Cleaning up constant pool cache clearing codefeature/experimental-cpcacheIvan Dubrov2015-07-082-286/+280
| | | | | | | | | | | | | | | | | | | | | | | Clear constant pool cache entries which are related to invokehandle/invokedynamic and ones which are unresolved (have both bytecodes set to 0). There are two cases when such entries could be non-empty (have data in f1/f2): 1. invokedynamic/invokehandle-related entries in which f2 was set during constant pool cache initialization. 2. put/get into static field when class having the field is not initialized yet. Previously, we didn't clear such entries as clearing f2 in first case results in crash. However, if we don't clear f1 in the second case, we will not be able to initialize class for the second time (to re-create all enum constants, for example) as non-empty f2 will cause assertion to fail. The current implementation uses free bit in constant pool cache entry to mark all entries with resolved indices (case #1). The clearing code preserves f2 for all such entries.
* Fixing Mercurial MQ extension checkIvan Dubrov2015-07-081-6/+6
|
* Improving versions parsing in testsIvan Dubrov2015-07-081-11/+7
|
* Compile natives with -fPICIvan Dubrov2015-07-081-0/+1
|
* Verify Mercurial is installedIvan Dubrov2015-07-054-18/+29
| | | | | Show better error message if Mercurial is not installed or mq extension is not enabled. Fixes #67
* Merge pull request #77 from mdaniel/shell-code-markupIvan Dubrov2015-07-031-6/+10
|\ | | | | Mark up shell commands using shell syntax
| * Mark up shell commands using shell syntaxMatthew Daniel2015-07-031-6/+10
| | | | | | No need to make people copy-and-paste around the bullet-points
* | Merge pull request #76 from mdaniel/fix-mq-urlIvan Dubrov2015-07-031-1/+1
|\ \ | |/ |/| Fix the MqExtensions URL in the README
| * Fix the MqExtensions URL in the READMEMatthew Daniel2015-07-031-1/+1
|/
* Verify that JMX attach still works fineIvan Dubrov2015-06-262-0/+18
|
* Updating bug tracker URLlight-jdk8u45+15Ivan Dubrov2015-06-243-3/+3
|
* Fixing issue with vmindex not being properly updated.Ivan Dubrov2015-06-243-106/+301
|
* Set root project name explicitlyIvan Dubrov2015-06-241-0/+2
|
* Export added JNI functionlight-jdk8u45+13Ivan Dubrov2015-06-181-9/+99
|
* Stub JVM_SetVmMemoryPressure function in jvm.cppIvan Dubrov2015-06-182-0/+20
|
* Adding test to verify JMX could be loadedIvan Dubrov2015-06-181-0/+16
|
* Reverting series fileIvan Dubrov2015-06-121-5/+5
|
* Merge pull request #71 from skybber/masterIvan Dubrov2015-06-074-9/+22728
|\ | | | | full/light jdk7u79-b02 support
| * full/light jdk7u79-b02 supportskybber2015-06-074-9/+22728
|/
* Reverting tag for 8u45Ivan Dubrov2015-06-041-1/+1
|
* Fixing series filelight-jdk8u45+4Ivan Dubrov2015-06-031-5/+5
|