Sergey Bylokhov
a11814d264
8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
...
Reviewed-by: anthony, pchelko, azvegint
2014-07-01 20:42:29 +04:00
Maurizio Cimadamore
9baf436fd6
8048905: More tweaking with langtools intellij support
...
Add support for 'jtreg.home' property; fix code width to be 80; disable import optimizations
Reviewed-by: vromero
2014-07-01 17:23:46 +01:00
Sean Coffey
68c76d1731
7095856: OutputStreamHook doesn't handle null values
...
Reviewed-by: lancea, msheppar
2014-07-01 15:17:55 +01:00
Otavio Santana
5a0450feea
8048874: Replace uses of 'new Byte', 'new Short' and 'new Character' with appropriate alternative across core classes
...
Reviewed-by: chegar, psandoz, prappo
2014-07-01 14:44:37 +01:00
Otavio Santana
4da668378d
8048267: Replace uses of 'new Long()' with appropriate alternative across core classes
...
Reviewed-by: chegar, psandoz, prappo
2014-07-01 15:12:59 +01:00
Jaroslav Bachorik
3962277490
8044427: [test] sun/management/jmxremote/startstop/JMXStartStopTest times out intermittently on Solaris/Sparcv9
...
Reviewed-by: sla
2014-07-01 17:58:14 +02:00
Sean Coffey
19c07ee15b
7095856: OutputStreamHook doesn't handle null values
...
Reviewed-by: lancea, msheppar
2014-07-01 16:51:44 +01:00
Staffan Larsen
829524e7d6
8048710: Use ServiceLoader for the jvmstat protocols
...
Reviewed-by: alanb
2014-07-01 16:08:45 +02:00
Jaroslav Bachorik
e614cf24ef
8048193: [tests] Replace JPS and stdout based PID retrieval by Process.getPid()
...
Reviewed-by: sla
2014-07-01 15:00:33 +02:00
Athijegannathan Sundararajan
81f8f93225
8047359: large string size RangeError should be thrown rather than reporting negative length
...
Reviewed-by: hannesw, attila
2014-07-01 17:37:39 +05:30
Jaroslav Bachorik
7b43631edc
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
...
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Igor Ignatyev
0231fb818f
8047996: Quarantine compiler/whitebox tests
...
Reviewed-by: vlivanov
2014-07-01 13:09:40 +04:00
Dmitriy Ermashov
cf4ed54c17
8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
...
Reviewed-by: pchelko
2014-07-01 12:49:36 +04:00
Staffan Larsen
4b31ce4a17
8048687: [TESTBUG] com/sun/jdi/ExclusiveBind.java "Could not find or load main class"
...
Reviewed-by: jbachorik, egahlin, dholmes
2014-07-01 10:40:14 +02:00
Stefan Karlsson
2ef86bb65b
8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
...
Reviewed-by: iveresov, mgerdin
2014-07-01 09:03:55 +02:00
Tobias Hartmann
d929c9ead8
8007987: ciConstantPoolCache::_keys should be array of 32bit int
...
The type of ciConstantPoolCache::_keys is changed to int which is sufficient to store the 2 byte constant pool indices.
Reviewed-by: twisti, coleenp
2014-07-01 09:02:45 +02:00
Joe Darcy
f2399d7d54
8048839: Reverse sense of -Xlint options in build of jdk repo
...
Reviewed-by: tbell, mikael
2014-06-30 18:17:46 -07:00
Joe Wang
61183bb10c
8023276: Java SE should include the full DOM API from JAXP
...
Reviewed-by: lancea, mchung, alanb
2014-06-30 18:04:13 -07:00
Joe Darcy
f5c7c3c790
8048302: Update bug reporting URL in make/Javadoc.gmk
...
8048321: Enable doclint warnings in build of docs from langtools
Reviewed-by: tbell
2014-06-30 14:27:37 -07:00
Joe Wang
fb7a37edd7
8037948: Improve documentation for org.w3c.dom package
...
Reviewed-by: lancea, henryjen, alanb
2014-06-30 14:09:56 -07:00
Hannes Wallnöfer
3e0fd99223
8048586: String concatenation with optimistic types is slow
...
Reviewed-by: lagergren, attila
2014-06-30 17:31:28 +02:00
Jan Lahoda
670eff1ee6
6707032: Division by zero warning not suppressed properly in some cases
...
Delay reporting of the division by zero warning until annotations are resolved, so that @SuppressWarnings works correctly.
Reviewed-by: vromero
2014-06-30 17:08:06 +02:00
Athijegannathan Sundararajan
51aad86e6b
8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException
...
Reviewed-by: lagergren, hannesw, attila
2014-06-30 20:23:16 +05:30
Andrei Eremeev
c75f8957e8
8046434: Fix doclint warnings from javax.swing.plaf.metal package
...
Reviewed-by: alexsch
2014-06-30 16:32:36 +04:00
Dmitry Markov
b45831b5b5
8048506: [macosx] javax.swing.PopupFactory issue with null owner
...
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
Staffan Larsen
a3765464cb
8047973: Quarantine compiler/ciReplay/*
...
Reviewed-by: vlivanov
2014-06-30 10:04:05 +02:00
Coleen Phillimore
bc6fafb55a
8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
...
Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files
Reviewed-by: stefank, coleenp, dholmes
2014-06-30 14:58:52 -04:00
Tobias Hartmann
b4d4c8a392
8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
...
Compile m3 with C1 if C2 is not available.
Reviewed-by: twisti, anoll
2014-06-30 08:28:29 +02:00
Kumar Srinivasan
729fe3ec72
8047162: [javadoc] index files are non deterministic
...
Reviewed-by: jjg
2014-06-27 17:54:54 -07:00
Daniel D. Daugherty
8f73a84a15
8047720: Xprof hangs on Solaris
...
Update use of PeriodicTask_lock in WatcherThread::stop() to avoid safepoint deadlock.
Reviewed-by: mgronlun, coleenp
2014-06-27 14:00:50 -07:00
Mike Duigou
efbff37c1a
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Athijegannathan Sundararajan
4b428d5833
8046013: TypeError: Cannot apply "with" to non script object
...
Reviewed-by: lagergren, hannesw
2014-06-27 21:54:16 +05:30
Daniel D. Daugherty
628b3c2c3a
Merge
2014-06-27 08:11:49 -07:00
Markus Grönlund
95d24c7361
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
...
Reviewed-by: coleenp, sspitsyn, ehelin
2014-06-27 13:33:36 +02:00
Marcus Lagergren
8f69a3e4a8
8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings
...
Reviewed-by: sundar, hannesw
2014-06-27 10:47:44 +02:00
Alejandro Murillo
4d58e440fc
Merge
2014-06-26 23:10:58 -07:00
Jon Masamitsu
38aa661273
Merge
2014-06-26 18:55:29 -07:00
Christian Thalinger
4c565a7708
Merge
2014-06-26 16:53:35 -07:00
Phil Race
462198fc26
8043508: JVM core dumps with very long text in tooltip
...
Reviewed-by: bae, jgodinez
2014-06-26 16:14:54 -07:00
Phil Race
1573a33089
8041902: When printing, polylines are not rendered as joined
...
Reviewed-by: bae, jgodinez
2014-06-26 16:10:33 -07:00
Jennifer Godinez
dfc9a84755
7067052: Default printer media is ignored
...
Reviewed-by: bae, prr
2014-06-26 13:46:27 -07:00
John Coomes
900ca33ab0
8034246: remove CMS and ParNew adaptive size policy code
...
Reviewed-by: tschatzl, jwilhelm, mgerdin
2014-06-26 13:30:43 -07:00
David Katleman
b078d4c58e
Added tag jdk9-b20 for changeset 7fb8003ec760
2014-06-26 12:51:50 -07:00
David Katleman
3bfe90c1b1
Added tag jdk9-b20 for changeset d77065991eb8
2014-06-26 12:51:49 -07:00
David Katleman
1cd83dc91f
Added tag jdk9-b20 for changeset 8c82c02495e7
2014-06-26 12:51:38 -07:00
David Katleman
8f396a3720
Added tag jdk9-b20 for changeset 02490297734b
2014-06-26 12:51:36 -07:00
David Katleman
52da8719ab
Added tag jdk9-b20 for changeset 6dbc3c71c0e2
2014-06-26 12:51:35 -07:00
David Katleman
4199772c99
Added tag jdk9-b20 for changeset e9f01656f118
2014-06-26 12:51:26 -07:00
David Katleman
e36d1d8a14
Added tag jdk9-b20 for changeset c9ca62c6a329
2014-06-26 12:51:17 -07:00
David Katleman
519c760b0b
Added tag jdk9-b20 for changeset 3abb2de3cdb3
2014-06-26 12:51:14 -07:00