psandoz [Wed, 13 Apr 2016 15:05:48 +0200] rev 37343
8151705: VarHandle.AccessMode enum names should conform to code style
Reviewed-by: mhaupt, shade, redestad
plevart [Wed, 13 Apr 2016 09:35:26 -0300] rev 37342
8151807: ImageBufferCache should release buffers when all classes are loaded
Reviewed-by: jlaskey
Contributed-by: peter.levart@gmail.com
ntv [Wed, 13 Apr 2016 10:41:27 +0000] rev 37341
8148849: Truncating Duration
Summary: Introduce a new method to truncatedTo()
Reviewed-by: rriggs, scolebourne
mhaupt [Wed, 13 Apr 2016 09:20:22 +0200] rev 37340
8153637: MethodHandles.countedLoop/3 initialises loop counter to 1 instead of 0
Reviewed-by: psandoz, redestad
amurillo [Wed, 13 Apr 2016 00:00:39 -0700] rev 37339
Merge
dcubed [Tue, 12 Apr 2016 21:05:15 -0700] rev 37338
8154121: Remove test mistakenly added during a merge
Reviewed-by: amurillo
amurillo [Mon, 11 Apr 2016 14:21:27 -0700] rev 37337
Merge
bharadwaj [Fri, 08 Apr 2016 12:36:27 -0400] rev 37336
Merge
bharadwaj [Tue, 05 Apr 2016 15:39:38 -0400] rev 37335
Merge
jcm [Mon, 04 Apr 2016 02:07:28 -0700] rev 37334
8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
Summary: Made invoker LambdaForm instance & its compiled form lifetime tightly coupled.
Reviewed-by: vlivanov