amurillo [Tue, 05 Nov 2013 14:06:23 -0800] rev 21215
Merge
amurillo [Fri, 01 Nov 2013 08:26:55 -0700] rev 21214
Added tag hs25-b57 for changeset 6290e790c312
amurillo [Fri, 01 Nov 2013 08:26:54 -0700] rev 21213
Merge
iveresov [Thu, 31 Oct 2013 15:04:43 -0700] rev 21212
Merge
iveresov [Thu, 31 Oct 2013 14:54:14 -0700] rev 21211
Merge
iveresov [Thu, 31 Oct 2013 04:16:40 -0700] rev 21210
8024919: G1: SPECjbb2013 crashes due to a broken object reference
Summary: Pass correct new value to post_barrer() in Unsafe.getAndSetObject() C1 intrinsic
Reviewed-by: kvn, roland
iveresov [Wed, 30 Oct 2013 22:55:11 -0700] rev 21209
8026735: Stream tests throw java.lang.IncompatibleClassChangeError
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1
Reviewed-by: kvn, twisti
rbackman [Wed, 30 Oct 2013 13:14:09 +0100] rev 21208
8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
Reviewed-by: duke
rbackman [Mon, 28 Oct 2013 08:34:10 +0100] rev 21207
8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
Reviewed-by: kvn, roland
iveresov [Mon, 28 Oct 2013 17:32:02 -0700] rev 21206
Merge
iveresov [Mon, 28 Oct 2013 15:16:17 -0700] rev 21205
Merge
anoll [Fri, 25 Oct 2013 22:57:13 +0200] rev 21204
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
Summary: Exit compiler threads early during startup so that wrong error message is not printed
Reviewed-by: iveresov, twisti
roland [Mon, 28 Oct 2013 12:21:00 -0700] rev 21203
Merge
roland [Mon, 28 Oct 2013 09:58:59 +0100] rev 21202
8027140: Assertion in compiler when running bigapps/Kitchensink/stability
Summary: filter() code for TypeKlassPtr not moved when permgen removal was introduced
Reviewed-by: twisti, iveresov
adlertz [Fri, 25 Oct 2013 12:40:10 -0700] rev 21201
Merge
adlertz [Fri, 25 Oct 2013 10:13:40 +0200] rev 21200
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal
Reviewed-by: roland
twisti [Thu, 24 Oct 2013 16:26:31 -0700] rev 21199
Merge
twisti [Thu, 24 Oct 2013 16:23:07 -0700] rev 21198
8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: jrose, roland
ehelin [Thu, 31 Oct 2013 21:20:00 +0100] rev 21197
Merge
brutisso [Mon, 28 Oct 2013 13:27:57 +0100] rev 21196
8027132: Print deprecation warning message for the flags controlling the CMS foreground collector
Reviewed-by: stefank, ehelin, ysr, tschatzl
vladidan [Wed, 30 Oct 2013 16:31:33 -0700] rev 21195
Merge
jprovino [Wed, 30 Oct 2013 16:06:48 -0400] rev 21194
Merge
jprovino [Sun, 27 Oct 2013 14:11:06 -0400] rev 21193
Merge
dholmes [Thu, 24 Oct 2013 00:33:14 -0400] rev 21192
8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build
Reviewed-by: coleenp, twisti
ccheung [Wed, 30 Oct 2013 14:02:27 -0700] rev 21191
Merge
dsamersoff [Mon, 28 Oct 2013 21:41:48 +0400] rev 21190
8026950: Nits in agent ps_proc.c file breaks compilation of open hotspot
Summary: Fixed two compilation-breaking nits
Reviewed-by: sla, dholmes
ccheung [Fri, 25 Oct 2013 22:06:43 -0700] rev 21189
Merge
coleenp [Fri, 25 Oct 2013 15:19:29 -0400] rev 21188
8024927: Nashorn performance regression with CompressedOops
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
Reviewed-by: stefank, hseigel, goetz
hseigel [Fri, 25 Oct 2013 11:13:11 -0400] rev 21187
Merge
hseigel [Fri, 25 Oct 2013 11:05:32 -0400] rev 21186
8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space.
Reviewed-by: stefank, coleenp
jbachorik [Fri, 25 Oct 2013 09:07:58 +0200] rev 21185
8027294: Prepare hotspot for non TOD based uptime counter
Summary: Use HR timer when available for os::elapsed_counter() on linux/bsd. Add a new counter for the JVM uptime.
Reviewed-by: dholmes, sla
iklam [Thu, 24 Oct 2013 22:19:48 -0700] rev 21184
8020753: JNI_CreateJavaVM on Mac OSX 10.9 Mavericks corrupts the callers stack size
Summary: Use hard-coded DEFAULT_MAIN_THREAD_STACK_PAGES = 2048 for 10.9
Reviewed-by: dcubed, iveresov
Contributed-by: gerard.ziemski@oracle.com