psandoz [Thu, 15 Jan 2015 11:18:20 +0100] rev 28621
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
Reviewed-by: dholmes, coleenp
Contributed-by: paul.sandoz@oracle.com, filipp.zhinkin@gmail.com
dsamersoff [Thu, 15 Jan 2015 12:02:55 +0000] rev 28620
Merge
dsamersoff [Wed, 14 Jan 2015 17:22:28 +0000] rev 28619
Merge
dsamersoff [Wed, 14 Jan 2015 07:10:53 -0800] rev 28618
7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
Summary: Explicitly checks for UsePerfData and if it's false make Perf:detach a NOP.
Reviewed-by: dholmes, jbachorik
goetz [Wed, 07 Jan 2015 08:37:49 +0100] rev 28617
8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
Reviewed-by: simonis
jiangli [Wed, 14 Jan 2015 16:35:58 -0500] rev 28616
Merge
jiangli [Wed, 14 Jan 2015 16:35:00 -0500] rev 28615
8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
Summary: Include shared symbols in SymbolTable::symbols_do(SymbolClosure).
Reviewed-by: minqi, farvidsson, coleenp
erikj [Wed, 14 Jan 2015 15:25:13 +0000] rev 28614
Merge
erikj [Wed, 14 Jan 2015 15:57:59 +0100] rev 28613
8065576: Enable pipefail in the shell used by make to better detect build errors
Reviewed-by: ihse, tbell, martin
hseigel [Wed, 14 Jan 2015 08:14:23 -0500] rev 28612
8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
Summary: Allow fieldClass for getstatic and putstatic to be an array
Reviewed-by: dholmes, acorn
goetz [Tue, 13 Jan 2015 16:09:52 +0100] rev 28611
8069590: AIX port of "8050807: Better performing performance data handling"
Reviewed-by: simonis, goetz
Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
katleman [Wed, 28 Jan 2015 16:45:35 -0800] rev 28610
Added tag jdk9-b48 for changeset adf10d73e78b
lana [Thu, 29 Jan 2015 15:34:46 -0800] rev 28609
Merge
erikj [Wed, 28 Jan 2015 15:45:00 +0100] rev 28608
8071781: Bootcycle build fails on macosx
Reviewed-by: ihse
erikj [Wed, 28 Jan 2015 14:04:05 +0100] rev 28607
8071651: infinite build loops in 9-dev windows platform on Jan 26
Reviewed-by: alanb, ihse
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28606
Merge
amurillo [Thu, 22 Jan 2015 22:42:30 -0800] rev 28605
Merge
erikj [Tue, 20 Jan 2015 13:56:35 +0100] rev 28604
8067479: verify-modules fails in bootcycle build
Reviewed-by: ihse, dholmes
minqi [Sun, 18 Jan 2015 23:14:47 -0800] rev 28603
Merge
erikj [Wed, 14 Jan 2015 16:03:59 +0100] rev 28602
8065576: Enable pipefail in the shell used by make to better detect build errors
Reviewed-by: ihse, tbell, martin
erikj [Mon, 26 Jan 2015 16:25:26 +0100] rev 28601
8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files
Reviewed-by: ihse
erikj [Mon, 26 Jan 2015 10:28:53 +0100] rev 28600
8069261: Create make dependencies on make variable values
Reviewed-by: ihse
katleman [Wed, 28 Jan 2015 16:45:32 -0800] rev 28599
Added tag jdk9-b48 for changeset f4f2bb7513e4
duke [Wed, 05 Jul 2017 20:16:24 +0200] rev 28598
Added tag jdk9-b48 for changeset b2f9702efbe9
duke [Wed, 05 Jul 2017 20:16:23 +0200] rev 28597
Merge
duke [Wed, 05 Jul 2017 20:16:18 +0200] rev 28596
Merge
lana [Sat, 24 Jan 2015 23:22:26 -0800] rev 28595
Merge
jlahoda [Fri, 23 Jan 2015 15:14:53 +0100] rev 28594
8069254: Warning issued despite @SafeVarargs annotation on constructor
Summary: The Symbol created for diamond inference does not have annotations attached - need to look for @SafeVarargs on the underlying constructor's Symbol.
Reviewed-by: mcimadamore
jfranck [Thu, 22 Jan 2015 09:50:03 +0100] rev 28593
8071310: Tests missing for checkin for JDK-8046977
Reviewed-by: jlahoda
Contributed-by: srikanth.adayapalam@oracle.com
jfranck [Wed, 21 Jan 2015 19:02:20 +0100] rev 28592
8070507: LambdaLambdaSerialized can fail in -agentvm mode
Reviewed-by: mcimadamore
jfranck [Tue, 20 Jan 2015 21:49:55 +0100] rev 28591
8046977: ClassCastException: typing information needed for method reference bridging not preserved
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 20 Jan 2015 12:00:25 +0100] rev 28590
8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
Summary: Properly deferring warnings that are reported during entering of annotation's default value.
Reviewed-by: mcimadamore
jlahoda [Tue, 20 Jan 2015 09:51:17 +0100] rev 28589
8052070: javac crashes when there are duplicated type parameters
Summary: Avoid eager completion of ClassSymbol while type parameters are being processed.
Reviewed-by: jlahoda, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Mon, 19 Jan 2015 18:29:45 +0000] rev 28588
8069229: new .java file with no copyright notice
Summary: Add missing copyright header
Reviewed-by: jlahoda
rfield [Fri, 16 Jan 2015 20:03:30 -0800] rev 28587
8068488: Facilitate extension of the javac parser -- missing modifier
Reviewed-by: jjg
katleman [Fri, 23 Jan 2015 18:50:51 -0800] rev 28586
Added tag jdk9-b47 for changeset 422ba63d8dda
duke [Wed, 05 Jul 2017 20:16:10 +0200] rev 28585
Merge
lana [Sat, 24 Jan 2015 23:24:13 -0800] rev 28584
Merge
mkos [Wed, 22 Oct 2014 20:14:25 +0200] rev 28583
8054367: More references for endpoints
Reviewed-by: mullan, skoivu
katleman [Fri, 23 Jan 2015 18:50:47 -0800] rev 28582
Added tag jdk9-b47 for changeset c9c4b9563018
duke [Wed, 05 Jul 2017 20:16:04 +0200] rev 28581
Merge
katleman [Fri, 23 Jan 2015 18:50:46 -0800] rev 28580
Added tag jdk9-b47 for changeset dd8e62bad498
duke [Wed, 05 Jul 2017 20:15:59 +0200] rev 28579
Merge
lana [Sat, 24 Jan 2015 23:23:06 -0800] rev 28578
Merge
attila [Tue, 20 Jan 2015 12:34:21 +0100] rev 28577
8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
Reviewed-by: hannesw, sundar
attila [Mon, 19 Jan 2015 16:07:16 +0100] rev 28576
8067880: Dead typed push methods in ArrayData
Reviewed-by: hannesw, jlaskey
katleman [Fri, 23 Jan 2015 18:50:52 -0800] rev 28575
Added tag jdk9-b47 for changeset 73d6633dcfd7
duke [Wed, 05 Jul 2017 20:15:53 +0200] rev 28574
Merge
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28573
Added tag jdk9-b47 for changeset da1a0970667a
duke [Wed, 05 Jul 2017 20:15:49 +0200] rev 28572
Merge
lana [Sat, 24 Jan 2015 23:23:25 -0800] rev 28571
Merge
wetmore [Fri, 23 Jan 2015 10:31:15 -0800] rev 28570
8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
Reviewed-by: xuelei, mullan
amlu [Fri, 23 Jan 2015 16:16:39 +0000] rev 28569
8069262: Doclint regression in java.nio.channels.Channels
Reviewed-by: darcy
coffeys [Fri, 23 Jan 2015 15:03:47 +0000] rev 28568
8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
Reviewed-by: chegar
kshefov [Fri, 23 Jan 2015 15:42:06 +0300] rev 28567
6933879: URISyntaxException when non-alphanumeric characters are present in scope_id
Reviewed-by: chegar
igerasim [Fri, 23 Jan 2015 13:57:02 +0300] rev 28566
8067748: (process) Child is terminated when parent's console is closed [win]
Reviewed-by: alanb
jnimeh [Thu, 22 Jan 2015 20:19:42 -0800] rev 28565
8044860: Vectors and fixed length fields should be verified for allowed sizes.
Reviewed-by: xuelei
weijun [Fri, 23 Jan 2015 09:22:14 +0800] rev 28564
8071313: krb5.conf not read if SCDynamicStore krb5 config is empty
Reviewed-by: mullan
mchung [Thu, 22 Jan 2015 13:49:53 -0800] rev 28563
8069414: Rename oracle.accessbridge to jdk.accessbridge
Reviewed-by: alanb, ptbrunet, erikj
sherman [Thu, 22 Jan 2015 12:24:35 -0800] rev 28562
8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
Summary: to close the leaking channel as suggested
Reviewed-by: alanb
sherman [Thu, 22 Jan 2015 08:51:45 -0800] rev 28561
8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
Summary: to synchronize the write and close methods of the entry output stream
Reviewed-by: alanb
vinnie [Thu, 22 Jan 2015 12:33:05 +0000] rev 28560
8069155: The value of 'KeyStore Type' isn't 'jks'
Reviewed-by: xuelei
plevart [Wed, 21 Jan 2015 21:42:22 +0100] rev 28559
8068427: Hashtable deserialization reconstitutes table with wrong capacity
Reviewed-by: mduigou, martin, chegar, dfuchs
lancea [Wed, 21 Jan 2015 13:19:08 -0500] rev 28558
8068732: Adding Initial RowSet tests
Reviewed-by: joehw
smarks [Tue, 18 Nov 2014 17:02:50 -0800] rev 28557
8062807: Exporting RMI objects fails when run under restrictive SecurityManager
Reviewed-by: dfuchs, skoivu, igerasim, msheppar
alexsch [Wed, 05 Nov 2014 12:46:39 +0400] rev 28556
8062561: Test bug8055304 fails if file system default directory has read access
Reviewed-by: serb
xuelei [Mon, 03 Nov 2014 08:30:18 +0000] rev 28555
8061210: Issues in TLS
Reviewed-by: jnimeh, mullan, wetmore, ahgross, asmotrak
weijun [Thu, 23 Oct 2014 07:07:16 +0800] rev 28554
8061826: Part of JDK-8060474 should be reverted
Reviewed-by: mullan, ahgross
weijun [Tue, 21 Oct 2014 22:37:17 +0800] rev 28553
8060474: Resolve more parsing ambiguity
Reviewed-by: mullan, ahgross
smarks [Wed, 15 Oct 2014 15:41:50 -0700] rev 28552
8055309: RMI needs better transportation considerations
Reviewed-by: alanb, igerasim, skoivu, msheppar
weijun [Wed, 08 Oct 2014 19:13:57 +0800] rev 28551
8059485: Resolve parsing ambiguity
Reviewed-by: mullan, vinnie
ascarpino [Thu, 02 Oct 2014 11:20:48 -0700] rev 28550
8057555: Less cryptic cipher suite management
Reviewed-by: xuelei, igerasim, mullan, asmotrak
Contributed-by: jamil.j.nimeh@oracle.com
msheppar [Fri, 12 Sep 2014 16:11:40 +0100] rev 28549
8056264: Multicast support improvements
Summary: avoid passing a null ifname string to GetStringUTFChars native fn calls within a NetworkInterface method call flows
Reviewed-by: chegar, alanb
prr [Thu, 11 Sep 2014 10:12:33 -0700] rev 28548
8056276: Fontmanager feature improvements
Reviewed-by: srl, bae, mschoene
prr [Thu, 11 Sep 2014 10:10:16 -0700] rev 28547
8055489: Better substitution formats
Reviewed-by: srl, bae, mschoene
alexsch [Thu, 11 Sep 2014 13:04:18 +0400] rev 28546
8055304: More boxing for DirectoryComboBoxModel
Reviewed-by: serb, prr, skoivu
michaelm [Wed, 10 Sep 2014 10:33:43 +0100] rev 28545
8048035: Ensure proper proxy protocols
Reviewed-by: alanb, chegar
mchung [Fri, 29 Aug 2014 20:16:35 -0700] rev 28544
8055314: Update refactoring for new loader
Reviewed-by: mullan, ahgross, igerasim
wetmore [Tue, 26 Aug 2014 17:09:05 -0700] rev 28543
8046656: Update protocol support
Reviewed-by: xuelei, wetmore, igerasim, mullan, asmotrak
Contributed-by: jamil.nimeh@oracle.com
plevart [Wed, 21 Jan 2015 12:49:53 +0100] rev 28542
8047769: SecureRandom should be more frugal with file descriptors
Summary: Introduce FileInputStreamPool to cache open FileInputStreams
Reviewed-by: wetmore, alanb, chegar
psandoz [Wed, 21 Jan 2015 09:46:24 +0000] rev 28541
8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
Reviewed-by: chegar, lancea, alanb
dl [Wed, 21 Jan 2015 09:46:21 +0000] rev 28540
8068432: Inconsistent exception handling in CompletableFuture.thenCompose
Reviewed-by: psandoz, chegar, martin
ddehaven [Tue, 20 Jan 2015 11:23:03 -0800] rev 28539
Merge
prr [Mon, 05 Jan 2015 13:30:23 -0800] rev 28538
Merge
serb [Tue, 30 Dec 2014 22:13:53 +0300] rev 28537
8056214: Stop including libjawt in libawt_xawt
Reviewed-by: ant, art, tbell
avstepan [Tue, 30 Dec 2014 17:26:06 +0400] rev 28536
8054358: move awt automated tests from AWT_Modality to OpenJDK repository - part 7
Reviewed-by: pchelko
serb [Thu, 25 Dec 2014 22:48:13 +0300] rev 28535
8068275: Some tests failed after JDK-8063104
Reviewed-by: azvegint, yan
serb [Thu, 25 Dec 2014 14:54:32 +0300] rev 28534
8067657: Dead/outdated links in Javadoc of package java.beans
Reviewed-by: azvegint, prr
serb [Thu, 25 Dec 2014 14:43:49 +0300] rev 28533
7180976: Pending String deadlocks UIDefaults
Reviewed-by: azvegint, alexsch
prr [Tue, 23 Dec 2014 13:34:20 -0800] rev 28532
Merge
alexsch [Wed, 17 Dec 2014 17:56:11 +0300] rev 28531
4796987: XP Only JButton.setBorderPainted() does not work with XP L&F
Reviewed-by: serb
alexsch [Wed, 17 Dec 2014 14:58:58 +0300] rev 28530
6219960: null reference in ToolTipManager
Reviewed-by: serb, azvegint
amurillo [Tue, 20 Jan 2015 10:22:44 -0800] rev 28529
Merge
amurillo [Thu, 15 Jan 2015 19:23:49 -0800] rev 28528
Merge
jbachorik [Mon, 12 Jan 2015 11:01:23 +0100] rev 28527
8062450: Timeout in LowMemoryTest.java
Reviewed-by: dholmes
ykantser [Mon, 12 Jan 2015 08:24:15 +0100] rev 28526
8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
Reviewed-by: jbachorik
Contributed-by: mikael.auno@oracle.com
minqi [Sat, 10 Jan 2015 12:38:18 -0800] rev 28525
Merge
ykantser [Thu, 08 Jan 2015 10:44:54 +0100] rev 28524
8065226: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined
Reviewed-by: sla
lpriima [Tue, 20 Jan 2015 13:56:01 +0000] rev 28523
8068795: HttpServer missing tailing space for some response codes
Reviewed-by: chegar
xiaofeya [Tue, 20 Jan 2015 13:49:28 +0000] rev 28522
8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
Reviewed-by: chegar
igerasim [Mon, 19 Jan 2015 19:12:11 +0300] rev 28521
8067951: System.loadLibrary cannot find library when path contains quoted entry
Reviewed-by: sherman, rriggs, alanb
erikj [Mon, 19 Jan 2015 09:05:50 +0100] rev 28520
8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
Reviewed-by: ihse, wetmore
darcy [Fri, 16 Jan 2015 14:04:27 -0800] rev 28519
8060077: Class.toGenericString specification doesn't mention array types
Reviewed-by: psandoz, jfranck
sherman [Fri, 16 Jan 2015 13:46:39 -0800] rev 28518
8042262: Javadoc typo in java.util.Formatter
Summary: to fix the simple typo in java doc
Reviewed-by: rriggs, lancea
katleman [Fri, 23 Jan 2015 18:50:48 -0800] rev 28517
Added tag jdk9-b47 for changeset 0b4c78ff36f3
duke [Wed, 05 Jul 2017 20:15:36 +0200] rev 28516
Merge
lana [Sat, 24 Jan 2015 23:24:33 -0800] rev 28515
Merge
drchase [Mon, 01 Dec 2014 13:06:20 -0500] rev 28514
8064524: Compiler code generation improvements
Reviewed-by: jrose, acorn, vlivanov
gthornbr [Mon, 17 Nov 2014 15:51:46 -0500] rev 28513
8050807: Better performing performance data handling
Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene
Contributed-by: gerald.thornbrugh@oracle.com
hseigel [Mon, 20 Oct 2014 14:43:11 -0400] rev 28512
8058982: Better verification of an exceptional invokespecial
Summary: Throw VerifyError for illegal accesses
Reviewed-by: acorn, ahgross, coleenp
mgerdin [Thu, 09 Oct 2014 15:42:23 +0200] rev 28511
8055479: TLAB stability
Reviewed-by: brutisso, stefank, ahgross
jmasa [Fri, 26 Sep 2014 17:48:10 -0400] rev 28510
8047125: (ref) More phantom object references
Reviewed-by: mchung, dfuchs, ahgross, jmasa, brutisso, mgerdin
Contributed-by: kim.barrett@oracle.com
brutisso [Tue, 19 Aug 2014 11:17:36 +0200] rev 28509
8049253: Better GC validation
Summary: Also reviewed by: boris.molodenkov@oracle.com
Reviewed-by: dcubed, minqi, mschoene
Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
iveresov [Fri, 08 Aug 2014 13:23:30 -0700] rev 28508
8047130: Fewer escapes from escape analysis
Summary: Treat max_stack attribute as an int in bytecode escape analyzer
Reviewed-by: kvn, twisti, ahgross
tschatzl [Thu, 31 Jul 2014 11:10:02 +0200] rev 28507
8048949: Requeue queue implementation
Summary: Devirtualize flush and move calls.
Reviewed-by: brutisso, tschatzl, mschoene
Contributed-by: kim.barrett@oracle.com
amurillo [Tue, 20 Jan 2015 10:22:43 -0800] rev 28506
Merge
amurillo [Thu, 15 Jan 2015 19:23:48 -0800] rev 28505
Merge
dlong [Thu, 15 Jan 2015 16:51:09 -0500] rev 28504
Merge
kvn [Wed, 14 Jan 2015 16:00:51 -0800] rev 28503
8069021: Exclude compiler/codecache/stress tests from JPRT runs
Reviewed-by: iveresov
vlivanov [Wed, 14 Jan 2015 15:13:39 +0000] rev 28502
Merge
pchistyakov [Mon, 12 Jan 2015 18:58:49 +0300] rev 28501
8059551: JEP-JDK-8043304: Test task: stress tests
Reviewed-by: drchase, kvn, iignatyev
fzhinkin [Wed, 14 Jan 2015 09:54:08 +0300] rev 28500
8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt
Reviewed-by: kvn, iignatyev
fzhinkin [Wed, 14 Jan 2015 09:54:45 +0300] rev 28499
8059342: Add test to cover JDK-8030976
Reviewed-by: kvn, iignatyev
fzhinkin [Wed, 14 Jan 2015 09:53:36 +0300] rev 28498
8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
Reviewed-by: kvn, iignatyev
goetz [Mon, 12 Jan 2015 14:43:34 -0800] rev 28497
8067941: [TESTBUG] Fix tests for OS with 64K page size.
Reviewed-by: kvn, tschatzl, ctornqvi
neliasso [Tue, 13 Jan 2015 12:30:26 +0100] rev 28496
8027829: CompileCommand does not accept all JLS-conformant class/method names
Summary: Fix parsing and updated comments
Reviewed-by: kvn, vlivanov
roland [Mon, 12 Jan 2015 15:50:30 +0000] rev 28495
Merge
roland [Wed, 07 Jan 2015 16:40:02 +0100] rev 28494
8063086: Math.pow yields different results upon repeated calls
Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2.
Reviewed-by: kvn
zmajo [Mon, 12 Jan 2015 09:55:20 +0100] rev 28493
8065894: CodeHeap::next_free should be renamed
Summary: Rename next_free() to next_used()
Reviewed-by: thartmann, iveresov
mdoerr [Mon, 12 Jan 2015 11:14:49 +0100] rev 28492
8068724: ppc64: update assembler: SPR access, CR logic, HTM
Summary: Fix bug in encoding of special purpose registers. Provide more convenient version of condition register logic instructions. Enhance support for hardware transactional memory.
Reviewed-by: kvn, goetz
dlong [Fri, 09 Jan 2015 17:43:02 -0500] rev 28491
8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs
Summary: add @ignore to PoolsIndependenceTest.java
Reviewed-by: kvn
dlong [Fri, 09 Jan 2015 13:28:02 -0500] rev 28490
Merge
goetz [Fri, 09 Jan 2015 05:45:13 -0800] rev 28489
8068013: [TESTBUG] Aix support in hotspot jtreg tests
Reviewed-by: ctornqvi, fzhinkin, farvidsson
anoll [Fri, 09 Jan 2015 09:06:24 +0000] rev 28488
Merge
anoll [Fri, 09 Jan 2015 09:52:00 +0100] rev 28487
8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs
Summary: The test is unstable and is therefore removed from nightly testing
Reviewed-by: kvn, drchase
roland [Thu, 08 Jan 2015 11:00:38 +0100] rev 28486
8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
Summary: IGVN encounters IfNode with single projection when optimizing dying subgraph
Reviewed-by: kvn
jwilhelm [Thu, 15 Jan 2015 14:36:15 +0100] rev 28485
Merge
sjohanss [Thu, 15 Jan 2015 11:10:03 +0100] rev 28484
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
Summary: Added the test to needs_g1gc group in TEST.groups to avoid running when G1 is not available.
Reviewed-by: jwilhelm, dholmes
tschatzl [Tue, 13 Jan 2015 11:04:53 +0100] rev 28483
8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
Summary: Change initialization order in constructor. Remove suppression for suppression of "'this': used in base member initializer list" warning.
Reviewed-by: mgerdin, tschatzl, simonis
Contributed-by: Johannes Scheerer <johannes.scheerer@sap.com>
sjohanss [Mon, 12 Jan 2015 15:24:29 +0100] rev 28482
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
Summary: Making sure committed memory is cleared when re-committed, even if using large pages.
Reviewed-by: kbarrett, tschatzl
jwilhelm [Mon, 12 Jan 2015 12:51:53 +0100] rev 28481
Merge
kbarrett [Fri, 09 Jan 2015 11:33:48 -0500] rev 28480
8067306: Improve STATIC_ASSERT
Summary: New improved implementation
Reviewed-by: ehelin, stefank
brutisso [Fri, 09 Jan 2015 08:38:23 +0100] rev 28479
8068653: TestSmalllHeap.java fails when the page size is 64k
Reviewed-by: tschatzl
redestad [Thu, 08 Jan 2015 14:13:03 +0100] rev 28478
8068037: Remove dead code in G1CollectedHeap
Reviewed-by: stefank, tschatzl
kbarrett [Tue, 13 Jan 2015 14:30:53 -0500] rev 28477
8068396: Rename assert() to vmassert()
Summary: Macro renaming, with temporary old name synonyms for compatibilty
Reviewed-by: ehelin, dholmes, coleenp
ccheung [Mon, 12 Jan 2015 11:37:58 -0800] rev 28476
8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash
Summary: added check for the MaxMetaspaceSize. If it is less than the estimated required size, print an error and exit.
Reviewed-by: jiangli, mseledtsov, stefank
mtobiass [Mon, 12 Jan 2015 09:27:52 +0100] rev 28475
8068584: Compiler attach tests should be quarantined
Summary: Quarantine tests
Reviewed-by: ctornqvi
minqi [Sat, 10 Jan 2015 12:35:44 -0800] rev 28474
Merge
ctornqvi [Fri, 09 Jan 2015 08:34:32 -0800] rev 28473
8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp
Reviewed-by: coleenp, gtriantafill
zmajo [Fri, 09 Jan 2015 09:26:58 +0100] rev 28472
8068505: interpreter profiling incorrect on PPC64
Reviewed-by: simonis, goetz
ctornqvi [Thu, 08 Jan 2015 11:42:05 -0800] rev 28471
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
Reviewed-by: gtriantafill, lfoltan, hseigel
ctornqvi [Thu, 08 Jan 2015 11:40:36 -0800] rev 28470
8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting
Reviewed-by: dcubed, dholmes
gtriantafill [Tue, 06 Jan 2015 16:44:53 -0800] rev 28469
8068540: [TESTBUG] Exclude failing nightly tests
Reviewed-by: ctornqvi, coleenp
sgehwolf [Wed, 07 Jan 2015 16:43:04 +0100] rev 28468
8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
Reviewed-by: dholmes, coleenp
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28467
Added tag jdk9-b47 for changeset c54bf921b2ce
lana [Sat, 24 Jan 2015 23:22:16 -0800] rev 28466
Merge
mchung [Thu, 22 Jan 2015 13:40:29 -0800] rev 28465
8069414: Rename oracle.accessbridge to jdk.accessbridge
Reviewed-by: alanb, ptbrunet, erikj
katleman [Fri, 23 Jan 2015 18:50:43 -0800] rev 28464
Added tag jdk9-b47 for changeset 19cacc520105
duke [Wed, 05 Jul 2017 20:15:13 +0200] rev 28463
Added tag jdk9-b47 for changeset 8327024a9955
duke [Wed, 05 Jul 2017 20:15:13 +0200] rev 28462
Merge
duke [Wed, 05 Jul 2017 20:15:08 +0200] rev 28461
Merge
lana [Fri, 16 Jan 2015 12:34:58 -0800] rev 28460
Merge
jlahoda [Fri, 16 Jan 2015 14:47:25 +0100] rev 28459
8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
Summary: Making sure enum's abstractness is resolved before writing InnerClasses entry about it.
Reviewed-by: mcimadamore
mcimadamore [Fri, 16 Jan 2015 12:02:41 +0000] rev 28458
8069164: Fix langtools make build so that diagnostic framework can be used
Summary: Fix race condition between gensrc targets and output location of parseproperties task
Reviewed-by: erikj, jlahoda
Contributed-by: erik.joelsson@oracle.com
mcimadamore [Thu, 15 Jan 2015 16:24:25 +0000] rev 28457
8069069: Build failure because of dependency on generated file
Summary: Make build spuriously fails to build property classes
Reviewed-by: jlahoda
mcimadamore [Thu, 15 Jan 2015 13:58:11 +0000] rev 28456
8068995: Cleanup method reference lookup code
Summary: Simplify method reference code lookup and generate better/more uniform diagnostics
Reviewed-by: vromero
jlahoda [Tue, 13 Jan 2015 19:13:42 +0100] rev 28455
8066843: Messager.printMessage cannot print multiple errors for same source position
Summary: Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position.
Reviewed-by: darcy, jjg, mcimadamore
jlahoda [Tue, 13 Jan 2015 10:36:41 +0100] rev 28454
8027888: javac wrongly allows annotations in array-typed class literals
Summary: Compiler incorrectly accepts type annotations on array-typed class literals.
Reviewed-by: jlahoda, jfranck
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:32:19 +0100] rev 28453
8068254: Method reference uses wrong qualifying type
Summary: Generated code fails with IllegalAccessError due to compiler's mishandling of packageprivate classes in method reference expressions.
Reviewed-by: rfield, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:25:24 +0100] rev 28452
8037546: javac -parameters does not emit parameter names for lambda expressions
Summary: MethodParameters attribute is missing for synthetic methods encoding lambda expressions.
Reviewed-by: rfield, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:17:25 +0100] rev 28451
8062358: ClassCastException in TransTypes.visitApply
Summary: Incorrect handling of subtype relations involving lower bounded wildcard causes ClassCastException
Reviewed-by: vromero, dlsmith
Contributed-by: srikanth.adayapalam@oracle.com
katleman [Thu, 15 Jan 2015 13:09:52 -0800] rev 28450
Added tag jdk9-b46 for changeset 867b8b80696e
duke [Wed, 05 Jul 2017 20:15:03 +0200] rev 28449
Merge
katleman [Thu, 15 Jan 2015 13:09:43 -0800] rev 28448
Added tag jdk9-b46 for changeset 76ad1de0fd63
duke [Wed, 05 Jul 2017 20:15:00 +0200] rev 28447
Merge
lana [Fri, 16 Jan 2015 12:35:05 -0800] rev 28446
Merge
joehw [Thu, 15 Jan 2015 19:10:56 -0800] rev 28445
8051563: Update JAXP functional tests
Reviewed-by: lancea, joehw
Contributed-by: tristan.yan@oracle.com
katleman [Thu, 15 Jan 2015 13:09:42 -0800] rev 28444
Added tag jdk9-b46 for changeset b037890ea772
duke [Wed, 05 Jul 2017 20:14:53 +0200] rev 28443
Merge
lana [Fri, 16 Jan 2015 12:34:10 -0800] rev 28442
Merge
sundar [Thu, 15 Jan 2015 10:18:31 +0530] rev 28441
8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
Reviewed-by: jlaskey, attila
attila [Wed, 14 Jan 2015 18:25:01 +0100] rev 28440
8069002: NPE on invoking null (8068889 regression)
Reviewed-by: jlaskey, sundar
attila [Wed, 14 Jan 2015 16:29:39 +0100] rev 28439
8068994: Forgot to add a test model to JDK-8068573
Reviewed-by: lagergren, sundar
attila [Wed, 14 Jan 2015 15:54:18 +0100] rev 28438
8068573: POJO setter using [] syntax throws an exception
Reviewed-by: lagergren, jlaskey
attila [Tue, 13 Jan 2015 16:38:29 +0100] rev 28437
8068889: Calling a @FunctionalInterface from JS leaks internal objects
Reviewed-by: jlaskey, sundar
katleman [Thu, 15 Jan 2015 13:09:53 -0800] rev 28436
Added tag jdk9-b46 for changeset 167aecd0161e
duke [Wed, 05 Jul 2017 20:14:48 +0200] rev 28435
Merge
katleman [Thu, 15 Jan 2015 13:09:37 -0800] rev 28434
Added tag jdk9-b46 for changeset 87aeabf7ffa2
duke [Wed, 05 Jul 2017 20:14:43 +0200] rev 28433
Merge
lana [Fri, 16 Jan 2015 12:34:28 -0800] rev 28432
Merge
redestad [Fri, 16 Jan 2015 12:41:36 +0100] rev 28431
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
Reviewed-by: jfranck, psandoz
darcy [Thu, 15 Jan 2015 16:45:02 -0800] rev 28430
8069127: Suppress deprecation warnings in jdk.deploy.osx module
Reviewed-by: wetmore, juh
vinnie [Thu, 15 Jan 2015 17:57:52 +0000] rev 28429
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
Reviewed-by: vinnie
Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
chegar [Thu, 15 Jan 2015 17:05:06 +0000] rev 28428
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
Reviewed-by: alanb, chegar
vlivanov [Thu, 15 Jan 2015 19:16:17 +0400] rev 28427
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
Summary: CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
Contributed-by: Michail Chernov <michail.chernov@oracle.com>
chegar [Thu, 15 Jan 2015 10:56:24 +0000] rev 28426
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
Reviewed-by: alanb, mchung, psandoz, xiaofeya
darcy [Wed, 14 Jan 2015 16:44:59 -0800] rev 28425
8068948: Update java.base module to use new try-with-resources statement
Reviewed-by: alanb, igerasim
ksrini [Wed, 14 Jan 2015 12:09:38 -0800] rev 28424
8067437: New tests for mJRE feature removal.
Reviewed-by: darcy, ksrini
Contributed-by: andrey.x.nazarov@oracle.com
lpriima [Wed, 14 Jan 2015 21:35:52 +0300] rev 28423
8067471: Use private static final char[0] for empty Strings
Reviewed-by: igerasim, redestad, shade
redestad [Tue, 06 Jan 2015 06:49:52 +0100] rev 28422
8068498: Remove constructor dependency on line.separator from PrintWriter and BufferedWriter
Reviewed-by: alanb, sherman
kshefov [Wed, 14 Jan 2015 13:43:12 +0300] rev 28421
8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error
Reviewed-by: alexsch, azvegint
Contributed-by: srinivasan.raghavan@oracle.com
juh [Tue, 13 Jan 2015 14:33:54 -0800] rev 28420
8059916: Change default criticality of policy mappings and policy constraints certificate extensions
Reviewed-by: mullan
chegar [Tue, 13 Jan 2015 17:14:51 +0000] rev 28419
8068599: Add mutability, serializability, and thread-safety, caveat to all Collectors that do not accept a Collection supplier
Reviewed-by: psandoz
amurillo [Tue, 13 Jan 2015 08:58:07 -0800] rev 28418
Merge
amurillo [Thu, 08 Jan 2015 17:11:49 -0800] rev 28417
Merge
dlong [Thu, 08 Jan 2015 17:45:15 -0500] rev 28416
Merge
dpochepk [Sat, 13 Dec 2014 22:14:34 +0300] rev 28415
8067295: Need to port Utils chagnes from JDK-8066440 into jdk workspace
Reviewed-by: fzhinkin, iignatyev
dpochepk [Fri, 12 Dec 2014 21:16:42 +0300] rev 28414
8067307: Need custom classloaders(parent-last and filtering one) for JDK-8066625 in testlibrary
Reviewed-by: fzhinkin, iignatyev
dpochepk [Fri, 12 Dec 2014 00:40:56 +0300] rev 28413
8067291: Need additional vm checks in jdk/test/lib/testlibrary/jdk/testlibrary/Platform, checking which vm is run
Reviewed-by: fzhinkin, iignatyev
tpivovarova [Wed, 24 Dec 2014 17:54:00 +0300] rev 28412
8067173: remove Utils::fileAsList
Reviewed-by: kvn, iignatyev
jbachorik [Mon, 29 Dec 2014 19:07:09 +0100] rev 28411
8068233: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java is still in exclude list
Reviewed-by: chegar, sspitsyn
hseigel [Sat, 27 Dec 2014 13:27:07 -0500] rev 28410
Merge
dsamersoff [Sat, 27 Dec 2014 07:09:32 -0800] rev 28409
8068242: Quarantine the test IsModifiableClassAgent.java
Summary: Quarantine the test
Reviewed-by: hseigel, jbachorik, dsamersoff
Contributed-by: alexander.kulyakhtin@oracle.com
minqi [Wed, 24 Dec 2014 20:23:31 +0000] rev 28408
Merge
minqi [Fri, 19 Dec 2014 22:58:32 -0800] rev 28407
Merge
ykantser [Fri, 19 Dec 2014 13:13:11 +0100] rev 28406
6977426: sun/tools tests can intermittently fail to find app's Java pid
Reviewed-by: dfuchs, jbachorik, egahlin, sjiang
vlivanov [Tue, 13 Jan 2015 07:57:51 -0800] rev 28405
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
Reviewed-by: psandoz
sjiang [Tue, 13 Jan 2015 14:35:39 +0100] rev 28404
8068774: CounterMonitorDeadlockTest.java timed out
Reviewed-by: jbachorik, dfuchs
asmotrak [Tue, 13 Jan 2015 14:26:34 +0300] rev 28403
8048603: Additional tests for MAC algorithms
Reviewed-by: valeriep
katleman [Thu, 15 Jan 2015 13:09:48 -0800] rev 28402
Added tag jdk9-b46 for changeset 1548d75015bd
duke [Wed, 05 Jul 2017 20:14:34 +0200] rev 28401
Merge
lana [Fri, 16 Jan 2015 12:33:47 -0800] rev 28400
Merge
amurillo [Tue, 13 Jan 2015 08:58:06 -0800] rev 28399
Merge
amurillo [Thu, 08 Jan 2015 17:11:49 -0800] rev 28398
Merge
dlong [Thu, 08 Jan 2015 17:45:10 -0500] rev 28397
Merge
roland [Tue, 16 Dec 2014 13:49:36 +0100] rev 28396
6700100: optimize inline_native_clone() for small objects with exact klass
Summary: optimize small instance clones as loads/stores
Reviewed-by: kvn, iveresov
roland [Mon, 22 Dec 2014 11:21:20 +0100] rev 28395
8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
Summary: concurrent class loading causes return phi to become top
Reviewed-by: kvn
fzhinkin [Tue, 30 Dec 2014 11:09:42 +0300] rev 28394
8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
Reviewed-by: kvn, iignatyev
fzhinkin [Tue, 30 Dec 2014 11:07:49 +0300] rev 28393
8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
Reviewed-by: kvn, iignatyev
dpochepk [Thu, 25 Dec 2014 15:57:38 +0300] rev 28392
8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature
Reviewed-by: sspitsyn, twisti, fzhinkin, iignatyev
pchistyakov [Fri, 26 Dec 2014 14:47:35 +0300] rev 28391
8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class
Reviewed-by: drchase, fzhinkin, iignatyev
fzhinkin [Fri, 26 Dec 2014 14:33:23 +0300] rev 28390
8059623: JEP-JDK-8043304: Test task: command line options tests
Reviewed-by: twisti, thartmann, goetz, iignatyev
fzhinkin [Wed, 24 Dec 2014 19:32:13 +0300] rev 28389
8068183: Add isTieredSupported method to c.o.j.t.Platforms
Reviewed-by: kvn, iignatyev
eistepan [Tue, 23 Dec 2014 12:40:13 +0300] rev 28388
8066864: remove ctw-test from testlibrary/
Reviewed-by: kvn, iignatyev
tpivovarova [Tue, 16 Dec 2014 17:26:42 +0300] rev 28387
8067173: remove Utils::fileAsList
Reviewed-by: kvn, iignatyev
iignatyev [Tue, 23 Dec 2014 16:36:44 +0300] rev 28386
8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
Reviewed-by: kvn, iignatyev
Contributed-by: pavel.chistyakov@oracle.com
tpivovarova [Fri, 19 Dec 2014 14:12:22 +0300] rev 28385
8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: kvn, fzhinkin, iignatyev
iignatyev [Sat, 13 Dec 2014 00:13:05 +0300] rev 28384
8059613: JEP-JDK-8043304: Test task: JMX- tests
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko@oracle.com
iignatyev [Sat, 13 Dec 2014 00:54:22 +0300] rev 28383
8066440: Various changes in testlibrary for JDK-8059613
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko@oracle.com
jwilhelm [Thu, 08 Jan 2015 15:44:46 +0100] rev 28382
Merge
brutisso [Wed, 07 Jan 2015 16:24:58 +0000] rev 28381
Merge
brutisso [Wed, 07 Jan 2015 15:02:00 +0100] rev 28380
8067868: Add GCOld as a JTreg test
Reviewed-by: kbarrett, dfazunen, ehelin
tschatzl [Wed, 07 Jan 2015 15:15:37 +0100] rev 28379
8048179: Early reclaim of large objects that are referenced by a few objects
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
Reviewed-by: brutisso, jmasa, dfazunen
brutisso [Wed, 07 Jan 2015 10:19:00 +0100] rev 28378
8067676: Add applicable closed gc jtreg tests to run in JPRT
Reviewed-by: ehelin
jwilhelm [Mon, 05 Jan 2015 15:00:30 +0100] rev 28377
Merge
jwilhelm [Mon, 22 Dec 2014 17:33:29 +0100] rev 28376
8067947: Regression test for JDK-6522873
Summary: Added a regression test that will fail if we allow extra characters after flag names
Reviewed-by: ctornqvi, tschatzl
tschatzl [Tue, 23 Dec 2014 15:48:32 +0100] rev 28375
8068018: Clean up friends of G1CollectedHeap
Summary: Remove unnecessary friend class declaration in the G1CollectedHeap class.
Reviewed-by: jwilhelm, jmasa
coleenp [Tue, 06 Jan 2015 19:30:28 -0500] rev 28374
8067836: The Universe::flush_foo methods belong in CodeCache.
Summary: Move this code to CodeCache.
Reviewed-by: kbarrett, kvn
coleenp [Mon, 05 Jan 2015 22:50:59 -0500] rev 28373
6583051: crash when adding non-static methods to java.lang.Object class
Summary: stop the JVM if java.lang.Object is incorrectly defined rather than crashing.
Reviewed-by: ctornqvi, dholmes
goetz [Mon, 05 Jan 2015 12:07:37 -0500] rev 28372
8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling.
Summary: Introduce compressed oops mode disjoint base and improve compressed heap handling.
Reviewed-by: kvn, coleenp
hseigel [Tue, 30 Dec 2014 12:59:20 -0500] rev 28371
8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
Summary: use correct CHECK macro in call to load_class()
Reviewed-by: coleenp, lfoltan, gziemski
hseigel [Sat, 27 Dec 2014 13:26:41 -0500] rev 28370
Merge
simonis [Wed, 17 Dec 2014 18:20:10 +0100] rev 28369
8049716: PPC64: Implement SA on Linux/PPC64
Reviewed-by: simonis, dsamersoff
Contributed-by: maynardj@us.ibm.com
minqi [Tue, 23 Dec 2014 19:04:23 -0800] rev 28368
Merge
minqi [Fri, 19 Dec 2014 22:52:02 -0800] rev 28367
Merge
simonis [Fri, 19 Dec 2014 18:33:55 +0100] rev 28366
8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
Reviewed-by: goetz