Lana Steuck
0a0955f7fc
Merge
2014-10-09 12:17:46 -07:00
Lana Steuck
ce26e95e4f
Merge
2014-10-09 12:17:17 -07:00
Lana Steuck
0bc4b4cef4
Merge
2014-10-09 12:17:10 -07:00
Lana Steuck
c33027a2e4
Merge
2014-10-09 12:16:00 -07:00
Lana Steuck
cac02150b2
Merge
2014-10-09 12:15:35 -07:00
David Katleman
033c1e097d
Added tag jdk9-b34 for changeset b5f80ea5eb07
2014-10-09 11:24:22 -07:00
David Katleman
f430fd6995
Added tag jdk9-b34 for changeset adc83124cc10
2014-10-09 11:24:21 -07:00
David Katleman
14bd578b9f
Added tag jdk9-b34 for changeset 6de4f9cd37ad
2014-10-09 11:24:15 -07:00
David Katleman
296b0bf90d
Added tag jdk9-b34 for changeset ce4fdd38d96b
2014-10-09 11:24:13 -07:00
David Katleman
a002b16c16
Added tag jdk9-b34 for changeset 43af2400d718
2014-10-09 11:24:08 -07:00
David Katleman
28ce04fffe
Added tag jdk9-b34 for changeset 8af850ba9862
2014-10-09 11:24:04 -07:00
David Katleman
765552644a
Added tag jdk9-b34 for changeset 72d2793e397a
2014-10-09 11:23:53 -07:00
David Katleman
772fd36287
Added tag jdk9-b34 for changeset f213bab3e72c
2014-10-09 11:23:51 -07:00
Alexander Potochkin
08fb482e41
8054543: Setting a border on a JLayer causes an Exceptions
...
Reviewed-by: serb, alexsch
2014-10-09 20:51:39 +04:00
Dmitry Samersoff
696e681f41
8059037: JdpTest.sh hangs when trying to kill the test VM
...
Removed shell tests enable java ones
Reviewed-by: sla, miauno
2014-10-09 06:49:13 -07:00
Mikael Gerdin
8daca859f8
8055479: TLAB stability
...
Reviewed-by: brutisso, stefank, ahgross
2014-10-09 15:42:23 +02:00
Aleksey Shipilev
fe03f41db8
8059924: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java: assert(Universe::verify_in_progress() || !SafepointSynchronize::is_at_safepoint()) failed: invariant
...
Revive the hashcode installation in Verifier
Reviewed-by: kamg, lfoltan
2014-10-09 16:41:28 +04:00
Frederic Parain
fee63b862f
8057777: Cleanup of old and unused VM interfaces
...
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:48:12 -07:00
Frederic Parain
94af790733
8057777: Cleanup of old and unused VM interfaces
...
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:45:58 -07:00
Jesper Wilhelmsson
067456b11d
Merge
2014-10-09 13:42:29 +02:00
Thomas Schatzl
60f3ade82b
8059758: Footprint regressions with JDK-8038423
...
Changes in JDK-8038423 always initialize (zero out) virtual memory used for auxiliary data structures. This causes a footprint regression for G1 in startup benchmarks. This is because they do not touch that memory at all, so the operating system does not actually commit these pages. The fix is to, if the initialization value of the data structures matches the default value of just committed memory (=0), do not do anything.
Reviewed-by: jwilhelm, brutisso
2014-10-09 11:40:11 +02:00
Marcus Lagergren
8d304985e6
8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites
...
Reviewed-by: attila, shade, hannesw
2014-10-09 10:19:24 +02:00
Jan Lahoda
e95348b58e
8057652: Request to improve error messages for labeled declarations
...
Parse labeled statements as block statements to improve error recovery for labeled declarations; related cleanup.
Reviewed-by: jjg
2014-10-09 10:08:52 +02:00
Weijun Wang
76b1f8c99c
8060007: Keytool test can use bundled NSS lib on Mac
...
Reviewed-by: vinnie
2014-10-09 16:05:24 +08:00
Hannes Wallnöfer
2134f7554d
8059938: NPE restoring cached script with optimistic types disabled
...
Reviewed-by: lagergren, sundar
2014-10-08 17:20:29 +02:00
Hannes Wallnöfer
4f8e9a09e2
8059236: Memory leak when executing octane pdfjs with optimistic typing
...
Reviewed-by: jlaskey, attila
2014-10-08 15:50:36 +02:00
Sergey Bylokhov
9d855e2856
8029253: [macosx] Performance problems with Retina display on Mac OS X
...
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Weijun Wang
64881fb307
8059485: Resolve parsing ambiguity
...
Reviewed-by: mullan, vinnie
2014-10-08 19:13:57 +08:00
Tobias Hartmann
3ed02be10e
8059735: make_not_entrant_or_zombie sees zombies
...
Make sure nmethod is not set to zombie state twice by sweeper and safepoint code.
Reviewed-by: kvn, anoll, mgerdin
2014-10-08 09:23:18 +02:00
John Coomes
ecfa03bddc
Merge
2014-10-07 15:44:11 -07:00
Andreas Lundblad
0545e4b847
8059349: Public API scanning should be implemented in the form of a TaskListener
...
Replaces JavaCompilerWithDeps with a TaskListener.
Reviewed-by: jfranck
2014-10-07 21:21:42 +02:00
Andreas Lundblad
96074068b8
8056258: Analysis of public API does not take super classes into account
...
8048609: simplify sjavac dependence on javac dependency gathering
Replaces Attr-/ResolveWithDeps with TaskListeners
Reviewed-by: jfranck, ohrstrom
2014-10-07 21:15:10 +02:00
Alexander Scherbatiy
067e0eee97
8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
...
Reviewed-by: serb, azvegint
2014-10-07 18:03:58 +04:00
Markus Grönlund
8848e6168c
8055662: Update mapfile for libjfr
...
Reviewed-by: egahlin, sla
2014-10-07 15:16:17 +02:00
Thomas Stuefe
e74ec72482
8059868: JVM crashes on attach on Windows when compiled with /RTC1
...
Reviewed-by: alanb, sla
2014-10-07 15:14:05 +02:00
Lance Andersen
35f55998f2
8059870: RowsetFactoryTests & RowSetProviderTests failing
...
Reviewed-by: dfuchs
2014-10-08 11:51:36 -04:00
Jason Uh
6ca1b64883
8037550: Update RFC references in javadoc to RFC 5280
...
Reviewed-by: mullan
2014-10-07 22:23:19 -07:00
Mandy Chung
cc65df9be1
8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
...
Reviewed-by: darcy
2014-10-07 19:22:24 -07:00
John Coomes
7f045273f6
Merge
2014-10-07 15:44:11 -07:00
Lance Andersen
0898c94aac
8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
...
Reviewed-by: darcy
2014-10-07 14:03:43 -04:00
Marcus Larsson
6d1c35615a
8058298: Separate heap region iterator claim values from the data structures iterated over
...
Reviewed-by: tschatzl, brutisso
2014-10-07 14:54:53 +02:00
Daniel Fuchs
9183fba213
8028788: Logger.enterring uses String concatenation in a loop
...
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
2014-10-07 14:49:45 +02:00
Ivan Gerasimov
cb935d3522
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
...
Reviewed-by: dfuchs
2014-10-07 14:00:24 +04:00
Lance Andersen
9547e0ff45
8059570: Addition of tests for RowSetFactory and RowSetProvider
...
Reviewed-by: dfuchs
2014-10-06 12:56:54 -04:00
Vinnie Ryan
3215ed2f0a
8059627: Enable PKCS11 tests on Mac
...
Reviewed-by: mullan
2014-10-06 16:44:57 +01:00
Albert Noll
82171aa7ab
8059331: Print additional information for the assert in Compile::start()
...
Add additional output that shows the failure reason
Reviewed-by: kvn
2014-10-06 06:51:37 -07:00
Roland Westrelin
f575843d51
8058746: escape analysis special case code for array copy broken by 7173584
...
Escape analysis doesn't handler arraycopy nodes properly
Reviewed-by: kvn, iveresov, vlivanov
2014-10-06 14:53:30 +02:00
Erik Joelsson
d05ce78d47
8059658: Bootcycle build not actually using built image
...
Reviewed-by: tbell
2014-10-06 14:37:54 +02:00
Marcus Lagergren
d2a36ed370
8059231: Verify that octane raytrace now works with optimistic types turned off. Add better logging for optimistic types in the compiler
...
Reviewed-by: attila
2014-10-06 10:43:57 +02:00
Stefan Johansson
18eb46eb95
8059466: Force young GC to initiate marking cycle when stat update is requested
...
Enable yc to be forced for stat update.
Reviewed-by: mgerdin, jcoomes
2014-10-06 10:11:13 +02:00