hg: jdk9/hs/jdk: 8 new changesets
Changeset: 2d1a84d812d6 Author: ykantser Date: 2015-07-22 09:51 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/2d1a84d812d6 8132094: Mark intermittently failuring core-svc tests Reviewed-by: jbachorik, sspitsyn ! test/com/sun/jdi/ArrayLengthDumpTest.sh ! test/com/sun/jdi/BreakpointTest.java ! test/com/sun/jdi/BreakpointWithFullGC.sh ! test/com/sun/jdi/CatchAllTest.sh ! test/com/sun/jdi/CatchCaughtTest.sh ! test/com/sun/jdi/CatchPatternTest.sh ! test/com/sun/jdi/CommandCommentDelimiter.sh ! test/com/sun/jdi/DeoptimizeWalk.sh ! test/com/sun/jdi/ExceptionEvents.java ! test/com/sun/jdi/JdbExprTest.sh ! test/com/sun/jdi/JdbMissStep.sh ! test/com/sun/jdi/JdbVarargsTest.sh ! test/com/sun/jdi/MixedSuspendTest.sh ! test/com/sun/jdi/NotAField.sh ! test/com/sun/jdi/RedefineAbstractClass.sh ! test/com/sun/jdi/RedefineAnnotation.sh ! test/com/sun/jdi/RedefineClearBreakpoint.sh ! test/com/sun/jdi/RedefineException.sh ! test/com/sun/jdi/RedefineFinal.sh ! test/com/sun/jdi/RedefineIntConstantToLong.sh ! test/com/sun/jdi/RedefinePop.sh ! test/com/sun/jdi/RedefineStep.sh ! test/com/sun/jdi/RedefineTTYLineNumber.sh ! test/com/sun/jdi/SimulResumerTest.java ! test/com/sun/jdi/StringConvertTest.sh ! test/com/sun/jdi/sde/FilterMangleTest.java ! test/com/sun/tools/attach/BasicTests.java ! test/java/lang/ClassLoader/Assert.java ! test/java/lang/instrument/BootClassPath/BootClassPathTest.sh ! test/java/lang/instrument/ManifestTest.sh ! test/java/lang/instrument/PremainClass/InheritAgent0101.java ! test/java/lang/instrument/RedefineBigClass.sh ! test/java/lang/instrument/RetransformBigClass.sh ! test/java/lang/management/ThreadMXBean/AllThreadIds.java ! test/javax/management/monitor/ReflectionExceptionTest.java ! test/javax/management/monitor/StringMonitorDeadlockTest.java ! test/javax/management/mxbean/GenericArrayTypeTest.java ! test/javax/management/remote/mandatory/connection/BrokenConnectionTest.java ! test/javax/management/remote/mandatory/notif/NotificationEmissionTest.java ! test/sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh ! test/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java ! test/sun/tools/jmap/BasicJMapTest.java ! test/sun/tools/jstatd/TestJstatdDefaults.java ! test/sun/tools/jstatd/TestJstatdExternalRegistry.java ! test/sun/tools/jstatd/TestJstatdPort.java ! test/sun/tools/jstatd/TestJstatdPortAndServer.java Changeset: bf17c0a1c746 Author: dsamersoff Date: 2015-07-23 18:17 +0300 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/bf17c0a1c746 8059038: Create new launcher for SA tools Summary: Proivide jhsdb command to launch sa based tools Reviewed-by: sspitsyn, jbachorik ! make/launcher/Launcher-jdk.hotspot.agent.gmk + test/sun/tools/jhsdb/BasicLauncherTest.java + test/sun/tools/jhsdb/SAGetoptTest.java Changeset: 7e30e3ddeec7 Author: dsamersoff Date: 2015-07-23 15:25 +0000 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/7e30e3ddeec7 Merge Changeset: 6c7e12f6c8c6 Author: hseigel Date: 2015-07-23 08:44 -0400 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/6c7e12f6c8c6 8129897: Old verifier fails to reject erroneous cast from boolean[] to byte[] Summary: Add ITEM_Boolean enum to differentiate between arrays of booleans and arrays of bytes Reviewed-by: dholmes, lfoltan ! src/java.base/share/native/libverify/check_code.c Changeset: 422b9329070d Author: hseigel Date: 2015-07-23 21:33 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/422b9329070d Merge Changeset: 2b2e654d6da4 Author: hseigel Date: 2015-07-24 10:03 -0400 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/2b2e654d6da4 8081695: Old verifier fails to reject bad access to protected <init> method Summary: Remove the class file version check that prevented the proper access check Reviewed-by: coleenp, gtriantafill, lfoltan ! src/java.base/share/native/libverify/check_code.c ! test/vm/verifier/VerifyProtectedConstructor.java Changeset: 9d2eb1f939c3 Author: jbachorik Date: 2015-07-24 20:45 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/9d2eb1f939c3 Merge Changeset: b394674d44d1 Author: ykantser Date: 2015-07-24 15:28 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/jdk/rev/b394674d44d1 8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name Reviewed-by: jbachorik ! test/ProblemList.txt - test/sun/jvmstat/monitor/MonitoredVm/CR6672135.java + test/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java
participants (1)
-
jaroslav.bachorik@oracle.com