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
kvn [Fri, 17 Apr 2015 17:39:19 -0700] rev 30299
8078113: 8011102 changes may cause incorrect results
Summary: replace Vzeroupper instruction in stubs with zeroing only used ymm registers.
Reviewed-by: kvn
Contributed-by: sandhya.viswanathan@intel.com
goetz [Wed, 15 Apr 2015 14:51:56 +0200] rev 30298
8077843: adlc: allow nodes that use TEMP inputs in expand rules.
Reviewed-by: kvn
vlivanov [Fri, 17 Apr 2015 16:45:55 +0000] rev 30297
Merge
vlivanov [Fri, 17 Apr 2015 18:17:06 +0300] rev 30296
8057967: CallSite dependency tracking scales devastatingly poorly
Reviewed-by: jrose, roland, plevart, shade
roland [Wed, 15 Apr 2015 11:36:42 +0200] rev 30295
8077832: SA's dumpreplaydata, dumpcfg and buildreplayjars are broken
Summary: SA code out of sync with hotspot code
Reviewed-by: dsamersoff, sla, kvn
coleenp [Wed, 29 Apr 2015 02:35:29 +0200] rev 30294
Merge
ysuenaga [Tue, 28 Apr 2015 19:04:39 +0900] rev 30293
8076212: AllocateHeap() and ReallocateHeap() should be inlined.
Summary: NMT with detail option reports incorrect caller address on Linux.
Reviewed-by: dholmes, coleenp
coleenp [Tue, 28 Apr 2015 23:04:16 +0200] rev 30292
Merge
coleenp [Tue, 28 Apr 2015 16:46:39 -0400] rev 30291
8068352: Move virtualspace.* out of src/share/vm/runtime to memory directory
Summary: Move virtualspace.* out of src/share/vm/runtime to memory directory
Reviewed-by: brutisso, sgehwolf, stefank, sspitsyn
goetz [Tue, 28 Apr 2015 03:27:10 -0400] rev 30290
8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages
Reviewed-by: dholmes
sspitsyn [Mon, 27 Apr 2015 19:51:00 -0700] rev 30289
8073705: more performance issues in class redefinition
Summary: Optimize the method pointer adjustments for prev klass versions and MNT
Reviewed-by: dcubed, coleenp
twisti [Mon, 27 Apr 2015 09:02:41 -0700] rev 30288
8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
Reviewed-by: coleenp, jrose, kvn
ctornqvi [Mon, 27 Apr 2015 14:41:49 +0200] rev 30287
Merge
ctornqvi [Thu, 23 Apr 2015 12:47:23 -0700] rev 30286
8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
Reviewed-by: mseledtsov, dholmes
ctornqvi [Thu, 23 Apr 2015 12:46:42 -0700] rev 30285
8078435: [TESTBUG] runtime/CommandLine/TestVMOptions.java fails when running with an OpenJDK build
Reviewed-by: mseledtsov, hseigel
sla [Fri, 24 Apr 2015 09:07:21 +0200] rev 30284
8078519: Can't run SA tools from a non-images build
Reviewed-by: mchung, alanb, dsamersoff
ccheung [Thu, 23 Apr 2015 14:09:59 -0700] rev 30283
Merge
sgehwolf [Thu, 23 Apr 2015 17:42:06 +0200] rev 30282
8078504: Zero fails to build
Reviewed-by: kvn, simonis
stuefe [Tue, 07 Apr 2015 14:19:03 +0200] rev 30281
8076475: Misuses of strncpy/strncat
Summary: Various small fixes around strncpy and strncat
Reviewed-by: dsamersoff, coleenp
jwilhelm [Thu, 23 Apr 2015 16:09:21 +0200] rev 30280
Merge
kbarrett [Wed, 22 Apr 2015 14:06:49 -0400] rev 30279
8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
Summary: Removed no longer valid checking of SATB buffers
Reviewed-by: jmasa, pliden
sjohanss [Wed, 22 Apr 2015 12:58:10 +0200] rev 30278
8077836: Make sure G1ParGCAllocBuffer are marked as retired
Reviewed-by: tschatzl, pliden
tschatzl [Wed, 22 Apr 2015 09:39:38 +0200] rev 30277
8076541: Parallel GC registers Java heap twice to NMT
Summary: Remove the superfluous call to MemTracker::record_virtual_memory_type() and also a superfluous check whether the space has been successfully reserved.
Reviewed-by: pliden, jmasa
kbarrett [Tue, 21 Apr 2015 16:49:39 +0000] rev 30276
Merge
jprovino [Wed, 15 Apr 2015 11:42:20 -0400] rev 30275
8074546: Rename and clean up the ParGCAllocBuffer class
Summary: Rename ParGCAllocBuffer to PLAB and rename affected files.
Reviewed-by: tschatzl, kbarrett
kbarrett [Tue, 21 Apr 2015 10:29:35 -0400] rev 30274
8078193: BACKOUT: Rename and clean up the ParGCAllocBuffer class
Summary: Back out the problem change set.
Reviewed-by: brutisso, tschatzl
goetz [Tue, 21 Apr 2015 10:14:35 +0200] rev 30273
8078243: Fix include of stack.inline.hpp in taskqueue.hpp.
Reviewed-by: stefank, tschatzl
stefank [Mon, 20 Apr 2015 13:34:04 +0200] rev 30272
8042891: Format issues embedded in macros for two g1 source files
Reviewed-by: brutisso, tschatzl
pliden [Mon, 20 Apr 2015 08:53:08 +0200] rev 30271
8068582: UseSerialGC not always set up properly
Reviewed-by: jmasa, brutisso, sjohanss
brutisso [Mon, 20 Apr 2015 16:18:02 +0200] rev 30270
8078156: G1: Remove dead code PrintObjsInRegionClosure
Reviewed-by: tschatzl, sjohanss
jwilhelm [Mon, 20 Apr 2015 14:26:54 +0200] rev 30269
Merge
kbarrett [Fri, 17 Apr 2015 13:49:04 -0400] rev 30268
8078021: SATB apply_closure_to_completed_buffer should have closure argument
Summary: Apply closure directly, eliminating registration.
Reviewed-by: stefank, tschatzl
mikael [Fri, 17 Apr 2015 16:08:41 -0700] rev 30267
8078017: Introduce hotspot_basicvmtest
Reviewed-by: dholmes, kvn
stefank [Fri, 17 Apr 2015 17:10:38 +0000] rev 30266
Merge
goetz [Fri, 17 Apr 2015 11:46:56 +0200] rev 30265
8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code"
Reviewed-by: stefank, ehelin
ecaspole [Fri, 17 Apr 2015 10:08:32 -0400] rev 30264
8077265: Modify assert to help debug JDK-8068448
Summary: Added relevant asserts on covered_region for allocation methods in psOldGen.hpp
Reviewed-by: tschatzl, stefank
stefank [Fri, 17 Apr 2015 10:46:41 +0200] rev 30263
8077936: Remove the unused java_lang_invoke_CallSite::target_volatile
Reviewed-by: vlivanov, jrose
brutisso [Fri, 17 Apr 2015 08:09:41 +0200] rev 30262
8077938: Remove TraceMarkSweep
Reviewed-by: sjohanss, jmasa
jprovino [Wed, 15 Apr 2015 11:42:20 -0400] rev 30261
8074545: Rename and clean up the ParGCAllocBuffer class
Summary: Rename ParGCAllocBuffer to PLAB and rename affected files.
Reviewed-by: tschatzl, kbarrett
pliden [Thu, 16 Apr 2015 15:31:20 +0200] rev 30260
8077417: Cleanup of Universe::initialize_heap()
Reviewed-by: stefank, kbarrett
pliden [Thu, 16 Apr 2015 10:38:06 +0000] rev 30259
Merge
pliden [Thu, 16 Apr 2015 09:28:18 +0200] rev 30258
8077415: Remove duplicate variables holding the CollectedHeap
Reviewed-by: stefank, kbarrett
brutisso [Thu, 16 Apr 2015 09:16:19 +0200] rev 30257
8077841: G1: Remove PrintReachable support
Reviewed-by: stefank, tschatzl
brutisso [Thu, 16 Apr 2015 09:13:14 +0200] rev 30256
8077873: G1: Remove G1SATBPrintStubs
Reviewed-by: kbarrett, tschatzl
kbarrett [Wed, 15 Apr 2015 16:37:57 -0400] rev 30255
8075466: SATB queue pre-filter verify found reclaimed humongous object
Summary: Removed pre-filter verify, and made filtering more careful.
Reviewed-by: brutisso, tschatzl
sjiang [Tue, 21 Apr 2015 10:23:13 +0200] rev 30254
8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
Reviewed-by: alanb, sla
ddmitriev [Mon, 20 Apr 2015 22:07:09 -0400] rev 30253
8074026: Deprecated UseBoundThreads, DefaultThreadPriority and NoYieldsInMicrolock VM options still defined in globals.hpp
Reviewed-by: dholmes, mseledtsov
dholmes [Mon, 20 Apr 2015 21:32:28 -0400] rev 30252
8077674: BSD build failures due to undefined macros
Reviewed-by: dsamersoff, kbarrett, hseigel
dholmes [Fri, 17 Apr 2015 22:50:10 -0400] rev 30251
8077308: Fix warning: increase O_BUFLEN in ostream.hpp -- output truncated
Reviewed-by: dholmes, hseigel
Contributed-by: Andrew Haley <aph@redhat.com>
ctornqvi [Fri, 17 Apr 2015 23:55:04 +0000] rev 30250
Merge
ctornqvi [Fri, 17 Apr 2015 16:12:16 -0700] rev 30249
8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
Reviewed-by: sla, gtriantafill
ccheung [Fri, 17 Apr 2015 14:37:20 -0700] rev 30248
Merge
sjiang [Fri, 17 Apr 2015 10:53:31 +0200] rev 30247
8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
dcubed [Thu, 16 Apr 2015 19:27:43 +0000] rev 30246
Merge
dcubed [Thu, 16 Apr 2015 17:57:18 +0000] rev 30245
Merge
dcubed [Thu, 16 Apr 2015 08:23:26 -0700] rev 30244
8073165: Contended Locking fast exit bucket
Summary: JEP-143/JDK-8073165 Contended Locking fast exit bucket
Reviewed-by: dholmes, acorn, dice, dcubed
Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
hseigel [Thu, 16 Apr 2015 17:44:26 +0000] rev 30243
Merge
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
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
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
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
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>
ctornqvi [Fri, 10 Apr 2015 15:18:45 +0000] rev 30237
Merge
gtriantafill [Tue, 07 Apr 2015 11:25:06 -0700] rev 30236
8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
Reviewed-by: lfoltan, coleenp
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
stuefe [Wed, 08 Apr 2015 12:51:50 +0200] rev 30234
8077257: Use CanUseSafeFetch instead of probing SafeFetch stub directly
Reviewed-by: simonis
jbachorik [Wed, 08 Apr 2015 08:07:47 +0000] rev 30233
Merge
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
dholmes [Wed, 08 Apr 2015 06:01:14 +0000] rev 30231
Merge
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
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
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
kvn [Thu, 16 Apr 2015 14:05:48 -0700] rev 30227
Merge
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
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
mhaupt [Tue, 14 Apr 2015 18:16:10 +0300] rev 30224
8076461: JSR292: remove unused native and constants
Reviewed-by: jrose, vlivanov
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
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
goetz [Mon, 13 Apr 2015 18:49:59 -0700] rev 30221
8077618: Move rtmLocking.cpp to shared directory.
Reviewed-by: dholmes, kvn
goetz [Thu, 26 Mar 2015 11:05:03 +0100] rev 30220
8076057: aix: After 8075506, aix does not support large pages.
Reviewed-by: kvn
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>
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
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
kvn [Fri, 03 Apr 2015 11:41:01 -0700] rev 30216
Merge
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
roland [Thu, 02 Apr 2015 10:38:36 +0000] rev 30214
Merge
roland [Mon, 23 Mar 2015 14:21:17 +0100] rev 30213
8076094: CheckCastPPNode::Value() has outdated logic for constants
Summary: outdated logic for constants in CheckCastPPNode::Value()
Reviewed-by: kvn, vlivanov
simonis [Thu, 02 Apr 2015 11:28:55 +0200] rev 30212
8076532: Fix format warning/error in methodHandles_ppc.cpp
Reviewed-by: dholmes
kvn [Wed, 01 Apr 2015 18:07:50 -0700] rev 30211
8074981: Integer/FP scalar reduction optimization
Summary: Add scalar reduction optimization to C2 to take advantage of vector instructions in modern x86 CPUs.
Reviewed-by: kvn, twisti
Contributed-by: michael.c.berg@intel.com
roland [Fri, 27 Mar 2015 13:47:33 +0100] rev 30210
8075587: Compilation of constant array containing different sub classes crashes the JVM
Summary: meet of 2 constant arrays result in bottom
Reviewed-by: kvn
aph [Tue, 31 Mar 2015 12:31:18 -0700] rev 30209
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
roland [Fri, 27 Mar 2015 08:58:45 +0100] rev 30208
8075921: assert assert(allocx == alloc) fails in library_call.cpp
Summary: control becomes top after arraycopy guards and confuses tighly coupled allocation logic
Reviewed-by: kvn, vlivanov
roland [Mon, 30 Mar 2015 08:03:47 +0000] rev 30207
Merge
roland [Wed, 25 Mar 2015 14:25:53 +0100] rev 30206
8075922: assert(t == t_no_spec) fails in phaseX.cpp
Summary: subgraph becomes dead RegionNode::Ideal() but is not destroyed
Reviewed-by: kvn, vlivanov
thartmann [Mon, 30 Mar 2015 07:54:23 +0200] rev 30205
8075214: SIGSEGV in nmethod sweeping
Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread.
Reviewed-by: kvn, mgerdin, dholmes
zmajo [Fri, 27 Mar 2015 15:08:13 +0000] rev 30204
Merge
zmajo [Fri, 27 Mar 2015 14:52:45 +0000] rev 30203
Merge
zmajo [Fri, 27 Mar 2015 10:57:42 +0100] rev 30202
8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
Summary: Introduce a new register class, reg_class_dynamic, that supports also cist-spillable masks.
Reviewed-by: kvn, dlong, roland
roland [Mon, 23 Mar 2015 17:09:41 +0100] rev 30201
8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies
Summary: -Xmixed following -Xcomp doesn't undo the effect of -Xcomp with tiered on
Reviewed-by: kvn, vlivanov
zmajo [Fri, 27 Mar 2015 10:19:18 +0000] rev 30200
Merge
zmajo [Fri, 27 Mar 2015 09:02:53 +0100] rev 30199
Merge
goetz [Thu, 19 Mar 2015 14:30:52 +0100] rev 30198
8075505: aix: improve handling of native memory
Reviewed-by: kvn, stuefe
Contributed-by: thomas.stuefe@sap.com
simonis [Wed, 25 Mar 2015 15:50:17 +0100] rev 30197
8075858: AIX: clean-up HotSpot make files
Reviewed-by: kvn
roland [Mon, 23 Mar 2015 11:20:38 +0000] rev 30196
Merge
roland [Thu, 12 Mar 2015 14:15:09 +0100] rev 30195
8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
Summary: default methods added to classes confuse dependency processing
Reviewed-by: kvn
thartmann [Mon, 23 Mar 2015 10:15:53 +0100] rev 30194
8075136: Unnecessary sign extension for byte array access
Summary: Added C2 matching rules to remove unnecessary sign extension for byte array access.
Reviewed-by: roland, kvn, aph, adinn
thartmann [Mon, 23 Mar 2015 10:13:18 +0100] rev 30193
8075324: Costs of memory operands in aarch64.ad are inconsistent
Summary: Made cost of 'indOffI' consistent to the other memory operands.
Reviewed-by: roland, aph, adinn
tpivovarova [Sat, 21 Mar 2015 21:47:49 +0300] rev 30192
8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
Reviewed-by: kvn
vlivanov [Fri, 20 Mar 2015 20:32:07 +0000] rev 30191
Merge
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30190
8074548: Never-taken branches cause repeated deopts in MHs.GWT case
Reviewed-by: jrose, kvn
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30189
8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
Reviewed-by: jrose, kvn
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30188
8075266: Show runtime call details when printing machine code
Reviewed-by: jrose, kvn
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30187
8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo*
Reviewed-by: jrose, kvn, dlong
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30186
8075270: Print locals & stack slots location for PcDescs
Reviewed-by: kvn, jrose
roland [Mon, 16 Mar 2015 12:24:06 +0100] rev 30185
8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by: kvn, vlivanov
zmajo [Fri, 20 Mar 2015 11:53:01 +0100] rev 30184
Merge
roland [Tue, 17 Mar 2015 10:06:31 +0100] rev 30183
8073480: C2 should optimize explicit range checks
Summary: explicit range checks should be recognized by C2
Reviewed-by: kvn, vlivanov
kbarrett [Wed, 15 Apr 2015 12:16:01 -0400] rev 30182
8069367: Eagerly reclaimed humongous objects left on mark stack
Summary: Prevent eager reclaim of objects that might be on mark stack.
Reviewed-by: brutisso, tschatzl
iignatyev [Wed, 15 Apr 2015 11:23:06 +0000] rev 30181
Merge
iignatyev [Wed, 15 Apr 2015 09:49:50 +0000] rev 30180
Merge
eistepan [Thu, 09 Apr 2015 14:16:04 +0300] rev 30179
8026043: Add regression test for JDK-8000831
Reviewed-by: mchung
sangheki [Tue, 14 Apr 2015 09:44:06 -0700] rev 30178
8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
Summary: Removed unnecessary guards.
Reviewed-by: stefank, jwilhelm
brutisso [Tue, 14 Apr 2015 11:24:03 +0200] rev 30177
8077403: Remove guarantee from GenCollectedHeap::is_in()
Reviewed-by: mgerdin, jmasa
stefank [Tue, 14 Apr 2015 11:40:13 +0200] rev 30176
8077420: Build failure with SS12u4
Reviewed-by: dholmes, lfoltan
stefank [Thu, 02 Apr 2015 10:24:24 +0200] rev 30175
8076457: Fix includes of inline.hpp in GC code
Reviewed-by: pliden, jmasa
jmasa [Mon, 13 Apr 2015 11:01:29 -0700] rev 30174
8077301: Optimized build is broken
Reviewed-by: kbarrett, brutisso
pliden [Mon, 13 Apr 2015 15:47:48 +0200] rev 30173
8077413: Avoid use of Universe::heap() inside collectors
Reviewed-by: stefank, kbarrett
mgerdin [Fri, 10 Apr 2015 13:58:36 +0200] rev 30172
8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry
Reviewed-by: tschatzl, brutisso, sangheki
brutisso [Sun, 12 Apr 2015 14:59:41 +0200] rev 30171
8077411: Remove CollectedHeap::supports_heap_inspection()
Reviewed-by: stefank, ecaspole, jmasa
ecaspole [Fri, 10 Apr 2015 10:55:07 -0400] rev 30170
8077414: PSPromotionLAB _state is unintialized
Summary: Initialize _state to zero_size
Reviewed-by: brutisso, stefank
Contributed-by: Eric Caspole <eric.caspole@oracle.com>
ddmitriev [Wed, 08 Apr 2015 15:49:29 +0300] rev 30169
8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8
Summary: Corrected processing of invalid MaXTenuringThreshold
Reviewed-by: jmasa, dholmes, kbarrett
stefank [Fri, 10 Apr 2015 14:59:21 +0000] rev 30168
Merge
sangheki [Thu, 09 Apr 2015 10:16:45 -0700] rev 30167
8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
Summary: Added a guard of gc workers > 0 to execute logic.
Reviewed-by: stefank, mgerdin
tschatzl [Thu, 09 Apr 2015 15:41:47 +0200] rev 30166
8077255: TracePageSizes output reports wrong page size on Windows with G1
Summary: Print selected page size, not alignment size chosen by ReservedSpace (which is the vm_allocation_granularity that is different to page size on Windows) in the message presented by TracePageSizes.
Reviewed-by: drwhite, jmasa
brutisso [Wed, 08 Apr 2015 09:35:25 +0200] rev 30165
8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion()
Reviewed-by: kbarrett, stefank
jwilhelm [Thu, 09 Apr 2015 17:39:42 +0200] rev 30164
Merge
kbarrett [Thu, 09 Apr 2015 12:40:20 +0000] rev 30163
Merge
kbarrett [Wed, 08 Apr 2015 10:32:16 -0400] rev 30162
8076265: Simplify deal_with_reference
Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify.
Reviewed-by: brutisso, tschatzl
jwilhelm [Thu, 09 Apr 2015 11:30:37 +0200] rev 30161
8077315: Build failure on OSX after compiler upgrade
Reviewed-by: stefank, mgerdin
jwilhelm [Thu, 09 Apr 2015 11:29:32 +0200] rev 30160
8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /*
Reviewed-by: stefank, mgerdin
pliden [Wed, 08 Apr 2015 15:19:49 +0200] rev 30159
8076534: CollectedHeapName in SA agent incorrect
Reviewed-by: dsamersoff, sla, tschatzl
tschatzl [Tue, 07 Apr 2015 10:53:51 +0200] rev 30158
8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces.
Reviewed-by: jmasa, pliden, stefank
drwhite [Thu, 02 Apr 2015 16:42:24 -0400] rev 30157
8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min
Summary: Revert bug introduced a few months ago.
Reviewed-by: brutisso, tschatzl, jmasa
iignatyev [Thu, 02 Apr 2015 18:53:45 +0300] rev 30156
8043225: Make whitebox API functions more stable
Summary: Added checks for null parameters where applicable
Reviewed-by: dholmes, iignatyev
Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
jwilhelm [Thu, 02 Apr 2015 16:37:29 +0200] rev 30155
8076267: Remove n_gens()
Reviewed-by: jprovino, kbarrett, jmasa
brutisso [Thu, 02 Apr 2015 16:08:41 +0200] rev 30154
8076452: Remove SharedHeap
Reviewed-by: stefank, sjohanss, david
brutisso [Thu, 02 Apr 2015 16:07:27 +0200] rev 30153
8076289: Move the StrongRootsScope out of SharedHeap
Reviewed-by: stefank, sjohanss, david
brutisso [Thu, 02 Apr 2015 16:06:07 +0200] rev 30152
8076454: Clean up/move things out of SharedHeap
Reviewed-by: stefank, sjohanss, david
stefank [Thu, 02 Apr 2015 10:22:13 +0200] rev 30151
8076456: Remove unnecessary oopDesc::klass() calls
Reviewed-by: pliden, jmasa
stefank [Thu, 02 Apr 2015 10:04:27 +0200] rev 30150
8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
Reviewed-by: brutisso, coleenp, kbarrett, sjohanss
pliden [Thu, 02 Apr 2015 09:14:16 +0200] rev 30149
8076447: Remove unused MemoryManager::kind()
Reviewed-by: stefank, tschatzl
david [Wed, 01 Apr 2015 12:34:26 +0200] rev 30148
8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
Reviewed-by: stefank, pliden
brutisso [Thu, 02 Apr 2015 06:42:24 +0200] rev 30147
8076314: Remove the static instance variable SharedHeap:: _sh
Reviewed-by: pliden, jmasa
ccheung [Fri, 03 Apr 2015 13:45:33 -0700] rev 30146
Merge
coleenp [Fri, 03 Apr 2015 13:18:06 +0000] rev 30145
Merge
coleenp [Thu, 02 Apr 2015 14:02:54 -0400] rev 30144
8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes
Summary: metadata_do walking interpreted frames was wrong and generate_Reference_get is not necessarily an accessor method.
Reviewed-by: sgehwolf, dholmes
stuefe [Fri, 03 Apr 2015 05:55:33 -0400] rev 30143
8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
Summary: add __try/__except around JNI_CreateJavaVM
Reviewed-by: mgronlun, dcubed
dsamersoff [Thu, 02 Apr 2015 20:51:24 +0000] rev 30142
Merge
dsamersoff [Thu, 02 Apr 2015 13:20:49 -0700] rev 30141
8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
Summary: fixed java programming style nit
Reviewed-by: dholmes, jbachorik, sspitsyn
coleenp [Thu, 02 Apr 2015 19:26:00 +0000] rev 30140
Merge
mockner [Thu, 02 Apr 2015 10:12:49 -0400] rev 30139
6983747: Remove obsolete dl_mutex lock
Summary: Unused dl_mutex lock has been removed.
Reviewed-by: hseigel, coleenp, dholmes
jbachorik [Thu, 02 Apr 2015 17:22:22 +0000] rev 30138
Merge
jbachorik [Thu, 02 Apr 2015 12:14:43 +0200] rev 30137
8076344: serviceability/dcmd/vm/SetVMFlagTest.java test fails with "java.lang.Error: 'MaxHeapSize' flag is not available or immutable"
Reviewed-by: sla
hseigel [Thu, 02 Apr 2015 08:50:10 -0400] rev 30136
8076236: VM permits illegal flags for class init method
Summary: Move check for multiple access flags so that it also covers instance initialization methods
Reviewed-by: ctornqvi, lfoltan
jbachorik [Thu, 02 Apr 2015 07:44:55 +0000] rev 30135
Merge
jbachorik [Thu, 26 Mar 2015 10:37:10 +0100] rev 30134
8023093: Add ManagementAgent.status diagnostic command
Reviewed-by: sla
coleenp [Thu, 02 Apr 2015 02:20:54 +0000] rev 30133
Merge
coleenp [Wed, 01 Apr 2015 22:03:17 -0400] rev 30132
8076492: Make common code from template interpreter code
Summary: Move case statement out of assembly code
Reviewed-by: minqi, sspitsyn, dholmes
mockner [Wed, 01 Apr 2015 15:13:48 -0400] rev 30131
8078349: remove dead code - fast_iagetfield
Summary: Unused function fast_iagetfield has been removed.
Reviewed-by: hseigel, coleenp
sla [Wed, 01 Apr 2015 15:27:04 +0200] rev 30130
8076450: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java: assert(!on_C_heap() || allocated_on_C_heap()) failed: growable array must be on C heap if elements are
Reviewed-by: fparain, mgronlun, dholmes
dholmes [Tue, 31 Mar 2015 05:30:36 -0400] rev 30129
8076185: Provide SafeFetchX implementation for zero
Summary: Implement SafeFetchX for zero using setjmp/longjmp and Posix TLS
Reviewed-by: sgehwolf, dholmes
Contributed-by: thomas.stuefe@gmail.com
coleenp [Tue, 31 Mar 2015 02:11:09 +0000] rev 30128
Merge
coleenp [Mon, 30 Mar 2015 19:27:30 +0000] rev 30127
Merge
sgehwolf [Fri, 27 Mar 2015 16:12:40 +0100] rev 30126
8076181: bytecodeInterpreter.cpp refers to unknown labels.
Reviewed-by: coleenp, dholmes
jmanson [Mon, 30 Mar 2015 17:32:18 -0400] rev 30125
8074895: os::getenv is inadequate
Reviewed-by: dholmes, coleenp
ctornqvi [Mon, 30 Mar 2015 16:47:42 +0000] rev 30124
Merge
ctornqvi [Mon, 30 Mar 2015 08:28:07 -0700] rev 30123
8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names
Reviewed-by: hseigel, gtriantafill
mockner [Mon, 30 Mar 2015 09:47:52 -0400] rev 30122
8074718: Merge templateTable_x86 _32 and _64 .hpp files
Summary: templateTable_x86 32 and 64 bit files have been merged.
Reviewed-by: hseigel, coleenp
jbachorik [Mon, 23 Mar 2015 11:46:15 +0100] rev 30121
8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump'
Reviewed-by: sla, fparain, egahlin, ykantser
hseigel [Sun, 29 Mar 2015 09:20:27 -0400] rev 30120
Merge
goetz [Fri, 27 Mar 2015 12:43:45 +0100] rev 30119
8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS"
Reviewed-by: coleenp, simonis, mdoerr
coleenp [Wed, 25 Mar 2015 22:27:51 -0400] rev 30118
8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor
Summary: Implement SafeFetchX unsafely and make CanUseSafeFetchX false for Zero
Reviewed-by: sgehwolf, dholmes
minqi [Wed, 25 Mar 2015 15:18:37 -0700] rev 30117
8074345: Enable RewriteBytecodes when VM runs with CDS
Summary: Enable bytecode rewriting when CDS turned on.
Reviewed-by: coleenp, iklam
Contributed-by: yumin.qi@oracle.com, ioi.lam@oracle.com
ykantser [Wed, 25 Mar 2015 15:22:44 +0000] rev 30116
Merge
ykantser [Wed, 25 Mar 2015 12:38:50 +0100] rev 30115
8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
Reviewed-by: jbachorik, sspitsyn
hseigel [Wed, 25 Mar 2015 08:16:48 -0400] rev 30114
7127066: Class verifier accepts an invalid class file
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps.
Reviewed-by: acorn, dholmes
erikj [Wed, 25 Mar 2015 09:37:59 +0100] rev 30113
8075725: Remove /jre subdir in hotspot dist dir
Reviewed-by: tbell, ihse
jbachorik [Tue, 24 Mar 2015 16:21:28 +0000] rev 30112
Merge
jbachorik [Tue, 24 Mar 2015 15:03:07 +0100] rev 30111
8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails
Reviewed-by: sla, sspitsyn
sgehwolf [Mon, 23 Mar 2015 13:53:44 +0100] rev 30110
8075533: Zero JVM segfaults for -version after JDK-8074552
Summary: Remove SafeFetchXX Zero implementations and guard test with CanUseSafeFetchXX
Reviewed-by: simonis, coleenp
dcubed [Fri, 20 Mar 2015 15:19:30 -0700] rev 30109
Merge
mockner [Thu, 19 Mar 2015 15:30:06 -0400] rev 30108
8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change
Summary: Fixed missing "++" in _mutex_array[] initialization.
Reviewed-by: dholmes, fparain
sspitsyn [Fri, 20 Mar 2015 02:44:51 -0700] rev 30107
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
Summary: use method cpref and klass version to provide meaningful methods name in stacktraces
Reviewed-by: coleenp, dcubed
coleenp [Thu, 19 Mar 2015 23:33:38 +0000] rev 30106
Merge
coleenp [Thu, 19 Mar 2015 21:11:18 +0000] rev 30105
Merge
coleenp [Thu, 19 Mar 2015 09:47:27 -0400] rev 30104
8005521: StressMethodComparator is not thread-safe
Summary: Remove the debug option. It isn't correct or tested.
Reviewed-by: gtriantafill, dholmes, sspitsyn
dcubed [Thu, 19 Mar 2015 14:28:44 -0700] rev 30103
Merge
hseigel [Thu, 19 Mar 2015 08:55:50 -0400] rev 30102
8075118: JVM stuck in infinite loop during verification
Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly.
Reviewed-by: dlong, dholmes
dholmes [Wed, 18 Mar 2015 17:45:47 -0400] rev 30101
8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags
Reviewed-by: dholmes, simonis, gziemski
Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
erikj [Wed, 18 Mar 2015 12:02:44 +0100] rev 30100
8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS
Reviewed-by: ihse, tbell, dholmes
erikj [Wed, 18 Mar 2015 10:22:24 +0100] rev 30099
8072897: File sawindbg.dll has incorrect file version
Reviewed-by: tbell, dholmes
katleman [Thu, 07 May 2015 10:19:31 -0700] rev 30098
Added tag jdk9-b63 for changeset 8245edf58a44
lana [Thu, 07 May 2015 20:49:31 -0700] rev 30097
Merge
ihse [Wed, 06 May 2015 15:30:51 +0200] rev 30096
8078046: Remove MCS post-processing on Solaris
Reviewed-by: dholmes
erikj [Wed, 06 May 2015 11:15:27 +0200] rev 30095
8079344: Allow custom or platform specific java source to automatically override shared source
Reviewed-by: ihse
ihse [Wed, 06 May 2015 10:47:21 +0200] rev 30094
8078058: Clean up mac bundles logic
Reviewed-by: erikj
ihse [Wed, 06 May 2015 10:26:10 +0200] rev 30093
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
Reviewed-by: mchung
amurillo [Tue, 05 May 2015 08:11:39 -0700] rev 30092
Merge
amurillo [Fri, 01 May 2015 03:56:01 -0700] rev 30091
Merge
ctornqvi [Mon, 27 Apr 2015 14:41:49 +0200] rev 30090
Merge
ctornqvi [Thu, 23 Apr 2015 12:47:56 -0700] rev 30089
8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
Reviewed-by: mseledtsov, dholmes
jwilhelm [Mon, 20 Apr 2015 14:26:53 +0200] rev 30088
Merge
mikael [Fri, 17 Apr 2015 16:08:41 -0700] rev 30087
8078017: Introduce hotspot_basicvmtest
Reviewed-by: dholmes, kvn
ccheung [Fri, 17 Apr 2015 14:37:00 -0700] rev 30086
Merge
sjiang [Fri, 17 Apr 2015 09:36:32 +0200] rev 30085
8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
sla [Thu, 09 Apr 2015 09:14:17 +0200] rev 30084
8077137: Port jdk.internal.instrumentation to jdk 9
Reviewed-by: erikj, mchung, rriggs
kvn [Thu, 16 Apr 2015 14:01:18 -0700] rev 30083
Merge
kvn [Fri, 03 Apr 2015 11:40:37 -0700] rev 30082
Merge
thartmann [Mon, 30 Mar 2015 07:53:19 +0200] rev 30081
8075214: SIGSEGV in nmethod sweeping
Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread.
Reviewed-by: kvn, mgerdin, dholmes
mikael [Tue, 14 Apr 2015 22:46:16 -0700] rev 30080
8077524: Enable selective test bundle installation for jprt test targets
Reviewed-by: dholmes
jwilhelm [Thu, 09 Apr 2015 17:39:40 +0200] rev 30079
Merge
tschatzl [Tue, 07 Apr 2015 10:41:24 +0200] rev 30078
8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces.
Reviewed-by: jmasa, pliden, stefank
iignatyev [Thu, 02 Apr 2015 19:09:06 +0300] rev 30077
8043225: Make whitebox API functions more stable
Summary: Added checks for null parameters where applicable
Reviewed-by: dholmes, iignatyev
Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
erikj [Tue, 05 May 2015 12:45:54 +0200] rev 30076
8079087: Add support for Cygwin 2.0
Reviewed-by: tbell
katleman [Thu, 07 May 2015 10:19:30 -0700] rev 30075
Added tag jdk9-b63 for changeset b8951994eaee
duke [Wed, 05 Jul 2017 20:31:06 +0200] rev 30074
Added tag jdk9-b63 for changeset 989253a902c3
duke [Wed, 05 Jul 2017 20:31:05 +0200] rev 30073
Merge
duke [Wed, 05 Jul 2017 20:31:01 +0200] rev 30072
Merge
jjg [Thu, 30 Apr 2015 17:35:03 -0700] rev 30071
8079191: remove remaining references to "cp -p" from langtools/test
Reviewed-by: vromero
lana [Thu, 30 Apr 2015 17:21:28 -0700] rev 30070
Merge
alundblad [Thu, 30 Apr 2015 12:21:50 +0200] rev 30069
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
Summary: Additional applicability checks added.
Reviewed-by: jlahoda
jjg [Wed, 29 Apr 2015 15:05:33 -0700] rev 30068
8078054: [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted"
Reviewed-by: darcy
jjg [Tue, 28 Apr 2015 18:57:51 -0700] rev 30067
8078861: tools/javac/classfiles/attributes/Synthetic/PackageInfoTest.java fails on Windows
Reviewed-by: vromero
alundblad [Tue, 28 Apr 2015 22:25:36 +0200] rev 30066
8078600: Infinite loop when compiling annotations with -XDcompletionDeps
Summary: Added Completer::isTerminal and added NULL_COMPLETER.
Reviewed-by: jlahoda, mcimadamore
aeremeev [Tue, 28 Apr 2015 11:08:25 +0300] rev 30065
8044537: Implement classfile tests for Synthetic attribute.
Reviewed-by: jjg, shurailine, anazarov
jlahoda [Mon, 27 Apr 2015 16:31:29 +0200] rev 30064
8077605: Initializing static fields causes unbounded recursion in javac
Summary: Improving detection of potential constant variable initializers; preventing infinite recursion on exception during Attr.visitLambda.
Reviewed-by: mcimadamore, vromero
katleman [Thu, 30 Apr 2015 13:02:09 -0700] rev 30063
Added tag jdk9-b62 for changeset e36081ad2470
duke [Wed, 05 Jul 2017 20:30:53 +0200] rev 30062
Merge
katleman [Thu, 30 Apr 2015 13:02:05 -0700] rev 30061
Added tag jdk9-b62 for changeset 2c8ff5cb2faa
duke [Wed, 05 Jul 2017 20:30:49 +0200] rev 30060
Merge
katleman [Thu, 30 Apr 2015 13:02:05 -0700] rev 30059
Added tag jdk9-b62 for changeset db70d6ebfa97
duke [Wed, 05 Jul 2017 20:30:45 +0200] rev 30058
Merge
lana [Thu, 30 Apr 2015 17:21:20 -0700] rev 30057
Merge
hannesw [Mon, 27 Apr 2015 12:50:21 +0200] rev 30056
8053905: Eager code generation fails for earley boyer with split threshold set to 1000
Reviewed-by: attila, lagergren
hannesw [Mon, 27 Apr 2015 12:27:33 +0200] rev 30055
8066407: Function with same body not reparsed after SyntaxError
Reviewed-by: attila, lagergren
katleman [Thu, 30 Apr 2015 13:02:10 -0700] rev 30054
Added tag jdk9-b62 for changeset 2ae39df23f8e
duke [Wed, 05 Jul 2017 20:30:39 +0200] rev 30053
Merge
katleman [Thu, 30 Apr 2015 13:02:02 -0700] rev 30052
Added tag jdk9-b62 for changeset 27f6a088fa6a
duke [Wed, 05 Jul 2017 20:30:34 +0200] rev 30051
Merge
lana [Thu, 30 Apr 2015 17:20:49 -0700] rev 30050
Merge
darcy [Thu, 30 Apr 2015 16:51:53 -0700] rev 30049
8079107: Update TestKeyPairGenerator.java to use random number generator library
Reviewed-by: mullan
bpb [Wed, 29 Apr 2015 16:34:49 -0700] rev 30048
8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
Summary: Add ability to initial the random number generator from the system property "seed" and print to STDOUT the seed value actually used.
Reviewed-by: darcy
naoto [Wed, 29 Apr 2015 11:03:56 -0700] rev 30047
8075545: Add permission check for locale service provider implementations
Reviewed-by: mchung, alanb
darcy [Wed, 29 Apr 2015 10:25:53 -0700] rev 30046
8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb
darcy [Wed, 29 Apr 2015 08:37:57 -0700] rev 30045
8078880: Mark a few more intermittently failuring security-libs
Reviewed-by: xuelei
avstepan [Wed, 29 Apr 2015 17:29:14 +0400] rev 30044
8078528: clean out tidy warnings from security.auth
Summary: some HTML markup fixes for docs
Reviewed-by: xuelei
bpb [Tue, 28 Apr 2015 11:10:45 -0700] rev 30043
8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key
Summary: Extend disallowing null control character key to remove()
Reviewed-by: rriggs, alanb
avstepan [Tue, 28 Apr 2015 21:30:10 +0400] rev 30042
8076224: some tidy warnings from core libs
Summary: minor HTML markup fix
Reviewed-by: rriggs, lancea
bpb [Tue, 28 Apr 2015 10:12:15 -0700] rev 30041
8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
Summary: Modify javadoc specification of 'reason' parameter to allow null
Reviewed-by: alanb
rriggs [Tue, 28 Apr 2015 09:28:24 -0400] rev 30040
8078826: Add diagnostic info for java/lang/Runtime/exec/LotsOfOutput.java fails intermittently
Summary: add debugging output for diagnose intermittent failure
Reviewed-by: chegar, joehw
rriggs [Mon, 27 Apr 2015 16:31:47 -0400] rev 30039
8078369: [testbug] java/time/tck/java/time/TCKOffsetTime[now] fails on slow devices
Summary: Increase the tolerance between successive calls to now() to 20sec
Reviewed-by: scolebourne, sherman, dfuchs
asmotrak [Mon, 27 Apr 2015 21:02:40 +0800] rev 30038
8075007: Additional tests for krb5-related cipher suites with unbound server
Reviewed-by: weijun
avstepan [Fri, 24 Apr 2015 20:51:41 +0400] rev 30037
8078622: remove tidy warnings from JPDA docs
Summary: minor HTML markup fix
Reviewed-by: lancea
dl [Fri, 24 Apr 2015 15:39:41 +0200] rev 30036
8078490: Missed submissions in ForkJoinPool
Reviewed-by: psandoz, shade, martin, chegar
vlivanov [Thu, 23 Apr 2015 18:01:38 +0300] rev 30035
8059455: LambdaForm.prepare() does unnecessary work for cached LambdaForms
Reviewed-by: psandoz
simonis [Fri, 24 Apr 2015 09:37:06 +0200] rev 30034
8078520: [TESTBUG] fix 'test/tools/launcher/ExecutionEnvironment.java' to run on arbitrary *nix systems
Reviewed-by: ksrini
darcy [Thu, 23 Apr 2015 18:51:18 -0700] rev 30033
8078468: Update security libraries to use diamond with anonymous classes
Reviewed-by: weijun
katleman [Thu, 30 Apr 2015 13:02:06 -0700] rev 30032
Added tag jdk9-b62 for changeset d7b621c7a8d5
duke [Wed, 05 Jul 2017 20:30:27 +0200] rev 30031
Merge
lana [Thu, 30 Apr 2015 17:20:25 -0700] rev 30030
Merge
neliasso [Tue, 28 Apr 2015 14:46:19 -0700] rev 30029
8077590: windows_i586_6.2-product-c2-runThese8_Xcomp_vm failing after win compiler upgrade
Summary: Add /arch:IA32 flag to windows ia32 builds to force x87 codepath
Reviewed-by: kvn, dholmes
ctornqvi [Tue, 28 Apr 2015 14:45:57 -0700] rev 30028
8077994: [TESTBUG] Exclude compiler/floatingpoint/ModNaN.java
Reviewed-by: hseigel, ccheung
aph [Fri, 24 Apr 2015 16:28:29 +0100] rev 30027
8078621: AARCH64: Fails to build without precompiled headers
Summary: fix #includes.
Reviewed-by: kvn
aph [Fri, 24 Apr 2015 16:19:59 +0100] rev 30026
Merge
enevill [Fri, 24 Apr 2015 11:01:37 +0000] rev 30025
8075930: AARCH64: Use FP Register in C2
Summary: modify to allow C2 to allocate FP (R29) as a general register
Reviewed-by: aph, kvn, dlong
katleman [Thu, 30 Apr 2015 13:02:03 -0700] rev 30024
Added tag jdk9-b62 for changeset d9c8742b7f8a
lana [Thu, 30 Apr 2015 17:20:04 -0700] rev 30023
Merge
erikj [Wed, 29 Apr 2015 22:33:42 +0200] rev 30022
8078437: Enable use of devkits for Windows
Reviewed-by: ihse
katleman [Thu, 30 Apr 2015 13:02:01 -0700] rev 30021
Added tag jdk9-b62 for changeset 4440a52322d5
duke [Wed, 05 Jul 2017 20:30:12 +0200] rev 30020
Added tag jdk9-b62 for changeset e7dbbef69d12
duke [Wed, 05 Jul 2017 20:30:11 +0200] rev 30019
Merge
duke [Wed, 05 Jul 2017 20:30:08 +0200] rev 30018
Merge
darcy [Thu, 23 Apr 2015 18:21:26 -0700] rev 30017
8078560: The crash reporting URL listed by javac needs to be updated
Reviewed-by: mcimadamore
lana [Thu, 23 Apr 2015 16:10:59 -0700] rev 30016
Merge
vromero [Wed, 22 Apr 2015 11:39:06 -0700] rev 30015
8078433: javac, some tests are failing after JDK-8078024 because of golden files mismatch
Reviewed-by: darcy
vromero [Wed, 22 Apr 2015 09:44:15 -0700] rev 30014
8078024: javac, several incorporation steps are silently failing when an error should be reported
Reviewed-by: mcimadamore
alundblad [Wed, 22 Apr 2015 16:11:38 +0200] rev 30013
8078389: Add test for -Xdoclint + -XDcompletionDeps
Summary: Test to make sure doclint and completionDeps do not interfere.
Reviewed-by: jlahoda
alundblad [Wed, 22 Apr 2015 13:50:23 +0200] rev 30012
8078261: Initialization of DocLint triggers out of order initialization of Dependencies
Summary: Changed initialization order.
Reviewed-by: mcimadamore
alundblad [Tue, 21 Apr 2015 12:10:26 +0200] rev 30011
8068737: ArrayType prints element type post order
Summary: Rewrote ArrayType.toString
Reviewed-by: jlahoda, ksrini
aeremeev [Mon, 20 Apr 2015 12:45:41 +0300] rev 30010
8042947: Implement classfile tests for AnnotationDefault attribute
Reviewed-by: jjg, shurailine, anazarov
katleman [Thu, 23 Apr 2015 10:43:38 -0700] rev 30009
Added tag jdk9-b61 for changeset a136157ff9ef
duke [Wed, 05 Jul 2017 20:30:02 +0200] rev 30008
Merge
lana [Thu, 23 Apr 2015 16:12:01 -0700] rev 30007
Merge
avstepan [Wed, 22 Apr 2015 15:52:42 +0400] rev 30006
8038764: tidy warnings cleanup for javax.activation
Summary: minor HTML markup fix
Reviewed-by: lancea
avstepan [Wed, 22 Apr 2015 15:26:20 +0400] rev 30005
8077332: tidy warnings from javax/xml
Summary: some HTML markup fix (jaxws part)
Reviewed-by: joehw, lancea
katleman [Thu, 23 Apr 2015 10:43:34 -0700] rev 30004
Added tag jdk9-b61 for changeset 2146836f6f52
duke [Wed, 05 Jul 2017 20:29:56 +0200] rev 30003
Merge
lana [Thu, 23 Apr 2015 16:12:16 -0700] rev 30002
Merge
joehw [Tue, 21 Apr 2015 15:28:47 -0700] rev 30001
8051560: Convert JAXP function tests: Astro tests
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Tue, 21 Apr 2015 13:22:33 -0700] rev 30000
8078139: jdk.xml.dom should be loaded by the ext class loader
Reviewed-by: mchung, alanb, lancea, mullan, kcr
avstepan [Tue, 21 Apr 2015 20:01:21 +0400] rev 29999
8077332: tidy warnings from javax/xml
Summary: some HTML markup fix (jaxp part)
Reviewed-by: joehw, lancea
katleman [Thu, 23 Apr 2015 10:43:34 -0700] rev 29998
Added tag jdk9-b61 for changeset c1d81046cbc7
duke [Wed, 05 Jul 2017 20:29:49 +0200] rev 29997
Merge
lana [Thu, 23 Apr 2015 16:12:25 -0700] rev 29996
Merge
sundar [Mon, 20 Apr 2015 19:41:44 +0530] rev 29995
8078174: Add few FX and parser API samples for nashorn
Reviewed-by: hannesw, lagergren
hannesw [Mon, 20 Apr 2015 10:40:42 +0200] rev 29994
8071928: Instance properties with getters returning wrong values
Reviewed-by: attila, lagergren, sundar
hannesw [Mon, 20 Apr 2015 10:39:55 +0200] rev 29993
8073846: Javascript for-in loop returned extra keys
Reviewed-by: attila, lagergren, sundar
katleman [Thu, 23 Apr 2015 10:43:39 -0700] rev 29992
Added tag jdk9-b61 for changeset 3fd41cdba15e
duke [Wed, 05 Jul 2017 20:29:43 +0200] rev 29991
Merge
katleman [Thu, 23 Apr 2015 10:43:31 -0700] rev 29990
Added tag jdk9-b61 for changeset c4d54ad0280d
duke [Wed, 05 Jul 2017 20:29:40 +0200] rev 29989
Merge
lana [Thu, 23 Apr 2015 16:10:19 -0700] rev 29988
Merge
omajid [Thu, 23 Apr 2015 13:48:02 -0400] rev 29987
8074761: Empty optional parameters of LDAP query are not interpreted as empty
Reviewed-by: vinnie
Contributed-by: Stanislav Baiduzhyi <sbaiduzh@redhat.com>
darcy [Thu, 23 Apr 2015 09:32:35 -0700] rev 29986
8078467: Update core libraries to use diamond with anonymous classes
Reviewed-by: mchung, alanb
asmotrak [Thu, 23 Apr 2015 18:01:01 +0800] rev 29985
8048138: Tests for JAAS callbacks
Reviewed-by: weijun
weijun [Wed, 22 Apr 2015 23:27:30 +0800] rev 29984
8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env.
8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env.
Reviewed-by: xuelei
vinnie [Wed, 22 Apr 2015 14:01:01 +0100] rev 29983
8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
Reviewed-by: xuelei
aefimov [Wed, 22 Apr 2015 02:23:06 +0300] rev 29982
8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
Reviewed-by: joehw, lancea
joehw [Tue, 21 Apr 2015 13:21:40 -0700] rev 29981
8078139: jdk.xml.dom should be loaded by the ext class loader
Reviewed-by: mchung, alanb, lancea, mullan, kcr
avstepan [Tue, 21 Apr 2015 20:12:29 +0400] rev 29980
8077332: tidy warnings from javax/xml
Summary: some HTML markup fix (jdk part)
Reviewed-by: joehw, lancea, mullan
michaelm [Tue, 21 Apr 2015 16:35:45 +0100] rev 29979
8078276: add copyright header to IPv6NameserverPlatformParsingTest
Reviewed-by: alanb, rriggs
michaelm [Tue, 21 Apr 2015 14:36:57 +0100] rev 29978
6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
Reviewed-by: michaelm, andrew
Contributed-by: sgehwolf@redhat.com
chegar [Tue, 21 Apr 2015 14:23:58 +0100] rev 29977
8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
Reviewed-by: alanb, psandoz
dsamersoff [Mon, 20 Apr 2015 11:03:47 -0700] rev 29976
8074146: jdb has succeded to read an unreadable file
Summary: Remove this testcase
Reviewed-by: sla, egahlin
darcy [Mon, 20 Apr 2015 10:37:41 -0700] rev 29975
8077952: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh should be quarantined
Reviewed-by: jbachorik
bchristi [Fri, 17 Apr 2015 12:49:51 -0700] rev 29974
8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException
Summary: Add missing @throws tags
Reviewed-by: dholmes, lancea
juh [Fri, 17 Apr 2015 11:51:47 -0700] rev 29973
7194452: Remove "Reverse" PKIX CertPathBuilder implementation
Reviewed-by: mullan
katleman [Thu, 23 Apr 2015 10:43:35 -0700] rev 29972
Added tag jdk9-b61 for changeset d729bb3d4ba9
duke [Wed, 05 Jul 2017 20:29:34 +0200] rev 29971
Merge
lana [Thu, 23 Apr 2015 16:11:17 -0700] rev 29970
Merge
adinn [Thu, 23 Apr 2015 17:53:38 +0100] rev 29969
8078263: AARCH64: Volatile fields should be accessed with ldar and stlr
Summary: ad file rules now generate load acquire and store release for volatile accesses
Reviewed-by: kvn
katleman [Thu, 23 Apr 2015 10:43:31 -0700] rev 29968
Added tag jdk9-b61 for changeset 09af07f9398c
lana [Thu, 23 Apr 2015 16:09:35 -0700] rev 29967
Merge
joehw [Tue, 21 Apr 2015 13:20:53 -0700] rev 29966
8078139: jdk.xml.dom should be loaded by the ext class loader
Reviewed-by: mchung, alanb, lancea, mullan, kcr
katleman [Thu, 23 Apr 2015 10:43:30 -0700] rev 29965
Added tag jdk9-b61 for changeset a074643872c1
duke [Wed, 05 Jul 2017 20:29:23 +0200] rev 29964
Added tag jdk9-b61 for changeset ac3f5a39d4ff
duke [Wed, 05 Jul 2017 20:29:22 +0200] rev 29963
Merge
duke [Wed, 05 Jul 2017 20:29:18 +0200] rev 29962
Merge
lana [Fri, 17 Apr 2015 10:23:49 -0700] rev 29961
Merge
alundblad [Fri, 17 Apr 2015 12:37:11 +0200] rev 29960
8043984: Confusing (incorrect) error message on repeatable annotations
Summary: Adjusted error mesage for repeating annotations
Reviewed-by: jfranck, dlsmith
alundblad [Fri, 17 Apr 2015 11:52:10 +0200] rev 29959
8073534: Confusing / incorrect error message regarding annotations on non-declarations
Summary: Adjusted error message for annotations on non-declarations.
Reviewed-by: jlahoda, dlsmith
dlsmith [Thu, 16 Apr 2015 17:20:20 -0600] rev 29958
8075520: Varargs access check mishandles capture variables
8077786: Check varargs access against inferred signature
Reviewed-by: vromero
bpatel [Mon, 13 Apr 2015 18:05:23 -0700] rev 29957
8072945: Javadoc should generate valid and compliant HTML5 output
Reviewed-by: jjg, ksrini
katleman [Fri, 17 Apr 2015 09:59:49 -0700] rev 29956
Added tag jdk9-b60 for changeset f7bd3ddc9292
duke [Wed, 05 Jul 2017 20:29:12 +0200] rev 29955
Merge
lana [Fri, 17 Apr 2015 10:23:30 -0700] rev 29954
Merge
aefimov [Fri, 17 Apr 2015 17:17:05 +0300] rev 29953
8078057: Reapply fixes for 8073361, 8073374, 8073696
Reviewed-by: alanb, mchung
mkos [Tue, 07 Apr 2015 13:08:57 +0200] rev 29952
8048992: Enhance thread contexts in JAXWS
Summary: fix also reviewed by skoivu,asaha,mgrebac,Alexander Fomin,Bill Shannon
Reviewed-by: chegar
katleman [Fri, 17 Apr 2015 09:59:45 -0700] rev 29951
Added tag jdk9-b60 for changeset 6d5d546e953b
duke [Wed, 05 Jul 2017 20:29:06 +0200] rev 29950
Merge
lana [Fri, 17 Apr 2015 10:23:39 -0700] rev 29949
Merge
joehw [Thu, 16 Apr 2015 12:25:27 -0700] rev 29948
8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API
Reviewed-by: mchung, alanb, lancea
joehw [Wed, 15 Apr 2015 21:54:29 -0700] rev 29947
8051559: Convert JAXP function tests: org.w3c.dom to jtreg (testng) tests
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Thu, 02 Apr 2015 10:35:54 -0700] rev 29946
8048983: Enhance thread contexts in JAXP
Reviewed-by: chegar, lancea, dfuchs, hawtin
aefimov [Thu, 05 Mar 2015 12:05:56 +0300] rev 29945
8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
Reviewed-by: joehw, lancea, ahgross
katleman [Fri, 17 Apr 2015 09:59:45 -0700] rev 29944
Added tag jdk9-b60 for changeset aa1bae42dcac
duke [Wed, 05 Jul 2017 20:28:59 +0200] rev 29943
Merge
lana [Fri, 17 Apr 2015 10:25:26 -0700] rev 29942
Merge
hannesw [Thu, 16 Apr 2015 17:31:32 +0200] rev 29941
8077955: Undeclared globals in eval code should not be handled as fast scope
Reviewed-by: lagergren, attila
katleman [Fri, 17 Apr 2015 09:59:50 -0700] rev 29940
Added tag jdk9-b60 for changeset f678f348c947
duke [Wed, 05 Jul 2017 20:28:54 +0200] rev 29939
Merge
lana [Fri, 17 Apr 2015 10:25:35 -0700] rev 29938
Merge
msheppar [Thu, 02 Apr 2015 22:14:38 +0100] rev 29937
8048997: Enhance thread contexts in CORBA
Reviewed-by: chegar
msheppar [Mon, 13 Apr 2015 14:50:27 +0100] rev 29936
8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
Reviewed-by: chegar, alanb
katleman [Fri, 17 Apr 2015 09:59:42 -0700] rev 29935
Added tag jdk9-b60 for changeset f51f8989ad5d
duke [Wed, 05 Jul 2017 20:28:49 +0200] rev 29934
Merge
lana [Fri, 17 Apr 2015 10:24:46 -0700] rev 29933
Merge
aefimov [Fri, 17 Apr 2015 19:57:57 +0300] rev 29932
8071968: javax/xml/ws/8046817/GenerateEnumSchema.java failed on Windows platform
Reviewed-by: lancea
erikj [Fri, 17 Apr 2015 13:55:42 +0200] rev 29931
8077824: Introduce DefineNativeToolchain to handle toolchain configurations
Reviewed-by: ihse, tbell
okutsu [Fri, 17 Apr 2015 16:50:16 +0900] rev 29930
7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
Reviewed-by: peytoia
darcy [Thu, 16 Apr 2015 11:33:59 -0700] rev 29929
8077991: Missing javadoc in exceptions types in javax.transaction
Reviewed-by: rriggs, lancea, alanb
darcy [Thu, 16 Apr 2015 10:44:23 -0700] rev 29928
8077915: Fix doclint issues in javax.smartcardio
Reviewed-by: mullan
darcy [Thu, 16 Apr 2015 09:51:29 -0700] rev 29927
8077923: Add missing doclint in javax.management
Reviewed-by: dfuchs
naoto [Thu, 16 Apr 2015 08:25:19 -0700] rev 29926
8076287: Performance degradation observed with TimeZone Benchmark
Reviewed-by: okutsu
ihse [Thu, 16 Apr 2015 14:48:11 +0200] rev 29925
8077847: Better handling of Windows executable manifest version
Reviewed-by: erikj, tbell
henryjen [Wed, 15 Apr 2015 07:33:34 -0700] rev 29924
Merge
valeriep [Fri, 03 Apr 2015 23:01:17 +0000] rev 29923
8042332: Enhance thread contexts in security libraries
Summary: Modified to use ManagedLocalsThread wherever applicable.
Reviewed-by: xuelei, skoivu
serb [Fri, 03 Apr 2015 17:17:36 +0300] rev 29922
8027771: Enhance thread contexts
Reviewed-by: anthony, serb
jbachorik [Fri, 01 Aug 2014 13:31:03 +0200] rev 29921
8042327: Enhance thread contexts in serviceability
Reviewed-by: chegar, dfuchs, olagneau, sla
chegar [Thu, 02 Apr 2015 11:43:11 +0100] rev 29920
8042322: Enhance thread contexts in networking and nio
Reviewed-by: alanb, michaelm
chegar [Thu, 02 Apr 2015 11:43:11 +0100] rev 29919
8047149: Enhance thread contexts in core libraries
Reviewed-by: alanb
igerasim [Mon, 16 Mar 2015 23:59:02 +0300] rev 29918
8075040: Need a test to cover FREAK (BugDB 20647631)
Reviewed-by: wetmore
igerasim [Fri, 20 Feb 2015 12:59:26 +0300] rev 29917
8068720: Better certificate options checking
Reviewed-by: mullan
valeriep [Wed, 18 Feb 2015 04:01:33 +0000] rev 29916
8073163: Remove the redundant call of System.nanoTime() from RSACore
Summary: remove the redundant call of System.nanoTime() in RSACore.java
Reviewed-by: mullan
valeriep [Sat, 14 Feb 2015 00:27:29 +0000] rev 29915
8071726: Better RSA optimizations
Summary: Added a check when RSA signature is generated with a RSAPrivateCRTKey object.
Reviewed-by: mullan
sherman [Wed, 28 Jan 2015 12:36:25 -0800] rev 29914
8064601: Improve jar file handling
Reviewed-by: alanb, coffeys
azvegint [Mon, 19 Jan 2015 20:02:31 +0300] rev 29913
8069198: Upgrade image library
Reviewed-by: ahgross, bae, mschoene, serb
serb [Sun, 18 Jan 2015 23:28:36 +0300] rev 29912
8068320: Limit applet requests
Reviewed-by: prr, skoivu, art
prr [Thu, 15 Jan 2015 09:47:06 -0800] rev 29911
8067699: Better glyph storage
Reviewed-by: srl, bae, mschoene