Thu, 15 Mar 2018 09:46:37 +0100 |
thartmann |
[exp] Interpreter and C2 support for new acmpexp |
Wed, 14 Mar 2018 13:36:58 -0700 |
mchung |
Update jdk.experimental.bytecode API that supports condylworld |
Wed, 14 Mar 2018 13:55:05 +0100 |
thartmann |
[lworld] Compiler cleanups part 1lworld |
Wed, 14 Mar 2018 09:37:27 +0100 |
dsimms |
[lworld] Replace old "v" bytecodes with lworldlworld |
Tue, 13 Mar 2018 21:14:05 -0400 |
dholmes |
8199309: [Nestmates] The new Class nestmate methods should have SecurityManager checksnestmates |
Tue, 13 Mar 2018 16:19:18 +0100 |
fparain |
Interpreter fixes for bytecode rewriting and withfield bugslworld |
Tue, 13 Mar 2018 15:36:21 +0530 |
sadayapalam |
[lworld] Constant progagation should continue as is for static final fields.lworld |
Tue, 13 Mar 2018 12:27:14 +0530 |
sadayapalam |
[lworld] Assorted cleanups to javac code after code review.lworld |
Tue, 13 Mar 2018 10:34:18 +0530 |
sadayapalam |
[lworld] Withdraw dangling references to stale opcodes and other minor cleanups.lworld |
Tue, 13 Mar 2018 10:21:19 +0530 |
sadayapalam |
[lworld] Cleanup lingering vestigial traces of 'Q'isms.lworld |
Mon, 12 Mar 2018 18:41:35 +0100 |
dsimms |
[lworld] Remove mvt from version stringlworld |
Mon, 12 Mar 2018 17:14:07 +0530 |
sadayapalam |
8197909: [lworld] Change Javac's diagnostic emission strategy for cyclic.value.type.membershiplworld |
Mon, 12 Mar 2018 15:44:20 +0530 |
sadayapalam |
8199452: [lworld] Check#checkRefType is too strict and forbids various legitimate operations on value classeslworld |
Mon, 12 Mar 2018 11:46:54 +0530 |
sadayapalam |
8198748: [lworld] Javac should insert null checks at casts to value types.lworld |
Mon, 12 Mar 2018 09:20:32 +0530 |
sadayapalam |
[lworld] Basic runtime test for withfield behavior.lworld |
Fri, 09 Mar 2018 12:52:30 -0500 |
hseigel |
Summary: Remove CONSTANT_Value* and related MVT codelworld |
Fri, 09 Mar 2018 09:06:30 -0800 |
hseigel |
Update tests to run with verifier onlworld |
Thu, 08 Mar 2018 21:06:15 -0500 |
dholmes |
Mergenestmates |
Thu, 08 Mar 2018 21:04:04 -0500 |
dholmes |
8189163: [Nestmates] Updated invokeInterface selection/resolution rulesnestmates |
Thu, 08 Mar 2018 15:49:13 -0800 |
mchung |
Add test cases for accessing value types via core reflection and VarHandlelworld |
Wed, 07 Mar 2018 13:05:35 -0500 |
fparain |
Minor fixeslworld |
Wed, 07 Mar 2018 09:51:43 -0500 |
fparain |
Second step in migrating toward the L-world value typeslworld |
Wed, 07 Mar 2018 14:32:37 +0530 |
sadayapalam |
[lworld] Changes to the experimental bytecode library to support L-World values.lworld |
Wed, 07 Mar 2018 11:43:10 +0530 |
sadayapalam |
[lworld] Fix langtools test failure due to JCWithField AST node positions not being computed properly.lworld |
Wed, 07 Mar 2018 11:00:47 +0530 |
sadayapalam |
[lworld] Withdraw support for assignment syntax for value instance field updates (use __WithField operator instead)lworld |
Tue, 06 Mar 2018 18:28:35 +0530 |
sadayapalam |
[lworld] Add support for __WithField operatorlworld |
Thu, 01 Mar 2018 15:54:53 -0500 |
lfoltan |
Remove MVT verifier changes and prototype LWorld verifier changeslworld |
Tue, 27 Feb 2018 13:06:06 -0800 |
mchung |
Drop jdk.incubator.mvt and MVT change from MethodHandle and reflectionlworld |
Tue, 27 Feb 2018 13:34:17 +0530 |
sadayapalam |
[lworld] Where statically discernible, javac should reject null assignments to, null casts to and null comparisons with value instances.lworld |
Tue, 27 Feb 2018 12:00:18 +0530 |
sadayapalam |
[lworld] Withdraw @Flattenable annotation and introduce __Flattenable modifierlworld |
Mon, 26 Feb 2018 14:08:16 +0530 |
sadayapalam |
[lworld] Additional tests for null assignment behavior involving multidimensional arrayslworld |
Mon, 26 Feb 2018 13:25:30 +0530 |
sadayapalam |
8197911: [lworld] Null assignment to array cells that are value instances or fields tagged ACC_FLATTENABLE should be rejected.lworld |
Wed, 21 Feb 2018 18:40:05 -0800 |
mchung |
8187698: [Nestmates][Testbug] Test java/lang/invoke/AccessControlTest.java needs updating for nestmatesnestmates |
Tue, 20 Feb 2018 17:46:20 +0100 |
thartmann |
[Exp] Fixed windows buildexp |
Tue, 20 Feb 2018 16:01:54 +0530 |
sadayapalam |
8197791: Allow null to be cast into a value type (for now)lworld |
Tue, 20 Feb 2018 12:28:58 +0530 |
sadayapalam |
8197792: Allow updates to instance fields of value types via withfield by any method in the same nestlworld |
Mon, 19 Feb 2018 10:02:42 +0530 |
sadayapalam |
8197799: Add support for ACC_FLATTENABLE flag for fields.lworld |
Thu, 15 Feb 2018 15:51:07 -0500 |
fparain |
First transition step toward L-world experimentationlworld |
Wed, 14 Feb 2018 11:08:42 +0530 |
sadayapalam |
Fix test failure post merge (adjust "golden" file)lworld |
Tue, 13 Feb 2018 23:51:28 -0500 |
dholmes |
8197539: [Nestmates] Revert all changes to VerifyAccess.isSameMemberPackage and Lookup.in behaviournestmates |
Tue, 13 Feb 2018 19:38:04 -0500 |
dholmes |
Mergenestmates |
Tue, 13 Feb 2018 15:32:41 -0800 |
mchung |
8197865: @moduleGraph taglet generates incorrect link to module graph |
Tue, 13 Feb 2018 22:10:03 +0000 |
lana |
Merge |
Fri, 09 Feb 2018 12:53:08 +0100 |
tschatzl |
8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions |
Fri, 09 Feb 2018 11:51:40 +0100 |
tschatzl |
8196602: Change HeapRegionClosure to comply to naming conventions |
Sat, 10 Feb 2018 09:25:35 +0100 |
jwilhelm |
Merge |
Thu, 08 Feb 2018 21:53:06 -0500 |
lmesnik |
8197455: There is some runthese related unused code in bytecodeInterpreter.cpp |
Thu, 08 Feb 2018 17:23:43 -0500 |
kbarrett |
8196083: Avoid locking in OopStorage::release |
Thu, 08 Feb 2018 15:21:59 -0500 |
coleenp |
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt |
Thu, 08 Feb 2018 13:21:22 -0500 |
zgu |
8196923: [REDO] NMT: Report array class count in NMT summary |
Thu, 08 Feb 2018 08:38:42 -0800 |
iignatyev |
8197113: combine multiple @key tags in jtreg tests |
Wed, 07 Feb 2018 21:53:38 +0000 |
poonam |
8187577: JVM crash during gc doing concurrent marking |
Wed, 07 Feb 2018 13:31:13 -0800 |
mseledtsov |
Merge |
Wed, 07 Feb 2018 16:16:50 +0100 |
mbaesken |
8196062: Enable docker container related tests for linux ppc64le |
Wed, 07 Feb 2018 12:55:47 -0800 |
amenkov |
8196977: add test for JDK-8161605 |
Wed, 07 Feb 2018 12:37:30 -0800 |
psandoz |
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC |
Wed, 07 Feb 2018 10:25:10 -0800 |
amenkov |
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities |
Wed, 07 Feb 2018 16:03:12 +0100 |
clanger |
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification |
Tue, 06 Feb 2018 15:48:50 +0100 |
rwestberg |
8193308: Disallow installing user signal handlers for SIGBUS on OSX |
Wed, 07 Feb 2018 03:43:29 +0100 |
jwilhelm |
8196924: [BACKOUT] NMT: Report array class count in NMT summary |