Lana Steuck
f0cea71572
Added tag jdk-9+99 for changeset 08c65d3d2d85
2015-12-23 15:41:48 -08:00
Rachel Protacio
dbab9fe1f8
8145606: [TESTBUG] MonitorInflationTest.java should be rewritten to be more predictable
...
Logging/MonitorInflationTest.java now forced an object inflation and looks for that object. It no longer tests for object deflation.
Reviewed-by: gtriantafill, coleenp, iklam
2015-12-23 17:12:04 -05:00
Phil Race
959f799206
8145785: [TEST_BUG] java/awt/Toolkit/GetSizeTest/GetScreenSizeTest.java: incorrect name
...
Reviewed-by: serb
2015-12-23 14:00:37 -08:00
Max Ockner
88f4fdeddc
Merge
2015-12-23 20:14:25 +00:00
Coleen Phillimore
384ecfad72
8146011: sun/management/jmxremote/bootstrap/CustomLauncherTest crash at assert(stack_size)
...
We were setting stack_overflow_limit before initialization completed which may change the stack base for some solaris systems with unlimited stack
Reviewed-by: goetz, hseigel, gthornbr
2015-12-23 20:07:39 +00:00
Max Ockner
de7d9e821c
8144874: Reimplement TraceClassResolution with Unified Logging
...
TraceClassResolution reimplemented with classresolve tag.
Reviewed-by: coleenp, dholmes, iklam, rprotacio
2015-12-23 15:05:38 -05:00
Nadeesh TV
6a9a5a80ea
8143413: add toEpochSecond methods for efficient access
...
Reviewed-by: rriggs, scolebourne
2015-12-23 13:19:58 -05:00
Harold Seigel
f42b84bc7e
8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
...
Detect zero length signatures and throw ClassFormatError before bad dereference occurs
Reviewed-by: coleenp, lfoltan, acorn, gtriantafill
2015-12-23 13:02:15 -05:00
Dmitry Samersoff
dfa133a796
8067194: Restructure hotspot/agent/src to conform the modular source layout
...
Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik
2015-12-23 13:12:46 +03:00
Dmitry Samersoff
76d0d92563
8067194: Restructure hotspot/agent/src to conform the modular source layout
...
Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik
2015-12-23 13:12:15 +03:00
Erik Joelsson
9db7585276
8146002: Need to support mirrors for bootstrapping Jib
...
Reviewed-by: ihse, tbell
2015-12-23 10:00:37 +01:00
Valerie Peng
5c40a6a808
8138811: Construction of static protection domains
...
Updated SubjectDomainCombiner to keep static ProtectionDomain static
Reviewed-by: mullan
2015-12-23 02:36:57 +00:00
Xueming Shen
330910bae2
8155616: java/util/zip/TestLocalTime.java fails intermittently with storing mtime failed
...
Reviewed-by: rriggs
2016-07-19 09:31:59 -07:00
Paul Sandoz
50ac5ef16e
8161129: Unsafe::getUnsafe should allow the platform class loader to access it
...
Reviewed-by: forax, jrose
2016-07-19 16:36:09 +02:00
Amy Lu
ddbb299280
8161567: Mark java/util/concurrent/forkjoin/FJExceptionTableLeak.java as intermittently failing
...
Reviewed-by: martin, darcy
2016-07-19 09:37:28 +08:00
Alejandro Murillo
4cdf3e05bf
Merge
2016-07-18 13:33:23 -07:00
Naoto Sato
c1bc4d8560
8159214: jlink --include-locales problems
...
Reviewed-by: jlaskey, okutsu
2016-07-18 11:22:53 -07:00
Alejandro Murillo
50862707c8
Merge
2016-07-18 09:38:08 -07:00
Svetlana Nikandrova
fc83043219
8054213: Class name repeated in output of Type.toString()
...
Reviewed-by: darcy
2016-07-18 14:39:21 +03:00
Svetlana Nikandrova
b4fde6b62c
8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
...
Reviewed-by: chegar, dfuchs
2016-07-18 13:57:59 +03:00
Joe Darcy
a9f457a94e
8161500: Use getTypeName and StringJoiner in core reflection toString methods
...
Reviewed-by: redestad
2016-07-18 10:27:58 -07:00
Valerie Peng
e171854b1c
8138593: Make DSA more fair
...
Changed nounce K generation to FIPS 186-4 B2.1
Reviewed-by: mullan
2015-12-23 02:31:34 +00:00
Christian Thalinger
32aff4400c
Merge
2015-12-22 13:41:12 -08:00
Rachel Protacio
7973ef05b3
8141211: Convert TraceExceptions to Unified Logging
...
The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option.
Reviewed-by: dholmes, coleenp, mockner
2015-12-22 16:29:48 -05:00
Coleen Phillimore
348d3ab0f4
Merge
2015-12-22 19:33:01 +00:00
Phil Race
84c2303502
Merge
2015-12-22 10:59:51 -08:00
Phil Race
88effc9744
Merge
2015-12-22 10:45:56 -08:00
Claes Redestad
c6afc47fc1
8145862: Improve lazy initialization of fields in java.net.URI
...
Reviewed-by: shade, chegar
2015-12-22 19:14:47 +01:00
Phil Race
52a03c2f27
Merge
2015-12-22 09:14:16 -08:00
Coleen Phillimore
ac0d55c188
8074457: Remove the non-Zero CPP Interpreter
...
Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes
Reviewed-by: goetz, bdelsart
2015-12-22 11:11:29 -05:00
Christian Tornqvist
4f265967df
Merge
2015-12-22 15:53:42 +00:00
Claes Redestad
22df7c453f
8145988: Use the raw methods of java.net.URI when possible
...
Reviewed-by: shade, chegar
2015-12-22 16:42:16 +01:00
Christian Tornqvist
357e0e5ff9
8048521: Remove obsolete code from os_windows.cpp/hpp
...
Reviewed-by: coleenp, rdurbin
2015-12-22 05:26:55 -08:00
Chris Hegarty
a0475ab1f5
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:19:01 +00:00
Chris Hegarty
7e4d56677d
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:17:25 +00:00
Chris Hegarty
b39ded541d
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:17:05 +00:00
Srikanth Adayapalam
63f6ba5960
8145466: javac: No line numbers in compilation error
...
Compiler should not use the syntax tree from enclosing contexts in diagnostics even when the enclosing contexts are consulted for method lookup.
Reviewed-by: mcimadamore
2015-12-22 16:37:52 +05:30
Thomas Schatzl
d6e95be627
8145774: Move scrubbing setup code away out of ConcurrentMark
...
Remove dependency of ConcurrentMark to G1RemSet.
Reviewed-by: jmasa, mgerdin
2015-12-22 11:03:37 +01:00
Thomas Schatzl
056fb6bfd3
8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
...
Move HeapRegionRemSet::num_par_rem_sets() to G1RemSet, and document it.
Reviewed-by: mgerdin, jmasa
2015-12-22 11:02:04 +01:00
Filipp Zhinkin
2489b87d30
8066599: Add methods to check VM mode to c.o.j.t.Platform
...
Reviewed-by: iignatyev
2015-12-22 10:18:55 +03:00
Tobias Hartmann
c6e7f87632
Merge
2016-01-15 09:13:02 +01:00
Alejandro Murillo
09c3473159
Merge
2016-01-14 20:57:29 -08:00
Doug Simon
64e41d5ac4
8146364: Remove @ServiceProvider mechanism from JVMCI
...
Reviewed-by: twisti
2016-01-14 14:35:22 +01:00
Alejandro Murillo
d9ae786b3b
8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
...
Reviewed-by: twisti, erikj, chegar
2016-01-13 12:45:33 -08:00
Alejandro Murillo
c47e5914fa
Merge
2016-01-12 11:31:47 -08:00
Joseph Provino
46c02f0d3b
Merge
2016-01-07 20:06:28 +00:00
Tobias Hartmann
e27274150a
Merge
2016-01-06 08:02:23 +01:00
Alejandro Murillo
8421920ae7
Merge
2016-01-05 13:08:01 -08:00
Joseph Provino
ee2ed13c5d
Merge
2016-01-01 17:08:22 +00:00
Dmitry Samersoff
c28f46f637
8067194: Restructure hotspot/agent/src to conform the modular source layout
...
Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik
2015-12-23 13:12:12 +03:00