Thu, 16 Apr 2015 17:44:26 +0000 Merge
hseigel [Thu, 16 Apr 2015 17:44:26 +0000] rev 30243
Merge
Thu, 16 Apr 2015 11:00:10 -0400 8073989: Deprecated integer options are considered as invalid instead of deprecated in Java 9
mockner [Thu, 16 Apr 2015 11:00:10 -0400] rev 30242
8073989: Deprecated integer options are considered as invalid instead of deprecated in Java 9 Summary: Deprecated integer options are now recognized as being deprecated. Reviewed-by: dholmes, hseigel, ddmitriev
Thu, 16 Apr 2015 10:30:59 -0400 8029630: Thread id should be displayed as a hex number in error report
mockner [Thu, 16 Apr 2015 10:30:59 -0400] rev 30241
8029630: Thread id should be displayed as a hex number in error report Summary: Thread id is now displayed as a hex number in error report. Reviewed-by: dholmes, hseigel, stuefe
Wed, 15 Apr 2015 17:34:28 -0700 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi [Wed, 15 Apr 2015 17:34:28 -0700] rev 30240
8074354: Make CreateMinidumpOnCrash a new name and available on all platforms Summary: Rename CreateMinidumpOnCrash which is used only for Windows as CreateCoredumpOnCrash and make it available for all platforms. Changed order for dumping core on Windows to be similar on other platforms. Also reviewed by thomas.stuefe@gmail.com Reviewed-by: dcubed Contributed-by: yumin.qi@oracle.com, thomas.stuefe@gmail.com
Wed, 15 Apr 2015 09:34:46 +0200 8077364: "if( !this )" construct prevents build on Xcode 6.3
sla [Wed, 15 Apr 2015 09:34:46 +0200] rev 30239
8077364: "if( !this )" construct prevents build on Xcode 6.3 Reviewed-by: stefank, simonis
Mon, 13 Apr 2015 23:04:02 -0700 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
dbuck [Mon, 13 Apr 2015 23:04:02 -0700] rev 30238
8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath Reviewed-by: dholmes, coleenp Contributed-by: Cheleswer Sahu <cheleswer.sahu@oracle.com>
Fri, 10 Apr 2015 15:18:45 +0000 Merge
ctornqvi [Fri, 10 Apr 2015 15:18:45 +0000] rev 30237
Merge
Tue, 07 Apr 2015 11:25:06 -0700 8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
gtriantafill [Tue, 07 Apr 2015 11:25:06 -0700] rev 30236
8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java Reviewed-by: lfoltan, coleenp
Fri, 10 Apr 2015 05:22:56 -0700 8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
dsamersoff [Fri, 10 Apr 2015 05:22:56 -0700] rev 30235
8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda Summary: Lambda object is not counted when SA builds class data cache but is reached inside live region. Reviewed-by: sla, jbachorik
Wed, 08 Apr 2015 12:51:50 +0200 8077257: Use CanUseSafeFetch instead of probing SafeFetch stub directly
stuefe [Wed, 08 Apr 2015 12:51:50 +0200] rev 30234
8077257: Use CanUseSafeFetch instead of probing SafeFetch stub directly Reviewed-by: simonis
Wed, 08 Apr 2015 08:07:47 +0000 Merge
jbachorik [Wed, 08 Apr 2015 08:07:47 +0000] rev 30233
Merge
Fri, 03 Apr 2015 15:40:35 +0200 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
jbachorik [Fri, 03 Apr 2015 15:40:35 +0200] rev 30232
8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids Reviewed-by: mchung
Wed, 08 Apr 2015 06:01:14 +0000 Merge
dholmes [Wed, 08 Apr 2015 06:01:14 +0000] rev 30231
Merge
Wed, 08 Apr 2015 01:27:44 -0400 8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM
dholmes [Wed, 08 Apr 2015 01:27:44 -0400] rev 30230
8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM Reviewed-by: lfoltan, sspitsyn
Tue, 07 Apr 2015 20:18:28 -0700 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
sspitsyn [Tue, 07 Apr 2015 20:18:28 -0700] rev 30229
8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match Summary: remove the assert and deallocate cashed class file bytes that are in collision Reviewed-by: coleenp, dcubed
Tue, 07 Apr 2015 03:04:29 -0700 8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
dsamersoff [Tue, 07 Apr 2015 03:04:29 -0700] rev 30228
8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect Summary: Fixed java programmint style nit Reviewed-by: jbachorik, sspitsyn
Thu, 16 Apr 2015 14:05:48 -0700 Merge
kvn [Thu, 16 Apr 2015 14:05:48 -0700] rev 30227
Merge
Wed, 15 Apr 2015 11:01:56 +0200 8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class"
roland [Wed, 15 Apr 2015 11:01:56 +0200] rev 30226
8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class" Summary: after guards in Arrays.copyOf() intrinsic, control may become top Reviewed-by: kvn, vlivanov
Tue, 14 Apr 2015 11:43:18 +0100 8077615: AARCH64: Add C2 intrinsic for BigInteger::multiplyToLen() method
aph [Tue, 14 Apr 2015 11:43:18 +0100] rev 30225
8077615: AARCH64: Add C2 intrinsic for BigInteger::multiplyToLen() method Summary: Add C2 intrinsic for BigInteger::multiplyToLen() on AArch64. Reviewed-by: kvn
Tue, 14 Apr 2015 18:16:10 +0300 8076461: JSR292: remove unused native and constants
mhaupt [Tue, 14 Apr 2015 18:16:10 +0300] rev 30224
8076461: JSR292: remove unused native and constants Reviewed-by: jrose, vlivanov
Tue, 14 Apr 2015 18:11:06 +0300 8062280: C2: inlining failure due to access checks being too strict
vlivanov [Tue, 14 Apr 2015 18:11:06 +0300] rev 30223
8062280: C2: inlining failure due to access checks being too strict Reviewed-by: kvn
Tue, 14 Apr 2015 18:03:43 +0300 8057919: Class.getSimpleName() should work for non-JLS compliant class names
vlivanov [Tue, 14 Apr 2015 18:03:43 +0300] rev 30222
8057919: Class.getSimpleName() should work for non-JLS compliant class names Reviewed-by: dholmes, jrose
Mon, 13 Apr 2015 18:49:59 -0700 8077618: Move rtmLocking.cpp to shared directory.
goetz [Mon, 13 Apr 2015 18:49:59 -0700] rev 30221
8077618: Move rtmLocking.cpp to shared directory. Reviewed-by: dholmes, kvn
Thu, 26 Mar 2015 11:05:03 +0100 8076057: aix: After 8075506, aix does not support large pages.
goetz [Thu, 26 Mar 2015 11:05:03 +0100] rev 30220
8076057: aix: After 8075506, aix does not support large pages. Reviewed-by: kvn
Mon, 13 Apr 2015 15:02:35 +0300 8071546: hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java has been fixed, but still is in the exclude list
iignatyev [Mon, 13 Apr 2015 15:02:35 +0300] rev 30219
8071546: hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java has been fixed, but still is in the exclude list Summary: Deleted @ignore clause Reviewed-by: iignatyev Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
Mon, 13 Apr 2015 07:00:47 +0200 8076625: IndexOutOfBoundsException in HeapByteBufferTest.java
thartmann [Mon, 13 Apr 2015 07:00:47 +0200] rev 30218
8076625: IndexOutOfBoundsException in HeapByteBufferTest.java Summary: Use Utils::getRandomInstance and nextInt to get reproducable and limited random values. Reviewed-by: kvn, vlivanov
Mon, 06 Apr 2015 20:20:17 -0700 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
iveresov [Mon, 06 Apr 2015 20:20:17 -0700] rev 30217
8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect Summary: Chcek both l2-dcache-line-size and l2-cache-line-size properties to determine the size of the line Reviewed-by: kvn
Fri, 03 Apr 2015 11:41:01 -0700 Merge
kvn [Fri, 03 Apr 2015 11:41:01 -0700] rev 30216
Merge
Thu, 02 Apr 2015 17:16:39 -0700 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
kvn [Thu, 02 Apr 2015 17:16:39 -0700] rev 30215
8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp Summary: check that offset % mem_oper_size == 0 when alignment is verified during vectorization. Reviewed-by: iveresov
Thu, 02 Apr 2015 10:38:36 +0000 Merge
roland [Thu, 02 Apr 2015 10:38:36 +0000] rev 30214
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip