Goetz Lindenmaier
879707ab31
8078482: ppc: pass thread to throw_AbstractMethodError
...
Also improve check for Safepoints in signal handler.
Reviewed-by: kvn, simonis
2015-04-23 09:27:02 +02:00
Christian Tornqvist
4a6024895d
8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
...
Reviewed-by: mikael, sla
2015-04-22 13:58:42 -07:00
Christian Tornqvist
a6c557d66f
8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
...
Reviewed-by: mikael, sla
2015-04-22 13:58:28 -07:00
Sergey Bylokhov
8941d4be24
8078115: Applets now require "modifyThread" permission to exit on windows
...
Reviewed-by: azvegint, alexsch
2015-04-22 20:41:37 +01:00
Vicente Romero
4693c79e67
8078433: javac, some tests are failing after JDK-8078024 because of golden files mismatch
...
Reviewed-by: darcy
2015-04-22 11:39:06 -07:00
Kim Barrett
5f1b96662a
8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
...
Removed no longer valid checking of SATB buffers
Reviewed-by: jmasa, pliden
2015-04-22 14:06:49 -04:00
Vicente Romero
8c8261cbad
8078024: javac, several incorporation steps are silently failing when an error should be reported
...
Reviewed-by: mcimadamore
2015-04-22 09:44:15 -07:00
Aleksey Shipilev
dc67bb0a0e
8076987: C1 should support conditional card marks (UseCondCardMark)
...
Reviewed-by: iveresov, roland
2015-04-22 19:10:03 +03:00
Vladimir Ivanov
b30f24676e
8078309: compiler/jsr292/MHInlineTest.java failed with java.lang.RuntimeException: 'MHInlineTest$A::protected_x (3 bytes) virtual call' found in stdout
...
Reviewed-by: jrose
2015-04-22 21:33:55 +03:00
Weijun Wang
ff227ec11f
8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env
...
8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
Reviewed-by: xuelei
2015-04-22 23:27:30 +08:00
Michail Chernov
689d9a58b1
8071462: Remove G1ParGCAllocator::alloc_buffer_waste
...
Removed G1ParGCAllocator::alloc_buffer_waste, added method to obtain waste
Reviewed-by: tschatzl, sjohanss
2015-04-22 17:05:00 +02:00
Andreas Lundblad
b3ddbe8cf4
8078389: Add test for -Xdoclint + -XDcompletionDeps
...
Test to make sure doclint and completionDeps do not interfere.
Reviewed-by: jlahoda
2015-04-22 16:11:38 +02:00
Vinnie Ryan
9ef4bd4a6c
8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
...
Reviewed-by: xuelei
2015-04-22 14:01:01 +01:00
Alexander Stepanov
6f346f9afd
8038764: tidy warnings cleanup for javax.activation
...
Minor HTML markup fix
Reviewed-by: lancea
2015-04-22 15:52:42 +04:00
Andreas Lundblad
d85dda0002
8078261: Initialization of DocLint triggers out of order initialization of Dependencies
...
Changed initialization order.
Reviewed-by: mcimadamore
2015-04-22 13:50:23 +02:00
Alexander Stepanov
078abb2617
8077332: tidy warnings from javax/xml
...
Some HTML markup fix (jaxws part)
Reviewed-by: joehw, lancea
2015-04-22 15:26:20 +04:00
Nicholas Cull
7a4694af8c
8030123: java/beans/Introspector/Test8027648.java fails
...
Reviewed-by: serb, alexsch
2015-04-22 15:00:50 +04:00
Stefan Johansson
ace7f7933e
8077836: Make sure G1ParGCAllocBuffer are marked as retired
...
Reviewed-by: tschatzl, pliden
2015-04-22 12:58:10 +02:00
Alexander Scherbatiy
849e09bade
8069361: SunGraphics2D.getDefaultTransform() does not include scale factor
...
Reviewed-by: flar, prr, serb
2015-04-22 13:46:03 +04:00
Stefan Karlsson
7d01ef4a6e
8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager
...
Reviewed-by: jwilhelm, brutisso
2015-04-22 10:31:15 +02:00
Thomas Schatzl
f3e710a50e
8076541: Parallel GC registers Java heap twice to NMT
...
Remove the superfluous call to MemTracker::record_virtual_memory_type() and also a superfluous check whether the space has been successfully reserved.
Reviewed-by: pliden, jmasa
2015-04-22 09:39:38 +02:00
Stefan Karlsson
9631881fe3
8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj
...
Reviewed-by: ehelin, tschatzl
2015-04-22 09:09:42 +02:00
Stefan Karlsson
4357348f6f
8078340: Remove the unused PSParallelCompact::KeepAliveClosure
...
Reviewed-by: ehelin, tschatzl
2015-04-22 08:29:39 +02:00
Xue-Lei Andrew Fan
b7bf7fd3fd
8076328: Enforce key exchange constraints
...
Reviewed-by: wetmore, igerasim, ahgross, asmotrak
2015-04-22 05:09:54 +00:00
Aleksei Efimov
603b214413
8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
...
Reviewed-by: joehw, lancea
2015-04-22 02:23:06 +03:00
Frank Yuan
f6dfa1497f
8051560: Convert JAXP function tests: Astro tests
...
Reviewed-by: lancea, joehw
2015-04-21 15:28:47 -07:00
Joe Wang
f2dab3a19a
8078139: jdk.xml.dom should be loaded by the ext class loader
...
Reviewed-by: mchung, alanb, lancea, mullan, kcr
2015-04-21 13:22:33 -07:00
Joe Wang
ce8a17d530
8078139: jdk.xml.dom should be loaded by the ext class loader
...
Reviewed-by: mchung, alanb, lancea, mullan, kcr
2015-04-21 13:21:40 -07:00
Joe Wang
ab2306a991
8078139: jdk.xml.dom should be loaded by the ext class loader
...
Reviewed-by: mchung, alanb, lancea, mullan, kcr
2015-04-21 13:20:53 -07:00
Rob McKenna
7ee95a458c
8075738: Better multi-JVM sharing
...
Reviewed-by: michaelm
2015-04-21 20:33:34 +01:00
Vladimir Ivanov
ad2c8376dd
8078290: Customize adapted MethodHandle in MH.invoke() case
...
Reviewed-by: jrose
2015-04-21 21:06:06 +03:00
Pooja Chopra
04c0e090c9
8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
...
Reviewed-by: serb, alexsch
2015-04-21 20:11:59 +03:00
Kim Barrett
30ad15c46d
Merge
2015-04-21 16:49:39 +00:00
Alexander Stepanov
e9000d948f
8077332: tidy warnings from javax/xml
...
Some HTML markup fix (jdk part)
Reviewed-by: joehw, lancea, mullan
2015-04-21 20:12:29 +04:00
Alexander Stepanov
b27f042010
8077332: tidy warnings from javax/xml
...
Some HTML markup fix (jaxp part)
Reviewed-by: joehw, lancea
2015-04-21 20:01:21 +04:00
Michael McMahon
5576054776
8078276: add copyright header to IPv6NameserverPlatformParsingTest
...
Reviewed-by: alanb, rriggs
2015-04-21 16:35:45 +01:00
Severin Gehwolf
d604ad29ba
6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
...
Reviewed-by: michaelm, andrew
2015-04-21 14:36:57 +01:00
Chris Hegarty
e028ed3a21
8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
...
Reviewed-by: alanb, psandoz
2015-04-21 14:23:58 +01:00
Andreas Lundblad
fc379b3042
8068737: ArrayType prints element type post order
...
Rewrote ArrayType.toString
Reviewed-by: jlahoda, ksrini
2015-04-21 12:10:26 +02:00
Shanliang Jiang
999f0f1fd4
8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
...
Reviewed-by: alanb, sla
2015-04-21 10:24:20 +02:00
Shanliang Jiang
137a04308f
8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
...
Reviewed-by: alanb, sla
2015-04-21 10:23:13 +02:00
Goetz Lindenmaier
d65074da2c
8078243: Fix include of stack.inline.hpp in taskqueue.hpp
...
Reviewed-by: stefank, tschatzl
2015-04-21 10:14:35 +02:00
Dmitry Dmitriev
dba5d6fdc5
8074026: Deprecated UseBoundThreads, DefaultThreadPriority and NoYieldsInMicrolock VM options still defined in globals.hpp
...
Reviewed-by: dholmes, mseledtsov
2015-04-20 22:07:09 -04:00
David Holmes
650fe66a1b
8077674: BSD build failures due to undefined macros
...
Reviewed-by: dsamersoff, kbarrett, hseigel
2015-04-20 21:32:28 -04:00
Dmitry Samersoff
cf33d5c103
8074146: jdb has succeded to read an unreadable file
...
Remove this testcase
Reviewed-by: sla, egahlin
2015-04-20 11:03:47 -07:00
Phil Race
4c0f9a1943
7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
...
Reviewed-by: serb, bae
2015-04-20 10:39:30 -07:00
Joe Darcy
19b0ecc5d4
8077952: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh should be quarantined
...
Reviewed-by: jbachorik
2015-04-20 10:37:41 -07:00
Vinnie Ryan
6b3eb7ab72
8075833: Straighter Elliptic Curves
...
Reviewed-by: mullan
2015-04-20 16:26:12 +01:00
Athijegannathan Sundararajan
dbbb8bf78e
8078174: Add few FX and parser API samples for nashorn
...
Reviewed-by: hannesw, lagergren
2015-04-20 19:41:44 +05:30
Jesper Wilhelmsson
0392ef28c2
Merge
2015-04-20 14:26:53 +02:00