jbachorik [Mon, 27 Apr 2015 10:12:56 +0200] rev 30359
8077402: JMXStartStopTest fails intermittently on slow hosts
Reviewed-by: sla, dholmes
sjiang [Tue, 21 Apr 2015 10:24:20 +0200] rev 30358
8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
Reviewed-by: alanb, sla
ykantser [Mon, 20 Apr 2015 08:45:54 +0200] rev 30357
8077423: jstatd is not terminated even though it cannot contact or bind to RMI Registry
Reviewed-by: sla
ccheung [Fri, 17 Apr 2015 14:37:44 -0700] rev 30356
Merge
sjiang [Fri, 17 Apr 2015 09:40:02 +0200] rev 30355
8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
ykantser [Wed, 15 Apr 2015 13:27:39 +0200] rev 30354
8077611: com/sun/jdi/ConnectedVMs.java should be unquarantined
Reviewed-by: sla
jbachorik [Wed, 15 Apr 2015 09:38:45 +0200] rev 30353
8077327: ThreadStackTrace.java throws exception: BlockedThread expected to have BLOCKED but got RUNNABLE
Reviewed-by: sspitsyn, dfuchs
jbachorik [Mon, 13 Apr 2015 09:43:12 +0200] rev 30352
8076050: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java fails intermittently
Reviewed-by: sla
sla [Thu, 09 Apr 2015 09:18:56 +0200] rev 30351
8077137: Port jdk.internal.instrumentation to jdk 9
Reviewed-by: erikj, mchung, rriggs
sla [Thu, 09 Apr 2015 08:46:19 +0200] rev 30350
8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
Reviewed-by: jbachorik
jbachorik [Wed, 08 Apr 2015 09:33:34 +0000] rev 30349
Merge
jbachorik [Fri, 03 Apr 2015 15:39:38 +0200] rev 30348
8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
Reviewed-by: mchung
ykantser [Tue, 07 Apr 2015 14:47:33 +0200] rev 30347
8027668: sun/tools/jstatd/TestJstatdPort.java: java.net.ConnectException: Connection refused: connect
Reviewed-by: jbachorik, sla
kvn [Thu, 16 Apr 2015 14:06:33 -0700] rev 30346
Merge
zmajo [Wed, 15 Apr 2015 07:49:25 +0000] rev 30345
Merge
zmajo [Wed, 15 Apr 2015 09:37:51 +0200] rev 30344
8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
Summary: Change restore mechanism in GCTR.java to avoid setting counter to null; added length check to constructor
Reviewed-by: jrose, kvn, ascarpino
mhaupt [Tue, 14 Apr 2015 18:26:01 +0300] rev 30343
8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
Reviewed-by: vlivanov
vlivanov [Tue, 14 Apr 2015 18:16:02 +0300] rev 30342
8076461: JSR292: remove unused native and constants
Reviewed-by: jrose, vlivanov
vlivanov [Tue, 14 Apr 2015 18:03:12 +0300] rev 30341
8057919: Class.getSimpleName() should work for non-JLS compliant class names
Reviewed-by: dholmes, jrose
vlivanov [Tue, 14 Apr 2015 17:59:52 +0300] rev 30340
8077054: DMH LFs should be customizeable
Reviewed-by: jrose
kvn [Fri, 03 Apr 2015 11:41:26 -0700] rev 30339
Merge
aph [Tue, 31 Mar 2015 12:30:52 -0700] rev 30338
8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
Summary: Use unaligned Unsafe loads and stores for ByteBuffer access on platforms which support unaligned access. Add intrinsics for Unsafe.{get,put}-X-Unaligned methods.
Reviewed-by: dholmes, jrose, psandoz, kvn
zmajo [Fri, 27 Mar 2015 09:02:55 +0100] rev 30337
Merge
vlivanov [Fri, 20 Mar 2015 11:42:31 -0700] rev 30336
8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
Reviewed-by: jrose, kvn
ccheung [Fri, 03 Apr 2015 13:46:22 -0700] rev 30335
Merge
jbachorik [Wed, 25 Mar 2015 18:33:17 +0100] rev 30334
8023093: Add ManagementAgent.status diagnostic command
Reviewed-by: sla
farvidsson [Mon, 30 Mar 2015 10:10:19 +0200] rev 30333
8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
Summary: Some jdi tests are failing due to missing MethodEntryRequest events during the test execution.
Reviewed-by: sla, jbachorik
hseigel [Sun, 29 Mar 2015 09:21:15 -0400] rev 30332
Merge
ykantser [Wed, 25 Mar 2015 15:22:45 +0000] rev 30331
Merge
ykantser [Wed, 25 Mar 2015 12:39:48 +0100] rev 30330
8075820: java/lang/management/ThreadMXBean/FindDeadlocks.java should be unquarantined
Reviewed-by: jbachorik, sspitsyn
erikj [Wed, 25 Mar 2015 09:37:52 +0100] rev 30329
8075725: Remove /jre subdir in hotspot dist dir
Reviewed-by: tbell, ihse
dcubed [Fri, 20 Mar 2015 15:21:51 -0700] rev 30328
Merge
sspitsyn [Fri, 20 Mar 2015 01:59:08 -0700] rev 30327
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
Summary: update java/lang/instrument/RedefineMethodInBacktrace.sh test to cover the hotspot fix
Reviewed-by: coleenp, dcubed
ykantser [Thu, 19 Mar 2015 09:01:44 +0100] rev 30326
8064923: [TESTBUG] jps doesn't display anything on embedded platforms and it causes some tests to fail
Reviewed-by: egahlin, jbachorik
enevill [Tue, 05 May 2015 09:08:20 +0000] rev 30325
8078245: AARCH64: JDK fails to build due to undefined symbol in libpng
Summary: Add -DPNG_ARM_NEON_OPT=0 to LIBSPLASHSCREEN_CFLAGS flags
Reviewed-by: dholmes, ihse, erikj
weijun [Tue, 05 May 2015 21:14:12 +0800] rev 30324
8078439: SPNEGO auth fails if client proposes MS krb5 OID
Reviewed-by: valeriep
erikj [Tue, 05 May 2015 12:49:11 +0200] rev 30323
8077422: hprof agent: Build failed with VS2013 Update 4
Reviewed-by: sla, tbell
weijun [Mon, 04 May 2015 17:56:33 +0800] rev 30322
8078495: End time checking for native TGT is wrong
Reviewed-by: xuelei
plevart [Mon, 04 May 2015 10:13:19 +0200] rev 30321
8074003: java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
Summary: Make epochSecond part of ZoneOffsetTransition so it doesn't have to be recomputed frequently
Reviewed-by: scolebourne, rriggs
aefimov [Sat, 02 May 2015 22:51:45 +0300] rev 30320
8077685: (tz) Support tzdata2015d
Reviewed-by: okutsu
katleman [Thu, 07 May 2015 10:19:34 -0700] rev 30319
Added tag jdk9-b63 for changeset adea7866d41a
duke [Wed, 05 Jul 2017 20:31:58 +0200] rev 30318
Merge
lana [Thu, 07 May 2015 20:51:12 -0700] rev 30317
Merge
enevill [Thu, 07 May 2015 13:58:57 +0000] rev 30316
8079507: aarch64: fails to build due to changes to template interpreter
Summary: fix by merging in changes from fix for 8074345
Reviewed-by: kvn
dcubed [Tue, 05 May 2015 18:57:57 -0700] rev 30315
8079359: disable JDK-8061553 optimization while JDK-8077392 is resolved
Summary: Borrow an unused SyncFlags value to disable the "fast enter" optimization.
Reviewed-by: lana, dsamersoff, amurillo
amurillo [Sat, 02 May 2015 00:16:29 -0700] rev 30314
Merge
amurillo [Fri, 01 May 2015 03:56:01 -0700] rev 30313
Merge
jmasa [Fri, 01 May 2015 16:22:41 -0700] rev 30312
8079235: quarantine TestLargePageUseForAuxMemory.java
Reviewed-by: kvn
kvn [Fri, 01 May 2015 14:23:42 -0700] rev 30311
8079231: quarantine compiler/jsr292/CallSiteDepContextTest.java
Reviewed-by: dlong
bharadwaj [Thu, 30 Apr 2015 18:14:58 -0400] rev 30310
Merge
roland [Wed, 29 Apr 2015 14:43:12 -0700] rev 30309
8078426: mb/jvm/compiler/InterfaceCalls/testAC2 - assert(predicate_proj == 0L) failed: only one predicate entry expected
Summary: split if finds predicates on several incoming paths when unswitched's loops are optimized out
Reviewed-by: kvn
sgehwolf [Wed, 29 Apr 2015 12:23:48 -0700] rev 30308
8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
Summary: do the math on the unsigned type where overflows are well defined
Reviewed-by: kvn, aph
roland [Thu, 23 Apr 2015 16:38:08 +0200] rev 30307
8078444: compiler/arraycopy/TestArrayCopyNoInitDeopt.java fails with exception 'm2 not deoptimized'
Summary: some platform don't have speculative types
Reviewed-by: kvn
zmajo [Mon, 27 Apr 2015 11:01:29 +0200] rev 30306
Merge
zmajo [Mon, 27 Apr 2015 10:49:43 +0200] rev 30305
8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
Summary: Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register.
Reviewed-by: kvn, roland, dlong, enevill, shade
goetz [Thu, 23 Apr 2015 09:27:02 +0200] rev 30304
8078482: ppc: pass thread to throw_AbstractMethodError
Summary: Also improve check for Safepoints in signal handler.
Reviewed-by: kvn, simonis
goetz [Wed, 15 Apr 2015 12:44:56 +0200] rev 30303
8077838: Recent developments for ppc.
Summary: Power 8 recognition and instructions, math.*Exact intrinsics and rtm, C2 optimizations
Reviewed-by: kvn, simonis
shade [Wed, 22 Apr 2015 19:10:03 +0300] rev 30302
8076987: C1 should support conditional card marks (UseCondCardMark)
Reviewed-by: iveresov, roland
vlivanov [Wed, 22 Apr 2015 21:33:55 +0300] rev 30301
8078309: compiler/jsr292/MHInlineTest.java failed with java.lang.RuntimeException: 'MHInlineTest$A::protected_x (3 bytes) virtual call' found in stdout
Reviewed-by: jrose
roland [Tue, 24 Mar 2015 10:25:09 +0100] rev 30300
8069191: moving predicate out of loops may cause array accesses to bypass null check
Summary: Remove CastPP nodes only during final graph reshape
Reviewed-by: kvn, jrose