psadhukhan [Thu, 03 Mar 2016 12:20:11 +0530] rev 36467
8044788: [D3D] clip is ignored during surface->sw blit
Reviewed-by: serb, prr
Contributed-by: prasanta.sadhukhan@oracle.com, prahalad.kumar.narayanan@oracle.com
serb [Wed, 02 Mar 2016 18:28:42 +0300] rev 36466
8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
Reviewed-by: alexp, aivanov
ddehaven [Mon, 29 Feb 2016 09:00:35 -0800] rev 36465
Merge
psadhukhan [Mon, 29 Feb 2016 14:19:40 +0530] rev 36464
7126823: JInternalFrame.getNormalBounds() returns bad value after iconify/deiconify
Reviewed-by: ssadetsky, rchamyal
Contributed-by: prem.balakrishnan@oracle.com
avstepan [Fri, 26 Feb 2016 19:24:06 +0300] rev 36463
8150643: [TEST] add test for JDK-8150176
Reviewed-by: serb
serb [Fri, 26 Feb 2016 18:51:44 +0300] rev 36462
8141553: [macosx] JDK fails to build with Xcode 7 on 10.11
Reviewed-by: aniyogi, ddehaven, cbensen
psadhukhan [Thu, 25 Feb 2016 10:22:22 +0530] rev 36461
8020039: SynthTableHeaderUI refers to possibly null parameter in cell renderer
Reviewed-by: rchamyal, serb
Contributed-by: ajit.ghaisas@oracle.com
ddehaven [Wed, 24 Feb 2016 08:58:31 -0800] rev 36460
Merge
ssadetsky [Wed, 24 Feb 2016 14:36:53 +0300] rev 36459
8081722: Provide public access to sun.awt.shell.ShellFolder methods which are required for implementing javax.swing.JFileChooser
Reviewed-by: prr, serb, alexsch
lbourges [Tue, 23 Feb 2016 22:07:27 +0100] rev 36458
8148886: SEGV in sun.java2d.marlin.Renderer._endRendering
Summary: handle reentrancy in both AAShapePipe and MarlinRenderingEngine using new sun.java2d.ReentrantContextProvider implementations
Reviewed-by: flar, prr
ddehaven [Tue, 23 Feb 2016 09:11:19 -0800] rev 36457
Merge
mhalder [Tue, 23 Feb 2016 10:24:29 +0530] rev 36456
8147834: [macosx] KeyEvents for function keys F17, F18, F19 return keyCode 0
Reviewed-by: serb, aniyogi
psadhukhan [Tue, 23 Feb 2016 10:22:40 +0530] rev 36455
8150233: Missing copyright headers in XSurfaceData/ExtendedKeyCodes
Reviewed-by: prr
serb [Thu, 18 Feb 2016 22:11:29 +0300] rev 36454
8038139: AudioInputStream.getFrameLength() returns wrong value for floating-point WAV
Reviewed-by: prr, amenkov
aniyogi [Wed, 17 Feb 2016 11:44:07 +0530] rev 36453
8146321: [macosx] JInternalFrame frame icon in wrong position on Mac L&F if icon is not ImageIcon
Reviewed-by: serb, alexsch, rchamyal
ptbrunet [Tue, 16 Feb 2016 19:38:26 -0600] rev 36452
8149161: CSM call Class.forName in com.sun.java.accessibility.util.Translator
Summary: add call to checkPackageAccess
Reviewed-by: serb, prr
Contributed-by: peter.brunet@oracle.com
serb [Fri, 12 Feb 2016 16:09:39 +0300] rev 36451
8136382: SimpleBeanInfo.loadImage succeeds when running with a security manager
Reviewed-by: alanb
serb [Fri, 12 Feb 2016 16:08:39 +0300] rev 36450
8130061: java.beans.EventHandler.create does not specify how it fails when an EventHandler cannot be created
Reviewed-by: alanb
arapte [Mon, 15 Feb 2016 14:36:54 +0530] rev 36449
8025001: setFocusTraversalPolicy() to ContainerOrderFocusTraversalPolicy results in an infinite loop
Reviewed-by: ssadetsky, psadhukhan
bpb [Thu, 11 Feb 2016 13:42:53 -0800] rev 36448
8149593: Change <code>foo</code> to {@code foo} in TIFF plugin classes
Summary: Change <code>foo</code> to {@code foo} in TIFF plugin classes and 2015 to 2016 where needed.
Reviewed-by: prr, darcy
kshefov [Thu, 11 Feb 2016 12:24:28 +0300] rev 36447
8131751: [TEST_BUG] Test javax/swing/plaf/gtk/crash/RenderBadPictureCrash.java fails UnsupportedOperationException
Reviewed-by: alexsch, ssadetsky
Contributed-by: Vikrant Agarwal <vikrant.v.agarwal@oracle.com>
lbourges [Thu, 11 Feb 2016 09:08:15 +0100] rev 36446
8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates
Summary: use first / last Y crossings to compute edge min/max Y and ensure consistency with edgeBuckets / edgeBucketCounts arrays
Reviewed-by: flar, prr
bpb [Wed, 10 Feb 2016 13:49:06 -0800] rev 36445
8149120: TIFFField constructor throws ArrayIndexOutOfBoundsException and IllegalArgumentException for scenarios explained in description
Summary: Clean up parameter checking in TIFFField.
Reviewed-by: prr
alexsch [Thu, 11 Feb 2016 00:19:38 +0400] rev 36444
8139508: Debug option does not work in appletviewer
Reviewed-by: prr, ssadetsky
bpb [Mon, 01 Feb 2016 15:00:02 -0800] rev 36443
8148628: TIFFDirectory(getAsMetaData) created with one TIFFField having a IFD pointer tag throws ClassCastException & other naming differences (JEP 262)
Summary: Clean up some handling of TIFFDirectory instances contained in TIFFFields and make a couple of minor changes to Exif and GeoTIFF tag names.
Reviewed-by: prr
jnimeh [Fri, 11 Mar 2016 10:54:42 -0800] rev 36442
8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
Summary: Performs argument checking on inputs to the CertificateStatus constructor in order to eliminate the need for exception processing. Also pulls stapling processing logic out to its own method.
Reviewed-by: xuelei
rriggs [Fri, 11 Mar 2016 12:53:10 -0500] rev 36441
8151063: Typo in java.lang.invoke.StringConcatFactory javadoc
Reviewed-by: prappo, rriggs
Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
darcy [Fri, 11 Mar 2016 10:06:12 -0800] rev 36440
8151679: Mark SignatureOffsets.java as intermittently failing
Reviewed-by: xuelei
prappo [Fri, 11 Mar 2016 18:35:26 +0530] rev 36439
8151065: Typo in javax.naming.CompoundName
Reviewed-by: vinnie, prappo
Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
mchung [Thu, 10 Mar 2016 11:52:54 -0800] rev 36438
8151660: Revert NativeBuffer.java to use jdk.internal.ref.Cleaner
Reviewed-by: rriggs
lana [Thu, 10 Mar 2016 09:50:58 -0800] rev 36437
Merge
rriggs [Thu, 10 Mar 2016 09:35:59 -0500] rev 36436
8043329: Wrong variable used in java.util.Collections javadoc code
Reviewed-by: lancea, rriggs
Contributed-by: merkel05@gmail.com
plevart [Wed, 09 Mar 2016 21:17:06 +0100] rev 36435
8149925: We don't need jdk.internal.ref.Cleaner any more - part1
Summary: 1st part of removing legacy jdk.internal.ref.Cleaner
Reviewed-by: chegar, mchung
michaelm [Wed, 09 Mar 2016 13:37:30 +0000] rev 36434
8151299: Http client SelectorManager overwriting read and write events
Reviewed-by: chegar
michaelm [Wed, 09 Mar 2016 12:11:31 +0000] rev 36433
8151441: Completion result in httpclient Exchange.java lost
Reviewed-by: chegar
amlu [Wed, 09 Mar 2016 11:35:21 +0800] rev 36432
8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing
Reviewed-by: chegar
amurillo [Tue, 08 Mar 2016 19:03:30 -0800] rev 36431
Merge
amurillo [Sat, 05 Mar 2016 20:46:44 -0800] rev 36430
Merge
jwilhelm [Sat, 05 Mar 2016 10:10:20 +0100] rev 36429
Merge
aeriksso [Thu, 03 Mar 2016 18:05:48 +0100] rev 36428
8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
Reviewed-by: dsamersoff, sspitsyn
mgronlun [Thu, 03 Mar 2016 12:34:55 +0100] rev 36427
8151100: Test java/lang/instrument/NativeMethodPrefixAgent.java can't attempt to do CheckIntrinsics
Reviewed-by: sspitsyn, ddmitriev, egahlin
hseigel [Wed, 02 Mar 2016 23:48:43 +0000] rev 36426
Merge
rprotacio [Wed, 02 Mar 2016 14:52:35 -0500] rev 36425
8145098: JNI GetVersion should return JNI_VERSION_9
Summary: Updated JNI_VERSION for current version to be JNI_VERSION_9
Reviewed-by: hseigel, gtriantafill, dholmes, alanb
mgronlun [Wed, 02 Mar 2016 21:39:03 +0100] rev 36424
8151053: com/sun/jdi/StepTest.java fails in 2016-03-01 JDK9-hs-rt nightly
Reviewed-by: dcubed, egahlin
mgronlun [Tue, 01 Mar 2016 23:54:05 +0100] rev 36423
8143235: Remove libjfr mapfile
Reviewed-by: jbachorik, egahlin
jwilhelm [Mon, 29 Feb 2016 15:24:51 +0100] rev 36422
Merge
csahu [Fri, 26 Feb 2016 16:19:04 +0530] rev 36421
8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
Reviewed-by: kevinw, dholmes
Contributed-by: cheleswer.sahu@oracle.com
ctornqvi [Wed, 24 Feb 2016 16:33:19 -0500] rev 36420
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
aeriksso [Thu, 18 Feb 2016 16:15:15 +0100] rev 36419
8149743: JVM crash after debugger hotswap with lambdas
Reviewed-by: sspitsyn, coleenp, dcubed
thartmann [Thu, 03 Mar 2016 08:58:00 +0100] rev 36418
8151024: Remove TCKJapaneseChronology.java from the problem list
Summary: Remove TCKJapaneseChronology.java from the problem list after JDK-8134979 was fixed.
Reviewed-by: vlivanov
thartmann [Mon, 29 Feb 2016 08:12:22 +0000] rev 36417
Merge
thartmann [Mon, 29 Feb 2016 09:02:14 +0100] rev 36416
Merge
zmajo [Mon, 29 Feb 2016 07:58:45 +0100] rev 36415
8148940: java/lang/ref/FinalizeOverride.java can time out due to frequent safepointing
Summary: Reduce the freqency of triggering GCs by sleeping between GCs.
Reviewed-by: thartmann, shade
shade [Tue, 23 Feb 2016 22:10:02 +0300] rev 36414
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
shade [Tue, 23 Feb 2016 17:55:28 +0300] rev 36413
8150180: String.value contents should be trusted
Reviewed-by: vlivanov, redestad, jrose, twisti
bchristi [Tue, 08 Mar 2016 11:36:42 -0800] rev 36412
8148187: Remove OS X-specific com.apple.concurrent package
Summary: Removed jdk.deploy.osx module (including com.apple.concurrent)
Reviewed-by: alanb, erikj, mchung
chegar [Tue, 08 Mar 2016 12:11:07 +0000] rev 36411
8151384: Improve String.CASE_INSENSITIVE_ORDER and remove sun.misc.ASCIICaseInsensitiveComparator
Reviewed-by: shade, sherman
mli [Tue, 08 Mar 2016 11:01:38 +0000] rev 36410
8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException
Reviewed-by: alanb
amlu [Tue, 08 Mar 2016 09:33:31 +0800] rev 36409
8151352: jdk/test/sample fails with "effective library path is outside the test suite"
Reviewed-by: darcy
Contributed-by: Felix Yang <felix.yang@oracle.com>
lana [Thu, 10 Mar 2016 09:28:15 -0800] rev 36408
Added tag jdk-9+109 for changeset 652d06266511
duke [Wed, 05 Jul 2017 21:26:22 +0200] rev 36407
Merge
lana [Thu, 10 Mar 2016 09:50:18 -0800] rev 36406
Merge
amurillo [Sat, 05 Mar 2016 20:46:42 -0800] rev 36405
Merge
jwilhelm [Sat, 05 Mar 2016 10:10:23 +0100] rev 36404
Merge
jprovino [Thu, 03 Mar 2016 17:33:13 +0000] rev 36403
Merge
jprovino [Thu, 03 Mar 2016 12:20:22 -0500] rev 36402
8150984: Invalid VM argument causes crash -XX:G1ConcRefinementServiceIntervalMillis=2147483648
Summary: Change maximum range so it can't be negative
Reviewed-by: kbarrett, sangheki
aeriksso [Thu, 03 Mar 2016 12:36:54 +0100] rev 36401
8150986: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failing because expects HPROF JAVA PROFILE 1.0.1 file format
Reviewed-by: dcubed, dsamersoff
dsamersoff [Thu, 03 Mar 2016 11:28:48 +0300] rev 36400
8150723: HSDB toolbar icons are missing.
Reviewed-by: erikj, dsamersoff
Contributed-by: yasuenag@gmail.com
gziemski [Thu, 03 Mar 2016 00:49:02 +0000] rev 36399
Merge
gziemski [Wed, 02 Mar 2016 14:36:55 -0600] rev 36398
8146849: Remove TraceJNIHandleAllocation rather than converting to UL
Summary: Removed TraceJNIHandleAllocation
Reviewed-by: coleenp, dholmes
hseigel [Wed, 02 Mar 2016 23:48:41 +0000] rev 36397
Merge
rprotacio [Wed, 02 Mar 2016 15:10:38 -0500] rev 36396
8145098: JNI GetVersion should return JNI_VERSION_9
Summary: Updated JNI_VERSION for current version to be JNI_VERSION_9
Reviewed-by: hseigel, gtriantafill, dholmes, alanb
poonam [Wed, 02 Mar 2016 19:15:35 +0000] rev 36395
Merge
poonam [Thu, 25 Feb 2016 11:27:13 +0530] rev 36394
8150002: Check for the validity of oop before printing it in verify_remembered_set
Summary: Adding missing check for valid oop.
Reviewed-by: dcubed
Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
coleenp [Wed, 02 Mar 2016 17:09:32 +0000] rev 36393
Merge
rprotacio [Wed, 02 Mar 2016 10:59:25 -0500] rev 36392
8150746: runtime/logging/ItablesTest.java fails with: java.lang.RuntimeException: 'Resolving: klass: ' missing from stdout/stderr
Summary: Deleted logging line from code and test because unnecessary
Reviewed-by: twisti, coleenp
tschatzl [Wed, 02 Mar 2016 17:08:40 +0100] rev 36391
Merge
tschatzl [Wed, 02 Mar 2016 15:57:48 +0100] rev 36390
8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Summary: Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages.
Reviewed-by: brutisso, sjohanss
tschatzl [Wed, 02 Mar 2016 15:55:47 +0100] rev 36389
8147121: Evacuation failure allocation statistics added too late
Summary: Move adding evacuation failure statistics to after free_collection_set.
Reviewed-by: brutisso, drwhite
dsamersoff [Wed, 02 Mar 2016 17:08:26 +0300] rev 36388
8150318: serviceability/dcmd/jvmti/LoadAgentDcmdTest.java - Could not find JDK_DIR/lib/x86_64/libinstrument.so
Summary: refactor test
Reviewed-by: jbachorik, sspitsyn
brutisso [Wed, 02 Mar 2016 08:41:02 +0100] rev 36387
8058944: Unify the reporting strings for the GC debug level logging in G1
Reviewed-by: sjohanss, tschatzl
mgronlun [Tue, 01 Mar 2016 23:48:46 +0100] rev 36386
8147442: Event-based tracing to allow for tracing Klass creation
Reviewed-by: jbachorik, egahlin
mgronlun [Tue, 01 Mar 2016 23:47:30 +0100] rev 36385
8066814: Reduce accessibility in TraceEvent
Reviewed-by: egahlin, jbachorik
mgronlun [Tue, 01 Mar 2016 23:46:09 +0100] rev 36384
8143226: Minor updates to Event Based tracing
Reviewed-by: jbachorik, egahlin
erikj [Tue, 01 Mar 2016 09:42:19 +0100] rev 36383
8150822: Fix typo in JDK-8150201
Reviewed-by: ihse, dholmes
mockner [Tue, 01 Mar 2016 02:15:31 +0000] rev 36382
Merge
mockner [Mon, 29 Feb 2016 16:58:09 -0500] rev 36381
8149064: TraceProtectionDomainVerification has been converted to Unified Logging.
Summary: TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
dholmes [Mon, 29 Feb 2016 23:35:33 +0000] rev 36380
Merge
stuefe [Mon, 29 Feb 2016 08:50:57 +0100] rev 36379
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
drwhite [Mon, 29 Feb 2016 11:32:12 -0500] rev 36378
8140600: Convert unnecessarily malloc'd Monitors to value members
Summary: Change a malloc'd monitor into an embedded monitor.
Reviewed-by: tschatzl, kbarrett
jwilhelm [Mon, 29 Feb 2016 15:42:34 +0000] rev 36377
Merge
jwilhelm [Mon, 29 Feb 2016 15:24:52 +0100] rev 36376
Merge
aeriksso [Fri, 26 Feb 2016 16:28:42 +0100] rev 36375
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
brutisso [Mon, 29 Feb 2016 13:06:03 +0100] rev 36374
8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl
kbarrett [Sun, 28 Feb 2016 12:22:05 -0500] rev 36373
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Summary: Removed the option and supporting code.
Reviewed-by: jmasa, tamao
jprovino [Sat, 27 Feb 2016 00:07:03 +0000] rev 36372
Merge
jprovino [Fri, 26 Feb 2016 14:02:39 -0500] rev 36371
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Summary: ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
tschatzl [Fri, 26 Feb 2016 17:55:05 +0100] rev 36370
Merge
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36369
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Summary: Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36368
8150630: Add logging for ParScanThreadState merge phase
Summary: Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36367
8076463: Add logging for the preserve CM referents task
Summary: Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36366
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
mgerdin [Thu, 25 Feb 2016 11:20:03 +0100] rev 36365
8150390: Move rs length sampling data to the sampling thread
Reviewed-by: drwhite, jwilhelm
mockner [Thu, 25 Feb 2016 13:09:17 -0500] rev 36364
8150103: Convert TraceClassPaths to Unified Logging
Summary: TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
drwhite [Wed, 24 Feb 2016 09:25:39 +0100] rev 36363
8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
Reviewed-by: mgerdin, brutisso
ctornqvi [Thu, 25 Feb 2016 01:55:45 +0000] rev 36362
Merge
ctornqvi [Wed, 24 Feb 2016 16:34:25 -0500] rev 36361
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
kbarrett [Thu, 25 Feb 2016 01:23:10 +0100] rev 36360
Merge
kbarrett [Tue, 23 Feb 2016 18:58:36 -0500] rev 36359
8150426: Wrong cast in metadata_at_put
Summary: Fix cast.
Reviewed-by: dholmes, coleenp, jprovino
Contributed-by: timo.kinnunen@gmail.com
dholmes [Wed, 24 Feb 2016 22:22:41 +0000] rev 36358
Merge
dholmes [Wed, 24 Feb 2016 16:04:51 -0500] rev 36357
8150506: Remove unused locks
Reviewed-by: mgronlun, tschatzl, mgerdin, coleenp
coleenp [Wed, 24 Feb 2016 21:55:26 +0100] rev 36356
Merge
stuefe [Wed, 24 Feb 2016 18:06:34 +0100] rev 36355
8149036: Add tracing for thread related events at os level
Reviewed-by: coleenp, mlarsson, dholmes
kbarrett [Wed, 24 Feb 2016 13:18:54 -0500] rev 36354
8150419: Cleanup BufferNode API
Summary: Fewer public functions, cleanup allocation.
Reviewed-by: tschatzl, drwhite
aeriksso [Thu, 18 Feb 2016 16:15:28 +0100] rev 36353
8149743: JVM crash after debugger hotswap with lambdas
Reviewed-by: sspitsyn, coleenp, dcubed
vlivanov [Thu, 03 Mar 2016 14:07:10 +0000] rev 36352
Merge
vlivanov [Thu, 03 Mar 2016 16:46:58 +0300] rev 36351
8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
Reviewed-by: zmajo, thartmann
thartmann [Thu, 03 Mar 2016 13:18:53 +0100] rev 36350
8151130: [BACKOUT] Remove Method::_method_data for C1
Summary: Backing out the fix for JDK-8147978 because it fails and blocks integration.
Reviewed-by: vlivanov, zmajo
vlivanov [Wed, 02 Mar 2016 15:42:03 +0300] rev 36349
8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
Reviewed-by: zmajo, shade
shade [Wed, 02 Mar 2016 12:29:17 +0300] rev 36348
8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
Reviewed-by: thartmann, zmajo
iveresov [Tue, 01 Mar 2016 21:56:02 +0000] rev 36347
Merge
iveresov [Tue, 01 Mar 2016 12:35:21 -0800] rev 36346
8134119: Use new API to get cache line sizes
Summary: Using new sysconf and sysinfo API on Solaris 12, avoid using libpicl and libkstat.
Reviewed-by: kvn
cjplummer [Fri, 26 Feb 2016 09:13:22 -0800] rev 36345
8147978: Remove Method::_method_data for C1
Summary: Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
twisti [Tue, 01 Mar 2016 18:29:20 +0000] rev 36344
Merge
twisti [Fri, 26 Feb 2016 13:21:28 +0100] rev 36343
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
Reviewed-by: rschatz, twisti
Contributed-by: Benoit Daloze <benoit.daloze@jku.at>
vlivanov [Tue, 01 Mar 2016 20:06:47 +0300] rev 36342
8150933: System::arraycopy intrinsic doesn't mark mismatched loads
Reviewed-by: kvn, shade
fyang [Fri, 19 Feb 2016 17:12:14 +0800] rev 36341
8150229: aarch64: pipeline class for several instructions is not set correctly
Summary: aarch64: c2 fix pipeline class for several instructions.
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Thu, 18 Feb 2016 21:53:24 +0800] rev 36340
8149907: aarch64: use load/store pair instructions in call_stub
Summary: aarch64: make use of load/store pair instructions in call_stub to save space
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Wed, 17 Feb 2016 20:19:24 +0800] rev 36339
8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
Summary: aarch64: c2 make use of CBZ and CBNZ when comparing narrow pointer with zero
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
hshi [Wed, 24 Feb 2016 04:45:50 -0800] rev 36338
8149733: AArch64: refactor array_equals/string_equals
Summary: combine similar code for string_equals/char_array_equals/byte_array_equals into same implemenation
Reviewed-by: aph, shade
vlivanov [Mon, 29 Feb 2016 23:46:55 +0300] rev 36337
8150543: Mismatched access detection is inaccurate
Reviewed-by: kvn, shade
redestad [Mon, 29 Feb 2016 15:05:45 +0100] rev 36336
8150720: Cleanup code around PrintOptoStatistics
Reviewed-by: kvn, shade, vlivanov
zmajo [Mon, 29 Feb 2016 13:02:10 +0100] rev 36335
8150349: Reduce the execution time of the hotspot_compiler_3 group
Summary: Exclude long-running intrinsic-related tests that check functionality that is not likely to be changed soon.
Reviewed-by: kvn, neliasso
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36334
Merge
twisti [Fri, 26 Feb 2016 11:13:25 -1000] rev 36333
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
Reviewed-by: coleenp
vlivanov [Fri, 26 Feb 2016 15:54:55 +0300] rev 36332
8068038: C2: large constant offsets aren't handled on SPARC
Reviewed-by: kvn
vlivanov [Fri, 26 Feb 2016 01:58:29 +0300] rev 36331
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
Reviewed-by: kvn, shade
vlivanov [Fri, 26 Feb 2016 01:58:26 +0300] rev 36330
8150186: Folding mismatched accesses with @Stable is incorrect
Reviewed-by: kvn, jrose, shade
twisti [Wed, 24 Feb 2016 09:22:45 -0800] rev 36329
8150561: [AArch64] JVMCI improvements
Reviewed-by: kvn
aph [Thu, 25 Feb 2016 14:47:08 +0000] rev 36328
Merge
aph [Wed, 24 Feb 2016 12:38:50 +0000] rev 36327
Merge
aph [Wed, 17 Feb 2016 14:06:45 +0000] rev 36326
8150045: arraycopy causes segfaults in SATB during garbage collection
Reviewed-by: roland
shade [Thu, 25 Feb 2016 15:10:16 +0300] rev 36325
8150534: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: vlivanov, thartmann
neliasso [Thu, 25 Feb 2016 11:17:33 +0100] rev 36324
Merge
neliasso [Thu, 25 Feb 2016 10:44:51 +0100] rev 36323
8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
Summary: Use whitebox to test specific cases making test less fragile
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:44:19 +0100] rev 36322
8149789: SIGSEGV in CompileTask::print
Summary: Print tasks from active compile threads requires safepoint
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:42:42 +0100] rev 36321
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by: kvn
thartmann [Thu, 25 Feb 2016 08:47:57 +0100] rev 36320
8150441: CompileTask::print_impl() is broken after JDK-8146905
Summary: Timestamps should be explicitly initialized.
Reviewed-by: dholmes
roland [Wed, 24 Feb 2016 20:18:04 +0000] rev 36319
Merge
roland [Tue, 23 Feb 2016 17:18:31 +0100] rev 36318
8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Summary: gcc expects clean 32 bit int in 64 bit register on function entry
Reviewed-by: kvn, dlong
shade [Wed, 24 Feb 2016 18:43:51 +0300] rev 36317
8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
Reviewed-by: thartmann, vlivanov
shade [Tue, 23 Feb 2016 22:09:41 +0300] rev 36316
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
roland [Tue, 23 Feb 2016 17:59:27 +0100] rev 36315
8007986: GrowableArray should implement binary search
Summary: binary search method for GrowableArray
Reviewed-by: vlivanov, jrose
shade [Tue, 23 Feb 2016 17:55:20 +0300] rev 36314
8150180: String.value contents should be trusted
Reviewed-by: vlivanov, redestad, jrose, twisti
jcm [Mon, 22 Feb 2016 23:37:29 -0800] rev 36313
8145333: -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-EnableJVMCI makes JVM crash
Summary: JVMCI Flags are checked for consistency after parse.
Reviewed-by: twisti
roland [Tue, 23 Feb 2016 10:22:56 +0000] rev 36312
Merge
roland [Tue, 16 Feb 2016 12:54:20 +0100] rev 36311
8149916: Test case for 8149797
Reviewed-by: kvn
shade [Fri, 19 Feb 2016 11:16:38 +0300] rev 36310
8150102: C1 should fold arraylength for constant/trusted arrays
Reviewed-by: vlivanov, kvn
roland [Wed, 17 Feb 2016 10:59:04 +0100] rev 36309
8148786: xml.tranform fails on x86-64
Summary: CCP computes wrong type for CountedLoop iv Phi
Reviewed-by: kvn
roland [Mon, 15 Feb 2016 10:14:33 +0100] rev 36308
8087341: C2 doesn't optimize redundant memory operations with G1
Summary: effect of memory barrier in post barrier is too wide
Reviewed-by: kvn, aph
Contributed-by: adinn <adinn@redhat.com>
thartmann [Mon, 22 Feb 2016 08:04:12 +0100] rev 36307
Merge
kshefov [Sat, 20 Feb 2016 11:49:45 +0300] rev 36306
8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:49:02 +0300] rev 36305
8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:44:14 +0300] rev 36304
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk
mdoerr [Fri, 19 Feb 2016 11:09:59 +0100] rev 36303
8149655: PPC64: Implement CompactString intrinsics
Reviewed-by: goetz, kvn
vlivanov [Fri, 19 Feb 2016 20:45:26 +0300] rev 36302
8067014: LinearScan::is_sorted significantly slows down fastdebug builds' performance
Reviewed-by: vlivanov, shade
vlivanov [Fri, 19 Feb 2016 20:41:36 +0300] rev 36301
8149741: Don't refer to stub entry points by index in external_word relocations
Reviewed-by: kvn
vlivanov [Fri, 19 Feb 2016 20:40:20 +0300] rev 36300
7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Reviewed-by: jrose, kvn
thartmann [Fri, 19 Feb 2016 10:06:19 +0100] rev 36299
8145707: 4 Null pointer dereference defect groups in compileBroker.cpp.
Summary: Added explicit null checks to fix possible null pointer dereference errors for internal tests.
Reviewed-by: kvn
Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
ppunegov [Wed, 17 Feb 2016 17:48:56 +0300] rev 36298
8144621: CompilerControl: inline tests timeout with Xcomp
Summary: Restrict patterns that lead to timeout
Reviewed-by: kvn, neliasso
lana [Thu, 10 Mar 2016 09:28:10 -0800] rev 36297
Added tag jdk-9+109 for changeset 9ea881b5873b
erikj [Fri, 11 Mar 2016 09:27:56 +0100] rev 36296
8151685: Fix the version of required jdk in configure help text
Reviewed-by: erikj
Contributed-by: kubota.yuji@gmail.com
lana [Thu, 10 Mar 2016 09:49:42 -0800] rev 36295
Merge
simonis [Wed, 09 Mar 2016 11:15:04 +0100] rev 36294
8151497: Set REQUIRED_OS_NAME and REQUIRED_OS_VERSION on AIX
Reviewed-by: erikj
amurillo [Tue, 08 Mar 2016 19:03:30 -0800] rev 36293
Merge
amurillo [Sat, 05 Mar 2016 20:46:42 -0800] rev 36292
Merge
jwilhelm [Sat, 05 Mar 2016 10:10:16 +0100] rev 36291
Merge
ysuenaga [Mon, 29 Feb 2016 22:55:13 +0900] rev 36290
8150723: HSDB toolbar icons are missing.
Reviewed-by: erikj, dsamersoff
mgronlun [Tue, 01 Mar 2016 23:41:57 +0100] rev 36289
8143228: Update module exports for Java Flight Recorder
Reviewed-by: alanb, egahlin
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36288
Merge
neliasso [Thu, 25 Feb 2016 10:43:04 +0100] rev 36287
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by: kvn
thartmann [Mon, 22 Feb 2016 08:04:12 +0100] rev 36286
Merge
kshefov [Sat, 20 Feb 2016 11:43:13 +0300] rev 36285
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk
bchristi [Tue, 08 Mar 2016 11:36:30 -0800] rev 36284
8148187: Remove OS X-specific com.apple.concurrent package
Summary: Removed jdk.deploy.osx module (including com.apple.concurrent)
Reviewed-by: alanb, erikj, mchung
erikj [Tue, 08 Mar 2016 15:51:49 +0100] rev 36283
8151435: Windows devkit missing 32bit msvcdis120.dll
Reviewed-by: tbell
lana [Thu, 10 Mar 2016 09:28:08 -0800] rev 36282
Added tag jdk-9+109 for changeset 7fe73c768138
duke [Wed, 05 Jul 2017 21:25:36 +0200] rev 36281
Added tag jdk-9+109 for changeset c870cb782aca
duke [Wed, 05 Jul 2017 21:25:35 +0200] rev 36280
Merge
duke [Wed, 05 Jul 2017 21:25:29 +0200] rev 36279
Merge
sadayapalam [Mon, 07 Mar 2016 18:49:02 +0530] rev 36278
8148930: Incorrect erasure of exceptions in override-equivalent dual interface impl
Summary: Before computing intersection of thrown types, javac must make sure type variables come from the same set.
Reviewed-by: mcimadamore
ksrini [Sat, 05 Mar 2016 07:53:12 -0800] rev 36277
8150000: Javadoc omits package listing for type
Reviewed-by: jjg
ksrini [Thu, 03 Mar 2016 14:54:44 -0800] rev 36276
8150130: NPE building javafx docs with new doclet
Reviewed-by: jjg