roland [Thu, 24 Apr 2014 11:05:07 +0200] rev 24310
8039960: Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java
Summary: the test case doesn't need to change the heap size to reproduce the failure.
Reviewed-by: twisti, kvn
anoll [Thu, 24 Apr 2014 09:47:34 +0200] rev 24309
8041468: Field nmethod::_lock_count should be declared volatile
Summary: The jint field nmethod::_lock_count which is used in nmethodLocker::lock_nmethod and nmethodLocker::unlock_nmethod should be declared volatile (see also signature of Atomic::inc)
Reviewed-by: kvn, roland
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
katleman [Thu, 15 May 2014 10:25:40 -0700] rev 24308
Added tag jdk9-b13 for changeset ca74accc73cf
lana [Thu, 15 May 2014 10:40:18 -0700] rev 24307
Merge
mduigou [Wed, 14 May 2014 16:45:07 -0700] rev 24306
8043182: hgforest.sh: syntax error on line 329
Reviewed-by: darcy
mduigou [Tue, 13 May 2014 08:42:44 -0700] rev 24305
8042810: hgforest: some shells run read in sub-shell and can't use fifo
Reviewed-by: chegar, erikj