diff --git a/.hgtags b/.hgtags index f2452e1b8a9ce41f26e2bbffc5f7d5f24816dfc7..9b262cea0d6d0178230178c7394a3286c98629c2 100644 --- a/.hgtags +++ b/.hgtags @@ -453,6 +453,7 @@ cc6c74b164dfd0636d9dba8f9865baa18a6f2338 jdk8u60-b20 63c9cedeeb9d0de656969f3deed7ddafae11754a jdk8u60-b21 e9f82302d5fdef8a0976640e09363895e9dcde3c jdk8u60-b22 c4b37246b92736adf5f40c785aabb67a7d227245 jdk8u60-b23 +d433f5fd8910bee1f2c295b65cf03977034fe0ea jdk8u60-b24 286b9a885fcc6245fdf2b20697473ec3b35f2538 jdk8u65-b00 80a796d0db958f49a4b0713818227eda8e5efbb9 jdk8u65-b01 77d48e6d111faec236c8678997ae4311151cfee4 jdk8u65-b02 diff --git a/make/profile-rtjar-includes.txt b/make/profile-rtjar-includes.txt index fc25e4800bcd224c1ba53a4d8eb123adf9642fd6..bda322fa91e702319f0c515020521d10602bfc00 100644 --- a/make/profile-rtjar-includes.txt +++ b/make/profile-rtjar-includes.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -207,6 +207,8 @@ FULL_JRE_RTJAR_INCLUDE_PACKAGES := \ javax/xml/bind \ javax/xml/soap \ javax/xml/ws \ + jdk/internal/instrumentation \ + jdk/management/resource \ org/omg \ sun/applet \ sun/audio \