katleman [Thu, 09 Jul 2015 13:49:35 -0700] rev 31552
Added tag jdk9-b72 for changeset 8ebacfaf4ba6
duke [Wed, 05 Jul 2017 20:41:16 +0200] rev 31551
Merge
lana [Thu, 09 Jul 2015 16:38:22 -0700] rev 31550
Merge
sundar [Wed, 08 Jul 2015 17:28:08 +0530] rev 31549
8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
Reviewed-by: hannesw, jlaskey, mhaupt
sundar [Tue, 07 Jul 2015 18:33:24 +0530] rev 31548
8130663: 6 fields can be static fields in Global class
Reviewed-by: hannesw, attila
sundar [Mon, 06 Jul 2015 15:59:55 +0530] rev 31547
8130476: Remove unused methods in Global.java
Reviewed-by: hannesw, attila
sundar [Fri, 03 Jul 2015 18:41:58 +0530] rev 31546
8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
Reviewed-by: attila, lagergren, hannesw
katleman [Thu, 09 Jul 2015 13:49:41 -0700] rev 31545
Added tag jdk9-b72 for changeset 93250cfbfa54
duke [Wed, 05 Jul 2017 20:41:12 +0200] rev 31544
Merge
katleman [Thu, 09 Jul 2015 13:49:32 -0700] rev 31543
Added tag jdk9-b72 for changeset 423e8a18b960
duke [Wed, 05 Jul 2017 20:41:09 +0200] rev 31542
Merge
lana [Thu, 09 Jul 2015 16:37:55 -0700] rev 31541
Merge
martin [Mon, 29 Jun 2015 15:02:35 -0700] rev 31540
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
Summary: return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
rriggs [Thu, 09 Jul 2015 09:55:36 -0400] rev 31539
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
Summary: Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
igerasim [Thu, 09 Jul 2015 10:37:07 +0300] rev 31538
8130022: Use Java-style array declarations consistently
Reviewed-by: coffeys
rriggs [Wed, 08 Jul 2015 21:54:32 -0400] rev 31537
8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
Summary: Ignore extra processes that are not created by the test and cleanup any remaining child processes
Reviewed-by: darcy
xuelei [Wed, 08 Jul 2015 23:52:15 +0000] rev 31536
8130460: Increase the stability of DTLS test CipherSuite.java
Reviewed-by: wetmore
redestad [Wed, 08 Jul 2015 16:04:42 +0200] rev 31535
8081589: Output of -XX:+TraceClassLoadingPreorder in JDK9 incompatible with MakeClasslist tool
Reviewed-by: iklam, hseigel
dfuchs [Wed, 08 Jul 2015 11:58:14 +0200] rev 31534
8130649: java/util/logging/LoggingDeadlock2.java times out
Summary: added additional traces and thread dump diagnosis for the child process
Reviewed-by: lancea
weijun [Wed, 08 Jul 2015 17:30:38 +0800] rev 31533
8130720: BadKDC1 failed again
Reviewed-by: xuelei
rriggs [Tue, 07 Jul 2015 21:25:05 -0400] rev 31532
8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
Summary: a race condition caused an erroneous fault
Reviewed-by: darcy
rriggs [Tue, 07 Jul 2015 16:54:52 -0400] rev 31531
8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
Summary: Modify to expect only the spawned children; enhance debug output
Reviewed-by: darcy
jlahoda [Tue, 07 Jul 2015 13:17:53 +0200] rev 31530
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
asmotrak [Fri, 03 Jul 2015 08:00:33 +0100] rev 31529
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
katleman [Thu, 09 Jul 2015 13:49:36 -0700] rev 31528
Added tag jdk9-b72 for changeset a006a766c8c9
duke [Wed, 05 Jul 2017 20:41:05 +0200] rev 31527
Merge
lana [Thu, 09 Jul 2015 16:37:15 -0700] rev 31526
Merge
amurillo [Tue, 07 Jul 2015 10:37:28 -0700] rev 31525
Merge
amurillo [Thu, 02 Jul 2015 14:12:07 -0700] rev 31524
Merge
thartmann [Wed, 01 Jul 2015 09:15:34 +0200] rev 31523
Merge
thartmann [Wed, 01 Jul 2015 09:07:10 +0200] rev 31522
8129937: compiler/codecache/jmx/UsageThresholdIncreasedTest.java fails with "Usage threshold was hit"
Summary: Tests should not assume that usage of non-profiled code heap is predictable.
Reviewed-by: kvn, dpochepk
iveresov [Tue, 30 Jun 2015 14:44:53 -0700] rev 31521
8079775: Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
8079062: Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
Summary: Revive stack walk compilation policy
Reviewed-by: kvn
kvn [Tue, 30 Jun 2015 12:12:18 -0700] rev 31520
8129893: 8129094 fix is incomplete
Summary: move old and add new primitive type check.
Reviewed-by: iveresov
vlivanov [Mon, 15 Jun 2015 15:27:04 +0300] rev 31519
8087218: Constant fold loads from final instance fields in VM anonymous classes
Reviewed-by: jrose, rbackman
skovalev [Wed, 17 Jun 2015 16:22:38 +0300] rev 31518
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
Reviewed-by: dholmes, vlivanov
enevill [Thu, 25 Jun 2015 13:41:29 +0000] rev 31517
8129426: aarch64: add support for PopCount in C2
Summary: Add support for PopCount using SIMD cnt and addv inst
Reviewed-by: kvn, aph
Contributed-by: alexander.alexeev@caviumnetworks.com
enevill [Thu, 25 Jun 2015 08:52:12 +0000] rev 31516
8086087: aarch64: add support for 64 bit vectors
Summary: Support 64 bit vectors
Reviewed-by: kvn, aph
kvn [Mon, 29 Jun 2015 00:10:01 -0700] rev 31515
8073583: C2 support for CRC32C on SPARC
Reviewed-by: jrose, kvn
Contributed-by: james.cheng@oracle.com
katleman [Thu, 09 Jul 2015 13:49:32 -0700] rev 31514
Added tag jdk9-b72 for changeset 02be96db190a
lana [Thu, 09 Jul 2015 16:36:38 -0700] rev 31513
Merge
jlahoda [Tue, 07 Jul 2015 13:17:52 +0200] rev 31512
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
katleman [Thu, 09 Jul 2015 13:49:31 -0700] rev 31511
Added tag jdk9-b72 for changeset 7dd7a38425a8
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31510
Added tag jdk9-b72 for changeset 61d2d0629b6d
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31509
Merge
duke [Wed, 05 Jul 2017 20:40:50 +0200] rev 31508
Merge
lana [Thu, 02 Jul 2015 16:08:17 -0700] rev 31507
Merge
jlahoda [Wed, 01 Jul 2015 09:51:48 +0200] rev 31506
8072480: javac should support compilation for a specific platform version
Summary: Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
Contributed-by: jan.lahoda@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com
jlahoda [Wed, 01 Jul 2015 09:51:47 +0200] rev 31505
8080675: Enhance the classfile library to support construction of classfiles from scratch
Reviewed-by: jjg
katleman [Thu, 02 Jul 2015 08:54:04 -0700] rev 31504
Added tag jdk9-b71 for changeset cf6355e77564
duke [Wed, 05 Jul 2017 20:40:45 +0200] rev 31503
Merge
lana [Thu, 02 Jul 2015 16:09:51 -0700] rev 31502
Merge
avstepan [Thu, 02 Jul 2015 18:04:32 +0400] rev 31501
8130247: fix some new tidy warnings from jaxws and CORBA
Summary: minor docs cleanup
Reviewed-by: darcy
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31500
Added tag jdk9-b71 for changeset 9b8258eb95a9
duke [Wed, 05 Jul 2017 20:40:41 +0200] rev 31499
Merge
lana [Thu, 02 Jul 2015 16:07:57 -0700] rev 31498
Merge
dfuchs [Tue, 30 Jun 2015 12:04:27 +0200] rev 31497
8130051: Cleanup usage of reflection in jaxp
Summary: replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31496
Added tag jdk9-b71 for changeset 976a2f96dbcc
duke [Wed, 05 Jul 2017 20:40:38 +0200] rev 31495
Merge
lana [Thu, 02 Jul 2015 16:09:43 -0700] rev 31494
Merge
sundar [Thu, 02 Jul 2015 19:02:28 +0530] rev 31493
8130317: "ant test" fails to complete on Windows when run under cygwin shell
Reviewed-by: lagergren, attila
mhaupt [Thu, 02 Jul 2015 11:20:47 +0200] rev 31492
8130307: improve Nashorn Javadoc target
Summary: reduce dependence on ASM sources in testing, address command line length problem on Windows
Reviewed-by: hannesw, sundar
mhaupt [Thu, 02 Jul 2015 11:09:20 +0200] rev 31491
8130306: enable running Nashorn test on Windows
Summary: fix executable name (add .exe suffix)
Reviewed-by: hannesw, sundar
attila [Thu, 02 Jul 2015 10:55:35 +0200] rev 31490
8130234: Get rid of JSType.isNegativeZero
Reviewed-by: hannesw, lagergren
mhaupt [Wed, 01 Jul 2015 16:26:25 +0200] rev 31489
8130127: streamline input parameter of Nashorn scripting $EXEC function
Summary: handle null and undefined correctly, do not coerce them to strings
Reviewed-by: lagergren, sundar
prr [Tue, 30 Jun 2015 08:51:06 -0700] rev 31488
Merge
prr [Mon, 22 Jun 2015 13:29:27 -0700] rev 31487
Merge
erikj [Wed, 27 May 2015 17:35:21 +0200] rev 31486
8081814: Modularize the deploy build
Reviewed-by: ihse, ddehaven
sundar [Tue, 30 Jun 2015 13:10:37 +0530] rev 31485
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
Reviewed-by: attila, hannesw, lagergren
attila [Mon, 29 Jun 2015 10:42:57 +0200] rev 31484
8130035: Move test/script/basic/NASHORN-627.js to currently-failing until JDK-8129881 is fixed
Reviewed-by: lagergren, sundar
katleman [Thu, 02 Jul 2015 08:54:05 -0700] rev 31483
Added tag jdk9-b71 for changeset 84ecc1a708df
duke [Wed, 05 Jul 2017 20:40:32 +0200] rev 31482
Merge
lana [Thu, 02 Jul 2015 16:08:26 -0700] rev 31481
Merge
avstepan [Thu, 02 Jul 2015 18:07:48 +0400] rev 31480
8130247: fix some new tidy warnings from jaxws and CORBA
Summary: minor docs cleanup
Reviewed-by: darcy
katleman [Thu, 02 Jul 2015 08:53:57 -0700] rev 31479
Added tag jdk9-b71 for changeset 9402c8fae0fc
duke [Wed, 05 Jul 2017 20:40:29 +0200] rev 31478
Merge
lana [Thu, 02 Jul 2015 16:08:47 -0700] rev 31477
Merge
simonis [Thu, 02 Jul 2015 15:25:46 +0200] rev 31476
8130315: Fix wrong prototype of GrowKnownVMs() in java.c
Reviewed-by: alanb, ksrini
vinnie [Thu, 02 Jul 2015 12:01:48 +0100] rev 31475
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
Reviewed-by: xuelei
weijun [Thu, 02 Jul 2015 16:20:43 +0800] rev 31474
8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
Reviewed-by: alanb
weijun [Thu, 02 Jul 2015 13:20:46 +0800] rev 31473
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
Reviewed-by: darcy
weijun [Thu, 02 Jul 2015 09:19:42 +0800] rev 31472
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
Reviewed-by: darcy
igerasim [Thu, 02 Jul 2015 00:26:35 +0300] rev 31471
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
Reviewed-by: martin
igerasim [Wed, 01 Jul 2015 22:17:32 +0300] rev 31470
8098854: Do cleanup in a proper order in sunmscapi code
Reviewed-by: vinnie
psandoz [Tue, 09 Jun 2015 07:10:02 +0100] rev 31469
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
darcy [Tue, 30 Jun 2015 17:48:06 -0700] rev 31468
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
Reviewed-by: alanb
amurillo [Tue, 30 Jun 2015 11:20:43 -0700] rev 31467
Merge
sjohanss [Tue, 30 Jun 2015 17:16:40 +0200] rev 31466
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
Reviewed-by: stefank, dholmes, chegar, sjohanss
Contributed-by: stefan.sarne@oracle.com
amurillo [Fri, 26 Jun 2015 19:11:19 -0700] rev 31465
Merge
kvn [Thu, 25 Jun 2015 09:48:36 -0700] rev 31464
Merge
kvn [Fri, 19 Jun 2015 15:25:09 -0700] rev 31463
Merge
ascarpino [Wed, 17 Jun 2015 17:41:04 -0700] rev 31462
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Reviewed-by: kvn, jrose
jwilhelm [Wed, 24 Jun 2015 13:10:49 +0200] rev 31461
Merge
dsamersoff [Tue, 23 Jun 2015 12:35:39 +0300] rev 31460
8081576: serviceability/sa tests fail due to LingeredApp process fails to start
Summary: Provide a API to corrctly terminate LingeredApp
Reviewed-by: sspitsyn
jbachorik [Mon, 22 Jun 2015 12:13:56 +0200] rev 31459
8080138: sun/management/jmxremote/startstop/JMXStartStopTest.java failed with java.lang.Error intermittently
Reviewed-by: sla
jbachorik [Mon, 22 Jun 2015 12:13:39 +0200] rev 31458
8081634: Concurrent usage of a StringBuilder causes test intermittent failures
Reviewed-by: sla, sspitsyn
akulyakh [Tue, 16 Jun 2015 16:36:27 +0300] rev 31457
8062045: Update svc regression tests to extend the default security policy instead of override
Summary: Changed main/othervm/policy to main/othervm/java.security.policy in the tests from the jdk_svc tests group
Reviewed-by: jbachorik
jwilhelm [Mon, 15 Jun 2015 13:48:28 +0200] rev 31456
Merge
ykantser [Mon, 08 Jun 2015 15:27:37 +0200] rev 31455
8085973: The targeted processes in javax/management tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
Reviewed-by: sspitsyn
ykantser [Tue, 09 Jun 2015 10:11:11 +0200] rev 31454
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
Reviewed-by: sspitsyn
jwilhelm [Tue, 09 Jun 2015 16:48:54 +0200] rev 31453
Merge
cjplummer [Fri, 05 Jun 2015 13:38:13 -0700] rev 31452
8054386: Allow Java debugging when CDS is enabled
Summary: Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
cjplummer [Fri, 05 Jun 2015 13:38:00 -0700] rev 31451
8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
Summary: Copy ProcessTool.createJavaProcessBuilder functionality from hotspot/test
Reviewed-by: rriggs, sspitsyn, dholmes
bpb [Tue, 30 Jun 2015 10:47:54 -0700] rev 31450
8129632: (fs) Files.probeContentType returns null on Mac OS X
Summary: Append a Uniform Type Identifier-based FileType Detector for Mac OS X
Reviewed-by: alanb
prr [Tue, 30 Jun 2015 08:51:16 -0700] rev 31449
Merge
yan [Tue, 23 Jun 2015 11:59:27 +0300] rev 31448
8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
ssadetsky [Tue, 23 Jun 2015 09:54:19 +0300] rev 31447
6519182: SunToolkit.appContextMap should be IdentityMap
Reviewed-by: ant, azvegint
prr [Mon, 22 Jun 2015 13:28:57 -0700] rev 31446
Merge
erikj [Thu, 04 Jun 2015 18:28:52 +0200] rev 31445
8081814: Modularize the deploy build
Reviewed-by: ihse, ddehaven
ptbrunet [Thu, 18 Jun 2015 14:45:44 -0500] rev 31444
8114861: bad javadoc tag in javax.accessibility.AccessibilityProvider
Summary: fix bad syntax on use of @code
Reviewed-by: serb, azvegint
Contributed-by: peter.brunet@oracle.com
serb [Thu, 18 Jun 2015 14:56:45 +0300] rev 31443
8078658: Make custom Cursors available for modular build
Reviewed-by: alanb, chegar
yan [Thu, 18 Jun 2015 11:05:33 +0300] rev 31442
8081306: [TEST_BUG] remove imports of the internal API from some regression tests
Reviewed-by: serb
serb [Wed, 17 Jun 2015 15:57:26 +0300] rev 31441
8025492: Hand cursor does not use Windows' system cursor
Reviewed-by: ant, bae
Contributed-by: morvan.lemescam@gmail.com
prr [Tue, 16 Jun 2015 13:00:37 -0700] rev 31440
Merge
ptbrunet [Tue, 16 Jun 2015 10:38:23 -0500] rev 31439
Merge
ptbrunet [Mon, 15 Jun 2015 12:36:35 -0500] rev 31438
8055160: Support loading of Assistive Technology from service provider
Summary: Load assistive technolgy via service provider
Reviewed-by: mchung, prr, alanb, ihse, serb
Contributed-by: peter.brunet@oracle.com
ssadetsky [Tue, 16 Jun 2015 08:46:41 +0300] rev 31437
8022057: JFileChooser blocks EDT in Win32ShellFolder2.getIcon
Reviewed-by: serb, ant
prr [Mon, 15 Jun 2015 11:01:43 -0700] rev 31436
8080163: Uninitialised variable in jdk/src/java/desktop/share/native/libfontmanager/layout/LookupProcessor.cpp
Reviewed-by: serb, srl
azvegint [Mon, 15 Jun 2015 14:43:31 +0300] rev 31435
8077686: OperationTimedOut exception inside from XToolkit.syncNativeQueue call on Ubuntu 15.04
Reviewed-by: alexsch, serb
serb [Fri, 12 Jun 2015 15:01:10 +0300] rev 31434
7178683: [macosx] The default directory for open dialog is different for FileDialogOpenDirTest.html
Reviewed-by: azvegint, ant
prr [Wed, 10 Jun 2015 12:43:18 -0700] rev 31433
8081756: Mastering Matrix Manipulations
Reviewed-by: serb, bae, mschoene
serb [Wed, 10 Jun 2015 17:18:10 +0300] rev 31432
8008803: [macosx] JVM crash in apple.laf.JRSUIUtils.HitDetection.getHitForPoint
Reviewed-by: prr, azvegint
ssadetsky [Tue, 09 Jun 2015 18:57:54 +0300] rev 31431
8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
Reviewed-by: serb, alexsch
ssadetsky [Tue, 09 Jun 2015 14:11:11 +0300] rev 31430
8017487: filechooser in Windows-Libraries folder: columns are mixed up
Reviewed-by: serb, ant
weijun [Tue, 30 Jun 2015 22:32:03 +0800] rev 31429
8075301: Tests for sun.security.krb5.principal system property
Reviewed-by: weijun
Contributed-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
erikj [Tue, 30 Jun 2015 16:10:27 +0200] rev 31428
8130109: Incremental build of java.base-gensrc broken
Reviewed-by: tbell
amlu [Tue, 30 Jun 2015 10:00:46 +0200] rev 31427
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
Reviewed-by: psandoz
juh [Mon, 29 Jun 2015 16:36:44 -0700] rev 31426
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
Reviewed-by: mullan
martin [Mon, 29 Jun 2015 14:59:20 -0700] rev 31425
8050091: (coll) LinkedList has incorrect implementation comment
Summary: Rework implementation invariant comments
Reviewed-by: igerasim
aefimov [Tue, 30 Jun 2015 01:17:45 +0300] rev 31424
8098547: (tz) Support tzdata2015e
Reviewed-by: coffeys, okutsu
bpb [Mon, 29 Jun 2015 14:49:47 -0700] rev 31423
8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
Summary: Use @requires tag to suppress the test on limited memory systems.
Reviewed-by: darcy
mchung [Mon, 29 Jun 2015 11:38:36 -0700] rev 31422
8130007: Update security tests to use Security.getProvider to get security provider
Reviewed-by: mullan
Contributed-by: valerie.peng@oracle.com, mandy.chung@oracle.com
bpb [Mon, 29 Jun 2015 08:39:29 -0700] rev 31421
8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Summary: Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: chegar, alanb
Contributed-by: Peter Levart <peter.levart@gmail.com>
weijun [Mon, 29 Jun 2015 17:11:17 +0800] rev 31420
8058849: test/sun/security/krb5/config/dns.sh needs to re-examined or replaced
Reviewed-by: alanb
weijun [Mon, 29 Jun 2015 15:04:43 +0800] rev 31419
8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
Reviewed-by: xuelei
katleman [Thu, 02 Jul 2015 08:54:01 -0700] rev 31418
Added tag jdk9-b71 for changeset c55f96d66cf9
duke [Wed, 05 Jul 2017 20:40:14 +0200] rev 31417
Merge
lana [Thu, 02 Jul 2015 16:09:16 -0700] rev 31416
Merge
amurillo [Tue, 30 Jun 2015 11:20:42 -0700] rev 31415
Merge
amurillo [Fri, 26 Jun 2015 19:11:15 -0700] rev 31414
Merge
kvn [Fri, 26 Jun 2015 15:55:54 -0700] rev 31413
8130008: compiler/codecache/jmx/UsageThresholdIncreasedTest.java should be quarantined
Reviewed-by: iveresov
kvn [Thu, 25 Jun 2015 09:48:50 -0700] rev 31412
Merge
goetz [Wed, 24 Jun 2015 09:13:12 +0200] rev 31411
8129757: ppc/aarch: Fix passing thread to runtime after "8073165: Contended Locking fast exit bucket."
Reviewed-by: enevill, simonis, adinn
mcberg [Tue, 23 Jun 2015 12:45:08 -0700] rev 31410
8081247: AVX 512 extended support
Summary: add more support for EVEX encoding
Reviewed-by: kvn, neliasso
goetz [Mon, 22 Jun 2015 14:22:19 +0200] rev 31409
8129423: Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074.
Reviewed-by: kvn, simonis
kvn [Fri, 19 Jun 2015 17:46:42 -0700] rev 31408
8080157: assert(allocates2(pc)) failed: not in CodeBuffer memory
Summary: increase code_size2 for stubs
Reviewed-by: iveresov
kvn [Fri, 19 Jun 2015 15:24:07 -0700] rev 31407
Merge
goetz [Thu, 11 Jun 2015 10:50:27 +0200] rev 31406
8087183: Fix call to inline function is_oop in header debugInfo.hpp.
Reviewed-by: kvn, kbarrett, dholmes
kvn [Thu, 18 Jun 2015 11:09:29 -0700] rev 31405
8129094: assert(is_java_primitive(bt)) failed: only primitive type vectors
Summary: ignored non-primitive type memory operation regardless its (or its inputs) control.
Reviewed-by: roland, mcberg
ascarpino [Wed, 17 Jun 2015 17:48:25 -0700] rev 31404
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Reviewed-by: kvn, jrose
mcberg [Tue, 16 Jun 2015 16:10:36 -0700] rev 31403
8080325: SuperWord loop unrolling analysis
Summary: Determine loop unroll factor based on supported vectors sizes.
Reviewed-by: roland, kvn
jwilhelm [Wed, 24 Jun 2015 13:38:01 +0200] rev 31402
Merge
dsamersoff [Wed, 24 Jun 2015 14:28:30 +0000] rev 31401
Merge
dsamersoff [Wed, 24 Jun 2015 13:16:33 +0000] rev 31400
Merge
aph [Fri, 12 Jun 2015 15:49:55 +0100] rev 31399
8078521: AARCH64: Add AArch64 SA support
Summary: Add AArch64 SA support
Reviewed-by: dsamersoff, dholmes
brutisso [Wed, 24 Jun 2015 15:04:27 +0200] rev 31398
Merge
brutisso [Tue, 23 Jun 2015 13:26:05 +0200] rev 31397
8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
Reviewed-by: pliden, tschatzl
dholmes [Wed, 24 Jun 2015 13:26:12 +0200] rev 31396
Merge
dholmes [Wed, 24 Jun 2015 11:58:34 +0200] rev 31395
Merge
enevill [Wed, 24 Jun 2015 05:45:50 -0400] rev 31394
8081294: aarch64: fails to build on ubuntu wily
Reviewed-by: dholmes
tschatzl [Wed, 24 Jun 2015 11:55:18 +0200] rev 31393
Merge
tschatzl [Wed, 24 Jun 2015 09:42:45 +0200] rev 31392
8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
Summary: The test case needs to use the OS'es allocation granularity to properly determine the boundary values for the test.
Reviewed-by: dfazunen, jmasa, ecaspole
sjohanss [Wed, 24 Jun 2015 10:28:00 +0200] rev 31391
Merge
sjohanss [Wed, 24 Jun 2015 08:37:12 +0200] rev 31390
8081607: Change default GC for server configurations to G1
Summary: For more info see JEP 248.
Reviewed-by: pliden, tschatzl
bdelsart [Wed, 24 Jun 2015 08:30:52 +0200] rev 31389
8030076: remove unused runtime related code
Summary: small cleanup of runtime code
Reviewed-by: dholmes, coleenp
coleenp [Tue, 23 Jun 2015 22:10:33 -0400] rev 31388
8129607: Incorrect GPL header
Summary: fix typo in GPL header
Reviewed-by: kvn, dholmes
kbarrett [Wed, 24 Jun 2015 02:00:21 +0200] rev 31387
Merge
kbarrett [Tue, 23 Jun 2015 17:18:27 -0400] rev 31386
8129446: crash when reporting corrupted classfile
Summary: Increase buffer size and use jio_snprintf for message generation
Reviewed-by: tbenson, coleenp, iklam
dsamersoff [Tue, 23 Jun 2015 18:05:27 +0000] rev 31385
Merge
dsamersoff [Tue, 23 Jun 2015 20:55:31 +0300] rev 31384
8078632: conflicts between open and closed SA ports
Summary: closed port is renamed to arm64
Reviewed-by: dlong, dholmes
bdelsart [Tue, 23 Jun 2015 18:03:37 +0200] rev 31383
Merge
bdelsart [Tue, 23 Jun 2015 17:48:34 +0200] rev 31382
8087133: Improve sharing of native wrappers in SignatureHandlerLibrary
Summary: fingerprint normalization for arm32
Reviewed-by: dholmes, coleenp
adinn [Tue, 23 Jun 2015 10:17:35 -0400] rev 31381
8129584: Fix required for aarch64 after 8122937
Summary: The fix for 8122937 omitted cpu/aarch64 changes required by src/share fixes
Reviewed-by: kvn, simonis
dsamersoff [Tue, 23 Jun 2015 11:00:32 +0000] rev 31380
Merge
dsamersoff [Tue, 23 Jun 2015 12:35:21 +0300] rev 31379
8081576: serviceability/sa tests fail due to LingeredApp process fails to start
Summary: Provide a API to corrctly terminate LingeredApp
Reviewed-by: sspitsyn
shade [Tue, 23 Jun 2015 10:12:44 +0200] rev 31378
8129332: Missing test case for JDK-8078438
Summary: Add the test case originally developed for JDK-8078438
Reviewed-by: tschatzl
stuefe [Mon, 22 Jun 2015 19:21:04 -0400] rev 31377
8078513: [linux] Clean up code relevant to LinuxThreads implementation
Reviewed-by: dholmes, sla, coleenp, simonis
lmesnik [Tue, 09 Jun 2015 15:03:10 +0300] rev 31376
8079134: [TESTBUG] Remove applicable_*gc and needs_*gc groups from TEST.groups
Reviewed-by: mgerdin, drwhite
cjplummer [Fri, 19 Jun 2015 14:23:39 -0700] rev 31375
8087153: EXCEPTION_ACCESS_VIOLATION when CDS RO section vanished on win32
Summary: When mapping RW for debugging support, update space_info->read_only to reflect it is RW
Reviewed-by: dcubed, coleenp, iklam
jprovino [Thu, 18 Jun 2015 16:28:04 -0400] rev 31374
8085987: Vm crash "not long aligned" in nsk/stress/metaspace/jck60/jck6* tests
Summary: The word size being allocated needs to be rounded up.
Reviewed-by: jmasa, tbenson
coleenp [Fri, 19 Jun 2015 13:03:58 +0000] rev 31373
Merge
ddmitriev [Fri, 19 Jun 2015 07:57:31 +0300] rev 31372
8072931: JEP-JDK-8059557: Test task: test framework development
Summary: Test set for JEP 245 Validate JVM Command-Line Flag Arguments
Reviewed-by: ctornqvi, dholmes, gziemski
gziemski [Thu, 18 Jun 2015 14:39:38 -0500] rev 31371
8122937: [JEP 245] Validate JVM Command-Line Flag Arguments.
Summary: Validate the arguments to all JVM command-line flags so as to avoid crashes, and ensure that appropriate error messages are displayed when they are invalid.
Reviewed-by: ddmitriev, dholmes, kbarrett, drwhite, brutisso, coleenp
tschatzl [Fri, 19 Jun 2015 11:27:07 +0200] rev 31370
8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen
Summary: After refactoring of the relevant code in JDK-8060025 the survivor alignment had been applied to any allocation within PLABs. Only do that for survivor allocations again. Improve the related tests to have less variance.
Reviewed-by: jmasa, fzhinkin
aph [Fri, 19 Jun 2015 09:41:50 +0200] rev 31369
8079315: UseCondCardMark broken in conjunction with CMS precleaning on x86
Summary: Add the necessary StoreLoad barrier in interpreter, C1 and C2 for x86
Reviewed-by: tschatzl
shade [Fri, 19 Jun 2015 09:41:49 +0200] rev 31368
8078438: Interpreter should support conditional card marks (UseCondCardMark) on x86 and aarch64
Summary: Add interpreter support for conditional card marks on x86 and aarch64
Reviewed-by: tschatzl, aph
bpittore [Thu, 18 Jun 2015 10:47:34 -0400] rev 31367
8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
Summary: Need to know arm cpu type earlier in the init sequence to avoid illegal instruction
Reviewed-by: dholmes, dlong, bdelsart
hseigel [Thu, 18 Jun 2015 08:44:28 -0400] rev 31366
8042041: https://bugs.openjdk.java.net/browse/JDK-8042041
Summary: Don't assert if class has a bad element_tag in an element_value structure of a RuntimeVisibleAnnotation attribute. Instead, ignore the attribute.
Reviewed-by: acorn, gtriantafill
erikj [Thu, 18 Jun 2015 10:26:58 +0200] rev 31365
8087195: Support building hotspot with devkits on Macosx
Reviewed-by: dholmes, ihse
coleenp [Thu, 18 Jun 2015 00:40:51 +0000] rev 31364
Merge
coleenp [Wed, 17 Jun 2015 23:46:35 +0000] rev 31363
Merge
coleenp [Wed, 17 Jun 2015 21:44:48 +0000] rev 31362
8098821: Crash in system dictionary initialization with shared strings
Summary: map string regions after the compressed class base is known
Reviewed-by: iklam, dcubed
Contributed-by: coleen.phillimore@oracle.com, mikhailo.seledtsov@oracle.com
iklam [Wed, 17 Jun 2015 22:49:17 +0000] rev 31361
Merge