diff --git a/.hgtags b/.hgtags index fd194c1c7b0fa9a00cec28cfa9450246a67e9c30..9fc3a2eb5b3d5527d36a5d367b668db378107571 100644 --- a/.hgtags +++ b/.hgtags @@ -453,3 +453,4 @@ cc6c74b164dfd0636d9dba8f9865baa18a6f2338 jdk8u60-b20 63c9cedeeb9d0de656969f3deed7ddafae11754a jdk8u60-b21 e9f82302d5fdef8a0976640e09363895e9dcde3c jdk8u60-b22 c4b37246b92736adf5f40c785aabb67a7d227245 jdk8u60-b23 +d433f5fd8910bee1f2c295b65cf03977034fe0ea jdk8u60-b24 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 \