--- old/agent/make/Makefile 2015-05-13 13:51:39.196186081 +0200 +++ new/agent/make/Makefile 2015-05-13 13:51:39.101182140 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2000, 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 @@ -79,11 +79,10 @@ sun.jvm.hotspot.debugger.windbg.amd64 \ sun.jvm.hotspot.debugger.windbg.x86 \ sun.jvm.hotspot.debugger.x86 \ -sun.jvm.hotspot.gc_implementation \ -sun.jvm.hotspot.gc_implementation.g1 \ -sun.jvm.hotspot.gc_implementation.parallelScavenge \ -sun.jvm.hotspot.gc_implementation.shared \ -sun.jvm.hotspot.gc_interface \ +sun.jvm.hotspot.gc \ +sun.jvm.hotspot.gc.g1 \ +sun.jvm.hotspot.gc.parallel \ +sun.jvm.hotspot.gc.shared \ sun.jvm.hotspot.interpreter \ sun.jvm.hotspot.jdi \ sun.jvm.hotspot.memory \ @@ -168,9 +167,9 @@ sun/jvm/hotspot/debugger/windbg/*.java \ sun/jvm/hotspot/debugger/windbg/x86/*.java \ sun/jvm/hotspot/debugger/x86/*.java \ -sun/jvm/hotspot/gc_implementation/g1/*.java \ -sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \ -sun/jvm/hotspot/gc_implementation/shared/*.java \ +sun/jvm/hotspot/gc/g1/*.java \ +sun/jvm/hotspot/gc/parallel/*.java \ +sun/jvm/hotspot/gc/shared/*.java \ sun/jvm/hotspot/interpreter/*.java \ sun/jvm/hotspot/jdi/*.java \ sun/jvm/hotspot/memory/*.java \